mirror of
https://github.com/mindfold-ai/Trellis.git
synced 2026-04-25 01:55:54 +03:00
[PR #58] [MERGED] fix: spec templates respect project type + iflow path drift + dead code cleanup #57
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Trellis#57
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/mindfold-ai/Trellis/pull/58
Author: @taosu0216
Created: 3/2/2026
Status: ✅ Merged
Merged: 3/2/2026
Merged by: @taosu0216
Base:
main← Head:fix/spec-templates-and-iflow📝 Commits (5)
8f15f36fix: spec templates respect project type, remove cross-platform dead codec22e904chore: record session 57 — spec template bug fixes & dead code cleanup817a2d2fix: iflow collectTemplates missing trellis/ subdirectory in command paths17cbfb8docs(spec): update platform-integration + code-reuse guide for collectTemplates path drift51ce56ddocs(spec): add Antigravity platform documentation to platform-integration📊 Changes
14 files changed (+368 additions, -124 deletions)
View changed files
📝
.trellis/spec/backend/platform-integration.md(+44 -4)📝
.trellis/spec/guides/code-reuse-thinking-guide.md(+15 -0)📝
.trellis/spec/unit-test/integration-patterns.md(+3 -1)📝
.trellis/workspace/taosu/index.md(+3 -2)📝
.trellis/workspace/taosu/journal-2.md(+42 -0)📝
src/commands/update.ts(+54 -45)📝
src/configurators/index.ts(+1 -1)📝
src/configurators/workflow.ts(+62 -58)📝
src/templates/markdown/index.ts(+0 -3)📝
src/templates/markdown/spec/guides/code-reuse-thinking-guide.md.txt(+13 -0)📝
src/templates/markdown/spec/guides/index.md.txt(+0 -10)📝
test/commands/init.integration.test.ts(+29 -0)📝
test/commands/update.integration.test.ts(+46 -0)📝
test/regression.test.ts(+56 -0)📄 Description
Summary
createSpecTemplates()now respectsprojectType— backend-only projects skip frontend specs, frontend-only skip backendcollectTemplateFiles()checksfs.existsSyncbefore including backend/frontend spec filestrellis/subdirectory in iFlow command pathsguidesCrossPlatformThinkingGuideContentexport and dead links in guides templateTest plan
pnpm lintpassespnpm typecheckpassespnpm testpasses (377 tests)trellis/subdirectory🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.