Update README.md

Signed-off-by: NomenAK <39598727+NomenAK@users.noreply.github.com>
This commit is contained in:
NomenAK 2025-07-15 10:44:35 +02:00 committed by GitHub
parent 6bff95886c
commit 86be27db05
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -186,8 +186,8 @@ The codebase is pretty straightforward Python + documentation files.
``` ```
SuperClaude/ SuperClaude/
├── SuperClaude.py # Main installer CLI ├── SuperClaude.py # Main installer CLI
├── SuperClaude/ # Framework files ├── SuperClaude/ # Framework files
│ ├── Core/ # Behavior documentation (COMMANDS.md, FLAGS.md, etc.) │ ├── Core/ # Behavior documentation (COMMANDS.md, FLAGS.md, etc.)
│ ├── Commands/ # 16 slash command definitions │ ├── Commands/ # 16 slash command definitions
│ └── Settings/ # Configuration files │ └── Settings/ # Configuration files