[PR #22] [MERGED] feat(cli): add iFlow cli support #46

Closed
opened 2026-03-03 15:47:28 +03:00 by kerem · 0 comments
Owner

📋 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/opencodeHead: feat/iflow


📝 Commits (3)

  • c3a34fa feat(cli): add iFlow CLI template integration to init and update commands
  • de3d561 feat(cli): complete iFlow integration with backup and multi-agent support
  • 14343cc feat(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.

## 📋 Pull Request Information **Original PR:** https://github.com/mindfold-ai/Trellis/pull/22 **Author:** [@jsfaint](https://github.com/jsfaint) **Created:** 2/2/2026 **Status:** ✅ Merged **Merged:** 2/4/2026 **Merged by:** [@taosu0216](https://github.com/taosu0216) **Base:** `feat/opencode` ← **Head:** `feat/iflow` --- ### 📝 Commits (3) - [`c3a34fa`](https://github.com/mindfold-ai/Trellis/commit/c3a34faa7741843c26d40b75f3105a6b8f86edc1) feat(cli): add iFlow CLI template integration to init and update commands - [`de3d561`](https://github.com/mindfold-ai/Trellis/commit/de3d56125534ee1a49804198d3cbd3ad287052b7) feat(cli): complete iFlow integration with backup and multi-agent support - [`14343cc`](https://github.com/mindfold-ai/Trellis/commit/14343cc71a2c192551f8e6e015e03517b10c0c15) feat(iflow): add iFlow platform support to CLI adapter ### 📊 Changes **41 files changed** (+4673 additions, -26 deletions) <details> <summary>View changed files</summary> 📝 `.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_ </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 15:47:28 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Trellis#46
No description provided.