superclaude-kiro 1.2.3 → 1.2.4
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
CHANGED
|
@@ -138,7 +138,7 @@ npx superclaude-kiro install --morph-api-key "your-api-key"
|
|
|
138
138
|
|
|
139
139
|
All agents are configured with:
|
|
140
140
|
- `"tools": ["*"]` - Access to all tools
|
|
141
|
-
- `"allowedTools": ["*", "@context7", "@playwright", "@sequential-thinking", "@serena"]` - All built-in and MCP tools pre-approved
|
|
141
|
+
- `"allowedTools": ["*", "use_subagent", "@context7", "@playwright", "@sequential-thinking", "@serena", "@morphllm-fast-apply/edit_file"]` - All built-in tools, subagents, and MCP tools pre-approved
|
|
142
142
|
- `"toolsSettings"` - Shell and write operations auto-allowed
|
|
143
143
|
- `"useLegacyMcpJson": true` - Uses global MCP servers
|
|
144
144
|
|
package/dist/agents/sc-pm.json
CHANGED