Releases: ledgerwerk/memoryledger
Releases · ledgerwerk/memoryledger
Release list
v0.2.0
Full Changelog: v0.1.1...v0.2.0
[v0.2.0] - 2026-07-28
Added
- Configuration discovery module with project-level and user-level config resolution
- Legacy compatibility layer for backward-compatible storage format handling
- Migration framework with storage v2 and linked docs directory migration support
- Project locator and models modules for structured project metadata
- Command catalog and command results modules for CLI command registry
Changed
- Migrated to ledgercore 0.6.0 with unified CLI command surface and modular architecture
- Added tests for ledgercore schema, storage v2, config discovery, and migration workflows
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
v0.1.0
Full Changelog: https://github.com/ledgerwerk/memoryledger/commits/v0.1.0