-
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
configRoot config and rulesRoot config and rulesdocumentationImprovements or additions to documentationImprovements or additions to documentationpriority:couldCould Have - 있으면 좋은 기능Could Have - 있으면 좋은 기능
Description
Summary
packages/rules/.ai-rules/adapters/kiro.md is a near-empty stub file containing only placeholder text ([Add Kiro-specific customizations here]). Unlike the Cursor and OpenCode adapters, it has no MCP server configuration, no mode keyword guidance, no skills workflow, no context document management, and no parallel agents pattern. This makes the file misleading — it implies Kiro support exists when in fact nothing is documented.
Root Cause
packages/rules/.ai-rules/adapters/kiro.md: Stub with placeholder content- No Kiro-specific MCP integration was ever documented
.kiro/rules/guidelines.mdreferences.ai-rules/files but does not bridge to MCP tooling
Required Documentation
The completed kiro.md should cover (aligned with cursor.md and opencode.md as reference):
- MCP server configuration — JSON config with
CODINGBUDDY_PROJECT_ROOTenv var (see [Kiro] Project root auto-detection not documented for codingbuddy MCP #614) - Mode keyword invocation — How PLAN/ACT/EVAL/AUTO keywords trigger
parse_modein Kiro's rules system - Skills access —
get_skillMCP tool as Claude CodeSkilltool equivalent (see [Kiro] Skills access workflow via get_skill MCP tool not documented #615) - Parallel agents — Sequential fallback pattern using
prepare_parallel_agents(see [Kiro] Parallel specialist agents execution pattern not defined #616) - Context document management —
update_contextcall before completing each mode - Language configuration — How
codingbuddy.config.jsonlanguagefield affects responses in Kiro - Known limitations — What Claude Code features are unavailable in Kiro
Affected Files
packages/rules/.ai-rules/adapters/kiro.md(primary).kiro/rules/guidelines.md(may need cross-reference update)
Reference
- Cursor adapter audit issue: [Cursor] cursor.md adapter documentation audit — verify all documented patterns against actual behavior #609
- OpenCode adapter audit issue: [OpenCode] opencode.md + opencode-skills.md documentation audit — hardcoded language, missing tools, unverified options #613
packages/rules/.ai-rules/adapters/cursor.md(complete reference implementation)packages/rules/.ai-rules/adapters/opencode.md(partially complete reference)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
configRoot config and rulesRoot config and rulesdocumentationImprovements or additions to documentationImprovements or additions to documentationpriority:couldCould Have - 있으면 좋은 기능Could Have - 있으면 좋은 기능