mirror of
https://github.com/mindfold-ai/Trellis.git
synced 2026-04-25 01:55:54 +03:00
[PR #22] [MERGED] feat(cli): add iFlow cli support #46
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#46
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/22
Author: @jsfaint
Created: 2/2/2026
Status: ✅ Merged
Merged: 2/4/2026
Merged by: @taosu0216
Base:
feat/opencode← Head:feat/iflow📝 Commits (3)
c3a34fafeat(cli): add iFlow CLI template integration to init and update commandsde3d561feat(cli): complete iFlow integration with backup and multi-agent support14343ccfeat(iflow): add iFlow platform support to CLI adapter📊 Changes
41 files changed (+4673 additions, -26 deletions)
View changed files
📝
.gitignore(+3 -0)📝
README.md(+4 -1)📝
README_CN.md(+4 -1)📝
package.json(+1 -0)📝
scripts/copy-templates.js(+2 -0)📝
src/cli/index.ts(+1 -0)📝
src/commands/init.ts(+14 -1)📝
src/commands/update.ts(+37 -5)➕
src/configurators/iflow.ts(+103 -0)📝
src/templates/extract.ts(+24 -0)➕
src/templates/iflow/agents/check.md(+122 -0)➕
src/templates/iflow/agents/debug.md(+106 -0)➕
src/templates/iflow/agents/dispatch.md(+214 -0)➕
src/templates/iflow/agents/implement.md(+96 -0)➕
src/templates/iflow/agents/plan.md(+396 -0)➕
src/templates/iflow/agents/research.md(+120 -0)➕
src/templates/iflow/commands/trellis/before-backend-dev.md(+13 -0)➕
src/templates/iflow/commands/trellis/before-frontend-dev.md(+13 -0)➕
src/templates/iflow/commands/trellis/break-loop.md(+125 -0)➕
src/templates/iflow/commands/trellis/check-backend.md(+13 -0)...and 21 more files
📄 Description
Users can now run 'trellis init --iflow' to initialize iFlow CLI support, and 'trellis update' will properly update iFlow templates along with Claude Code and Cursor templates.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.