Skip to content

v0.1.1

Choose a tag to compare

@holgern holgern released this 11 Jul 20:56
· 10 commits to main since this release

Full Changelog: v0.1.0...v0.1.1

[v0.1.1] - 2026-07-11

Added

  • New sources list CLI with filtering, pagination, and compact ids-only output
  • New docs sections --outline compact section listing
  • New links import-map command with directory batch mode, validate-only dry run, and replace-section support
  • New links propose --all-docs --out-dir for auto-generated mapping proposals
  • New coverage command 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