superclaude-kiro 1.0.0 → 1.0.1
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
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
# SuperClaude for Kiro CLI
|
|
2
2
|
|
|
3
|
-
Easy installation of SuperClaude Framework for Kiro CLI. One command to install, update, or uninstall.
|
|
3
|
+
Easy installation of [SuperClaude Framework](https://superclaude.netlify.app/) for Kiro CLI. One command to install, update, or uninstall.
|
|
4
|
+
|
|
5
|
+
> **Attribution**: This package is an installer for the SuperClaude Framework created by [SuperClaude-Org](https://github.com/SuperClaude-Org/SuperClaude_Framework). All command content and framework design belongs to the original authors. This package simply provides a convenient installation mechanism for Kiro CLI users.
|
|
4
6
|
|
|
5
7
|
## Installation
|
|
6
8
|
|
|
@@ -87,6 +89,7 @@ npx superclaude-kiro uninstall
|
|
|
87
89
|
All agents are configured with:
|
|
88
90
|
- `"tools": ["*"]` - Access to all tools
|
|
89
91
|
- `"allowedTools": ["*"]` - All tools pre-approved (no prompts)
|
|
92
|
+
- `"allowedMcpTools": ["*"]` - All MCP tools trusted (no prompts)
|
|
90
93
|
- `"model": "claude-sonnet-4.5"` - Claude Sonnet 4.5
|
|
91
94
|
- `"useLegacyMcpJson": true` - Uses global MCP servers
|
|
92
95
|
|
|
@@ -185,6 +188,14 @@ npx superclaude-kiro uninstall
|
|
|
185
188
|
npx superclaude-kiro install --force
|
|
186
189
|
```
|
|
187
190
|
|
|
191
|
+
## Credits & References
|
|
192
|
+
|
|
193
|
+
- **SuperClaude Framework**: https://superclaude.netlify.app/
|
|
194
|
+
- **SuperClaude GitHub**: https://github.com/SuperClaude-Org/SuperClaude_Framework
|
|
195
|
+
- **Kiro CLI Documentation**: https://kiro.dev/docs/cli/
|
|
196
|
+
|
|
197
|
+
This installer package was created to simplify SuperClaude deployment for Kiro CLI users. All credit for the SuperClaude framework, commands, and methodology goes to the original creators.
|
|
198
|
+
|
|
188
199
|
## License
|
|
189
200
|
|
|
190
|
-
MIT
|
|
201
|
+
MIT (installer only - SuperClaude Framework has its own license, see [original repository](https://github.com/SuperClaude-Org/SuperClaude_Framework))
|
package/dist/agents/sc-pm.json
CHANGED