v0.5.0
What's New in v0.5.0
New Commands
Batch Documentation Workflow
/docs:discover- Scan codebase, find all modules/docs:plan- Create ordered documentation plan (docs-plan.yaml)/docs:execute- Run through plan, generate all docs with screenshots
CLI Updates
aidocs update- Self-update command (auto-detects uv/pipx/pip)
Features
- Priority-based module ordering (dependencies documented first)
- Cross-module flow detection and documentation
- Resume support (
--continueflag) if execution is interrupted - Dry run mode (
--dryflag) to preview what would be generated - Interactive planning or auto-generate (
--autoflag) - Progress tracking with plan status updates
Usage
# Document entire project
/docs:discover # Find all modules
/docs:plan # Create plan
/docs:execute # Generate all docs
# Or document single module
/docs:flow campaign # Full lifecycle docs
# Update CLI
aidocs updateFull Changelog: v0.4.0...v0.5.0