mirror of
https://github.com/SuperClaude-Org/SuperClaude_Framework.git
synced 2025-12-29 16:16:08 +00:00
Enhancement: Robust Logging, Legacy Fallback, CLI Help, and Typo Handling for SuperClaude CLI (#117)
* Update README.md * Update README.md * Update README.md * Update SuperClaude.py
This commit is contained in:
26
README.md
26
README.md
@@ -1,4 +1,9 @@
|
||||
# SuperClaude v3 🚀
|
||||
[](https://opensource.org/licenses/MIT)
|
||||
[](https://github.com/NomenAK/SuperClaude)
|
||||
[](https://github.com/NomenAK/SuperClaude/issues)
|
||||
[](https://github.com/NomenAK/SuperClaude/blob/master/CONTRIBUTING.md)
|
||||
[](https://github.com/NomenAK/SuperClaude/graphs/contributors)
|
||||
|
||||
An enhancement framework for Claude Code that adds extra capabilities through specialized commands, personas, and MCP server integration.
|
||||
|
||||
@@ -160,10 +165,25 @@ A: Currently Claude Code only, but v4 will have broader compatibility.
|
||||
**Q: Is this stable enough for daily use?**
|
||||
A: The core features work well, but expect some rough edges since it's a fresh release.
|
||||
|
||||
## License 📄
|
||||
## SuperClaude Contributors
|
||||
|
||||
MIT - See LICENSE file for details.
|
||||
[](https://github.com/NomenAK/SuperClaude/graphs/contributors)
|
||||
|
||||
## License
|
||||
|
||||
MIT - [See LICENSE file for details](https://opensource.org/licenses/MIT)
|
||||
|
||||
## Star History
|
||||
|
||||
<a href="https://www.star-history.com/#NomenAK/SuperClaude&Date">
|
||||
<picture>
|
||||
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=NomenAK/SuperClaude&type=Date&theme=dark" />
|
||||
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=NomenAK/SuperClaude&type=Date" />
|
||||
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=NomenAK/SuperClaude&type=Date" />
|
||||
</picture>
|
||||
</a>
|
||||
---
|
||||
|
||||
*Built by developers, for developers. We hope you find it useful! 🙂*
|
||||
*Built by developers, for developers. We hope you find it useful! 🙂*
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user