feat: add kiro profile (#1001)

* feat: add kiro profile

* chore: fix format

* chore: implement requested changes

* chore: fix CI
This commit is contained in:
Ralph Khreish
2025-07-18 01:02:30 +03:00
parent f772a96d00
commit 9c58a92243
8 changed files with 437 additions and 1 deletions

View File

@@ -19,6 +19,7 @@ describe('Rule Transformer - General', () => {
'codex',
'cursor',
'gemini',
'kiro',
'opencode',
'roo',
'trae',
@@ -212,6 +213,11 @@ describe('Rule Transformer - General', () => {
mcpConfigName: 'settings.json',
expectedPath: '.gemini/settings.json'
},
kiro: {
mcpConfig: true,
mcpConfigName: 'settings/mcp.json',
expectedPath: '.kiro/settings/mcp.json'
},
opencode: {
mcpConfig: true,
mcpConfigName: 'opencode.json',