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

@@ -5,6 +5,13 @@ All notable changes to SuperClaude will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Fixed
- Added missing `/task` command documentation to COMMANDS.md
- Updated command count references from 18 to 19 across documentation files
- Corrected `/task` command flag syntax in index.md to use colon operations
## [2.0.1] - 2025-06-26
### Added