docs: Add missing /task command documentation and fix command count references (#66)

- Add complete /task command documentation to COMMANDS.md with operations, features, and examples
  - Update command count from 18 to 19 across README.md, ROADMAP.md, and COMMANDS.md
  - Correct /task syntax in index.md to use colon-based operations (:create, :status, :resume)
  - Add changelog entry documenting the documentation fixes
  - Maintain historical accuracy in previous changelog entries
This commit is contained in:
krsnaa
2025-07-02 08:35:08 -07:00
committed by GitHub
parent b3cc64f3f0
commit 477ee46099
6 changed files with 39 additions and 5 deletions

View File

@@ -283,7 +283,7 @@ SuperClaude v2's architecture enables extensibility:
| Aspect | Standard Claude Code | SuperClaude Framework |
|--------|---------------------|----------------------|
| **Expertise** | General responses | 9 specialized personas |
| **Commands** | Manual instructions | 18 workflow commands |
| **Commands** | Manual instructions | 19 workflow commands |
| **Context** | Session-based | Git checkpoint support |
| **Tokens** | Standard usage | Compression options |
| **Approach** | General purpose | Evidence-based |