feat: add kiro profile

This commit is contained in:
Ralph Khreish
2025-07-18 00:03:09 +03:00
parent 4639eee097
commit f17f01fddf
8 changed files with 474 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: 'mcp.json',
expectedPath: '.kiro/mcp.json'
},
opencode: {
mcpConfig: true,
mcpConfigName: 'opencode.json',