superclaude-kiro 1.0.4 → 1.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -1
- package/dist/agents/sc-analyze.json +14 -2
- package/dist/agents/sc-implement.json +14 -2
- package/dist/agents/sc-pm.json +14 -2
- package/dist/agents/superclaude.json +14 -2
- package/dist/mcp/mcp-servers.json +14 -0
- package/package.json +1 -1
- package/src/installer.js +10 -2
package/README.md
CHANGED
|
@@ -88,10 +88,13 @@ npx superclaude-kiro uninstall
|
|
|
88
88
|
|
|
89
89
|
All agents are configured with:
|
|
90
90
|
- `"tools": ["*"]` - Access to all tools
|
|
91
|
-
- `"allowedTools": ["*"]` - All tools pre-approved
|
|
91
|
+
- `"allowedTools": ["*", "@context7", "@morphllm-fast-apply", "@playwright", "@sequential-thinking", "@serena"]` - All built-in and MCP tools pre-approved
|
|
92
|
+
- `"toolsSettings"` - Shell and write operations auto-allowed
|
|
92
93
|
- `"model": "claude-sonnet-4.5"` - Claude Sonnet 4.5
|
|
93
94
|
- `"useLegacyMcpJson": true` - Uses global MCP servers
|
|
94
95
|
|
|
96
|
+
MCP servers are configured with `autoApprove` arrays for all tools, so you won't be prompted for permission.
|
|
97
|
+
|
|
95
98
|
## Behavioral Modes
|
|
96
99
|
|
|
97
100
|
Use natural language to activate modes:
|
|
@@ -8,11 +8,23 @@
|
|
|
8
8
|
"*"
|
|
9
9
|
],
|
|
10
10
|
"allowedTools": [
|
|
11
|
-
"*"
|
|
11
|
+
"*",
|
|
12
|
+
"@context7",
|
|
13
|
+
"@morphllm-fast-apply",
|
|
14
|
+
"@playwright",
|
|
15
|
+
"@sequential-thinking",
|
|
16
|
+
"@serena"
|
|
12
17
|
],
|
|
13
18
|
"resources": [],
|
|
14
19
|
"hooks": {},
|
|
15
|
-
"toolsSettings": {
|
|
20
|
+
"toolsSettings": {
|
|
21
|
+
"shell": {
|
|
22
|
+
"autoAllow": true
|
|
23
|
+
},
|
|
24
|
+
"write": {
|
|
25
|
+
"autoAllow": true
|
|
26
|
+
}
|
|
27
|
+
},
|
|
16
28
|
"useLegacyMcpJson": true,
|
|
17
29
|
"model": "claude-sonnet-4.5"
|
|
18
30
|
}
|
|
@@ -8,11 +8,23 @@
|
|
|
8
8
|
"*"
|
|
9
9
|
],
|
|
10
10
|
"allowedTools": [
|
|
11
|
-
"*"
|
|
11
|
+
"*",
|
|
12
|
+
"@context7",
|
|
13
|
+
"@morphllm-fast-apply",
|
|
14
|
+
"@playwright",
|
|
15
|
+
"@sequential-thinking",
|
|
16
|
+
"@serena"
|
|
12
17
|
],
|
|
13
18
|
"resources": [],
|
|
14
19
|
"hooks": {},
|
|
15
|
-
"toolsSettings": {
|
|
20
|
+
"toolsSettings": {
|
|
21
|
+
"shell": {
|
|
22
|
+
"autoAllow": true
|
|
23
|
+
},
|
|
24
|
+
"write": {
|
|
25
|
+
"autoAllow": true
|
|
26
|
+
}
|
|
27
|
+
},
|
|
16
28
|
"useLegacyMcpJson": true,
|
|
17
29
|
"model": "claude-sonnet-4.5"
|
|
18
30
|
}
|
package/dist/agents/sc-pm.json
CHANGED
|
@@ -8,11 +8,23 @@
|
|
|
8
8
|
"*"
|
|
9
9
|
],
|
|
10
10
|
"allowedTools": [
|
|
11
|
-
"*"
|
|
11
|
+
"*",
|
|
12
|
+
"@context7",
|
|
13
|
+
"@morphllm-fast-apply",
|
|
14
|
+
"@playwright",
|
|
15
|
+
"@sequential-thinking",
|
|
16
|
+
"@serena"
|
|
12
17
|
],
|
|
13
18
|
"resources": [],
|
|
14
19
|
"hooks": {},
|
|
15
|
-
"toolsSettings": {
|
|
20
|
+
"toolsSettings": {
|
|
21
|
+
"shell": {
|
|
22
|
+
"autoAllow": true
|
|
23
|
+
},
|
|
24
|
+
"write": {
|
|
25
|
+
"autoAllow": true
|
|
26
|
+
}
|
|
27
|
+
},
|
|
16
28
|
"useLegacyMcpJson": true,
|
|
17
29
|
"model": "claude-sonnet-4.5"
|
|
18
30
|
}
|
|
@@ -8,11 +8,23 @@
|
|
|
8
8
|
"*"
|
|
9
9
|
],
|
|
10
10
|
"allowedTools": [
|
|
11
|
-
"*"
|
|
11
|
+
"*",
|
|
12
|
+
"@context7",
|
|
13
|
+
"@morphllm-fast-apply",
|
|
14
|
+
"@playwright",
|
|
15
|
+
"@sequential-thinking",
|
|
16
|
+
"@serena"
|
|
12
17
|
],
|
|
13
18
|
"resources": [],
|
|
14
19
|
"hooks": {},
|
|
15
|
-
"toolsSettings": {
|
|
20
|
+
"toolsSettings": {
|
|
21
|
+
"shell": {
|
|
22
|
+
"autoAllow": true
|
|
23
|
+
},
|
|
24
|
+
"write": {
|
|
25
|
+
"autoAllow": true
|
|
26
|
+
}
|
|
27
|
+
},
|
|
16
28
|
"useLegacyMcpJson": true,
|
|
17
29
|
"model": "claude-sonnet-4.5"
|
|
18
30
|
}
|
|
@@ -95,6 +95,20 @@
|
|
|
95
95
|
"think_about_whether_you_are_done",
|
|
96
96
|
"initial_instructions"
|
|
97
97
|
]
|
|
98
|
+
},
|
|
99
|
+
"morphllm-fast-apply": {
|
|
100
|
+
"type": "stdio",
|
|
101
|
+
"command": "npx",
|
|
102
|
+
"args": [
|
|
103
|
+
"-y",
|
|
104
|
+
"@morph-llm/morph-fast-apply"
|
|
105
|
+
],
|
|
106
|
+
"env": {
|
|
107
|
+
"MORPH_API_KEY": "YOUR_MORPH_API_KEY"
|
|
108
|
+
},
|
|
109
|
+
"autoApprove": [
|
|
110
|
+
"edit_file"
|
|
111
|
+
]
|
|
98
112
|
}
|
|
99
113
|
}
|
|
100
114
|
}
|
package/package.json
CHANGED
package/src/installer.js
CHANGED
|
@@ -290,12 +290,20 @@ async function configureMcpServers() {
|
|
|
290
290
|
const templateServer = newServers.mcpServers?.[serverName] || {};
|
|
291
291
|
const existingServer = existingConfig.mcpServers?.[serverName] || {};
|
|
292
292
|
|
|
293
|
-
// Deep merge:
|
|
293
|
+
// Deep merge: template provides base, existing settings override (except autoApprove)
|
|
294
|
+
// Preserve user's env settings (API keys etc) if they have real values
|
|
295
|
+
const mergedEnv = {
|
|
296
|
+
...(templateServer.env || {}),
|
|
297
|
+
...(existingServer.env || {})
|
|
298
|
+
};
|
|
299
|
+
|
|
294
300
|
mergedServers[serverName] = {
|
|
295
301
|
...templateServer,
|
|
296
302
|
...existingServer,
|
|
297
303
|
// Always use template's autoApprove (the whole point of this update)
|
|
298
|
-
...(templateServer.autoApprove ? { autoApprove: templateServer.autoApprove } : {})
|
|
304
|
+
...(templateServer.autoApprove ? { autoApprove: templateServer.autoApprove } : {}),
|
|
305
|
+
// Preserve merged env if either had env settings
|
|
306
|
+
...(Object.keys(mergedEnv).length > 0 ? { env: mergedEnv } : {})
|
|
299
307
|
};
|
|
300
308
|
}
|
|
301
309
|
|