v0.1.1
Full Changelog: v0.1.0...v0.1.1
[v0.1.1] - 2026-07-11
Added
- New
sources listCLI with filtering, pagination, and compact ids-only output - New
docs sections --outlinecompact section listing - New
links import-mapcommand with directory batch mode, validate-only dry run, and replace-section support - New
links propose --all-docs --out-dirfor auto-generated mapping proposals - New
coveragecommand for reviewing link coverage inventory - Build context selectors for bootstrap, doc/section, affected, and max-bytes truncation
Changed
- Storage layer rewritten with atomic staged writes, source index separation, and ledgercore integration
- Read-only CLI commands no longer mutate storage metadata
- Scan schema bumped to v5 with separate source-index.json and SHA-256 hash verification
- Doc index parser now ignores headings inside fenced code blocks
- CLI pagination with cursor-based offset, and structured error for invalid cursors
- Reworked SKILL.md with entry protocol, bootstrap branch, incremental branch, and completion gate
- Added CommandState caching for scan, source index, and doc records to reduce redundant I/O
- Added test suites for build context selectors, CLI pagination, doc index, links batch, scan incremental, storage read-only, and workflow extras
- Updated conftest with JSON helpers and storage snapshot hashing