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

@@ -19,7 +19,7 @@ Commands: `/cmd --flags` | 19 total | Universal flags available
**Analysis**: `/analyze` --code|arch | `/review` --files|commit|pr | `/troubleshoot` --fix|prod | `/improve` --perf|quality | `/explain` --depth
**Ops**: `/deploy` --env|rollback | `/migrate` --dry-run | `/scan` --security | `/estimate` --detailed | `/cleanup` --all | `/git` --commit|sync
**Design**: `/design` --api|ddd | `/document` --api|user | `/spawn` --task
**Manage**: `/task` --create|status | `/load` --context
**Manage**: `/task` :create|:status|:resume | `/load` --context
## Workflow Patterns
**Setup**: `/load``/dev-setup --install``/build --init``/test`
**Feature**: `/analyze``/design --api``/build --tdd``/test --e2e``/deploy`