[PR #43] [MERGED] feat: support Kiro Code as first-class Trellis platform #54

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

📋 Pull Request Information

Original PR: https://github.com/mindfold-ai/Trellis/pull/43
Author: @lapse12
Created: 2/24/2026
Status: Merged
Merged: 2/24/2026
Merged by: @taosu0216

Base: mainHead: codex/kiro-code-support


📝 Commits (4)

  • a998854 feat(platform): add Kiro Code skills integration
  • 57edf20 fix(kiro): use independent skill templates instead of reusing codex
  • 396b652 chore: record session
  • b6e94ac feat: improve 00-bootstrap task

📊 Changes

36 files changed (+2802 additions, -59 deletions)

View changed files

.claude/commands/trellis/migrate-specs.md (+0 -0)
📝 .trellis/workspace/taosu/index.md (+4 -3)
📝 .trellis/workspace/taosu/journal-2.md (+73 -0)
📝 README.md (+5 -2)
📝 README_CN.md (+4 -1)
📝 scripts/copy-templates.js (+2 -0)
📝 src/cli/index.ts (+1 -0)
📝 src/commands/init.ts (+30 -15)
📝 src/commands/update.ts (+34 -21)
📝 src/configurators/index.ts (+12 -0)
src/configurators/kiro.ts (+21 -0)
📝 src/templates/extract.ts (+24 -0)
src/templates/kiro/index.ts (+50 -0)
src/templates/kiro/skills/before-backend-dev/SKILL.md (+18 -0)
src/templates/kiro/skills/before-frontend-dev/SKILL.md (+18 -0)
src/templates/kiro/skills/brainstorm/SKILL.md (+481 -0)
src/templates/kiro/skills/break-loop/SKILL.md (+130 -0)
src/templates/kiro/skills/check-backend/SKILL.md (+18 -0)
src/templates/kiro/skills/check-cross-layer/SKILL.md (+158 -0)
src/templates/kiro/skills/check-frontend/SKILL.md (+18 -0)

...and 16 more files

📄 Description

Summary

  • add kiro to the platform registry (AI_TOOLS) with CLI flag --kiro
  • add configureKiro() to install skills under .kiro/skills/<name>/SKILL.md
  • register Kiro template tracking in platform configurator dispatch
  • extend runtime cli_adapter.py to support Kiro paths, env var, run/resume commands, and platform auto-detection
  • add Kiro coverage across init/configurator/extract/regression/template tests
  • update README and README_CN quick-start examples

Validation

  • pnpm lint
  • pnpm typecheck
  • pnpm test (331 tests passing)

🔄 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/43 **Author:** [@lapse12](https://github.com/lapse12) **Created:** 2/24/2026 **Status:** ✅ Merged **Merged:** 2/24/2026 **Merged by:** [@taosu0216](https://github.com/taosu0216) **Base:** `main` ← **Head:** `codex/kiro-code-support` --- ### 📝 Commits (4) - [`a998854`](https://github.com/mindfold-ai/Trellis/commit/a998854eb654e3dc3d5d7f28ee8ff2c97425d493) feat(platform): add Kiro Code skills integration - [`57edf20`](https://github.com/mindfold-ai/Trellis/commit/57edf20a956b7e7c10b47f3003d110b6624adbd4) fix(kiro): use independent skill templates instead of reusing codex - [`396b652`](https://github.com/mindfold-ai/Trellis/commit/396b65232a9253e5ea03647cffe3c38451af105b) chore: record session - [`b6e94ac`](https://github.com/mindfold-ai/Trellis/commit/b6e94ac1850ea06a629b97a41e60458ea5ea3cb3) feat: improve 00-bootstrap task ### 📊 Changes **36 files changed** (+2802 additions, -59 deletions) <details> <summary>View changed files</summary> ➖ `.claude/commands/trellis/migrate-specs.md` (+0 -0) 📝 `.trellis/workspace/taosu/index.md` (+4 -3) 📝 `.trellis/workspace/taosu/journal-2.md` (+73 -0) 📝 `README.md` (+5 -2) 📝 `README_CN.md` (+4 -1) 📝 `scripts/copy-templates.js` (+2 -0) 📝 `src/cli/index.ts` (+1 -0) 📝 `src/commands/init.ts` (+30 -15) 📝 `src/commands/update.ts` (+34 -21) 📝 `src/configurators/index.ts` (+12 -0) ➕ `src/configurators/kiro.ts` (+21 -0) 📝 `src/templates/extract.ts` (+24 -0) ➕ `src/templates/kiro/index.ts` (+50 -0) ➕ `src/templates/kiro/skills/before-backend-dev/SKILL.md` (+18 -0) ➕ `src/templates/kiro/skills/before-frontend-dev/SKILL.md` (+18 -0) ➕ `src/templates/kiro/skills/brainstorm/SKILL.md` (+481 -0) ➕ `src/templates/kiro/skills/break-loop/SKILL.md` (+130 -0) ➕ `src/templates/kiro/skills/check-backend/SKILL.md` (+18 -0) ➕ `src/templates/kiro/skills/check-cross-layer/SKILL.md` (+158 -0) ➕ `src/templates/kiro/skills/check-frontend/SKILL.md` (+18 -0) _...and 16 more files_ </details> ### 📄 Description ## Summary - add `kiro` to the platform registry (`AI_TOOLS`) with CLI flag `--kiro` - add `configureKiro()` to install skills under `.kiro/skills/<name>/SKILL.md` - register Kiro template tracking in platform configurator dispatch - extend runtime `cli_adapter.py` to support Kiro paths, env var, run/resume commands, and platform auto-detection - add Kiro coverage across init/configurator/extract/regression/template tests - update README and README_CN quick-start examples ## Validation - `pnpm lint` - `pnpm typecheck` - `pnpm test` (331 tests passing) --- <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:31 +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#54
No description provided.