mirror of
https://github.com/mindfold-ai/Trellis.git
synced 2026-04-25 01:55:54 +03:00
[PR #43] [MERGED] feat: support Kiro Code as first-class Trellis platform #54
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#54
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/43
Author: @lapse12
Created: 2/24/2026
Status: ✅ Merged
Merged: 2/24/2026
Merged by: @taosu0216
Base:
main← Head:codex/kiro-code-support📝 Commits (4)
a998854feat(platform): add Kiro Code skills integration57edf20fix(kiro): use independent skill templates instead of reusing codex396b652chore: record sessionb6e94acfeat: 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
kiroto the platform registry (AI_TOOLS) with CLI flag--kiroconfigureKiro()to install skills under.kiro/skills/<name>/SKILL.mdcli_adapter.pyto support Kiro paths, env var, run/resume commands, and platform auto-detectionValidation
pnpm lintpnpm typecheckpnpm test(331 tests passing)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.