superclaude-kiro 1.0.0 → 1.0.2
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 +12 -2
- package/package.json +1 -1
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
|
|
|
@@ -185,6 +187,14 @@ npx superclaude-kiro uninstall
|
|
|
185
187
|
npx superclaude-kiro install --force
|
|
186
188
|
```
|
|
187
189
|
|
|
190
|
+
## Credits & References
|
|
191
|
+
|
|
192
|
+
- **SuperClaude Framework**: https://superclaude.netlify.app/
|
|
193
|
+
- **SuperClaude GitHub**: https://github.com/SuperClaude-Org/SuperClaude_Framework
|
|
194
|
+
- **Kiro CLI Documentation**: https://kiro.dev/docs/cli/
|
|
195
|
+
|
|
196
|
+
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.
|
|
197
|
+
|
|
188
198
|
## License
|
|
189
199
|
|
|
190
|
-
MIT
|
|
200
|
+
MIT (installer only - SuperClaude Framework has its own license, see [original repository](https://github.com/SuperClaude-Org/SuperClaude_Framework))
|