v0.1.1
Full Changelog: v0.1.0...v0.1.1
[v0.1.1] - 2026-07-07
Added
- Storage v2 with single front-matter Markdown files per memory replacing legacy directory layouts
- migrate storage-v2 command for converting legacy sidecar records to single front-matter files
- schema values command listing valid kinds, scopes, statuses, render targets, and evidence kinds
- Bulk review via --all flag on review accept and review reject
- agents verify-adoption command for confirming full source is reachable in generated output
- finalize command combining accept-all, render, and export in one step
- migrate linked-docs-dir command for relocating generated linked documents between directories
Changed
- Replaced per-memory wall-clock timestamps with a single ledger-wide monotonic version counter
- agents adopt now preserves the full AGENTS.md source as a single linked document instead of splitting by headings
- Renamed default linked documents directory from docs/agents to agent_docs
- Improved run HTML import with real session export decoding, assistant summary classification, and raw transcript filtering
- Added tests for storage v2, adoption verification, bulk review, schema values, run import, and finalize workflow