Skip to content

v0.5.0

Choose a tag to compare

@binaryk binaryk released this 20 Dec 10:36
· 98 commits to main since this release

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 (--continue flag) if execution is interrupted
  • Dry run mode (--dry flag) to preview what would be generated
  • Interactive planning or auto-generate (--auto flag)
  • 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 update

Full Changelog: v0.4.0...v0.5.0