Full Changelog: v0.1.1...v0.2.0
[v0.2.0] - 2026-07-28
Added
- Command catalog and CLI support modules for centralized command registration and version handling (Architecture: CLI structure and errors)
- Structured error handling module with typed exceptions for better diagnostics (Architecture: CLI structure and errors)
- Launcher module for unified entry point configuration (Architecture: CLI structure and errors)
- Modular CLI architecture with dedicated command modules for documents, sources, links, storage, migration, configuration, and schema management (Architecture: CLI structure and errors)
Changed
- CLI entry point refactored to use modular command groups with canonical singular naming (document, source, link) (Usage: Link documentation to sources)
- Upgraded ledgercore dependency from 0.5.0 to 0.6.0 with schema-3 canonical initialization (Architecture: Storage model)
- Migrated releaseledger and taskledger storage to unified .ledger/ directory structure (Architecture: Storage model)
- Updated README and documentation with new CLI command structure and migration guides (Bootstrap: Setup sequence)