- php: comprehensive rewrite with all 20+ subcommands documented - pkg: added full documentation with flags and examples - vm: added examples and detail for all commands - TODO.md: updated to show current coverage (12/13 at 100%) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1.3 KiB
1.3 KiB
CLI Documentation Status
Documentation coverage for core CLI commands.
Summary
| Package | Coverage | Status |
|---|---|---|
| ai | 100% | ✓ Complete |
| build | 50% | Partial |
| ci | 100% | ✓ Complete |
| dev | 100% | ✓ Complete |
| docs | 100% | ✓ Complete |
| doctor | 100% | ✓ Complete |
| go | 100% | ✓ Complete |
| php | 100% | ✓ Complete |
| pkg | 100% | ✓ Complete |
| sdk | 100% | ✓ Complete |
| setup | 100% | ✓ Complete |
| test | 100% | ✓ Complete |
| vm | 100% | ✓ Complete |
Remaining Gaps
build
| Command | Status |
|---|---|
| build from-path | Missing (legacy command) |
| build pwa | Missing (legacy command) |
These are legacy commands for PWA/GUI builds that may be deprecated.
Documentation Structure
All documented packages follow this structure:
/docs/cmd/{package}/
├── index.md (main command + all subcommands)
├── example.md (optional usage examples)
└── {subcommand}/
└── index.md (detailed subcommand docs, if needed)
Most packages document all commands in their index.md file with anchor links.
Recent Updates
- 2026-01-29: Added ai package documentation
- 2026-01-29: Updated php, pkg, vm documentation with full command coverage
- 2026-01-29: Task commands moved from dev to ai
Last verified: 2026-01-29