Packages
@relayburn/reader@1.2.0(tag:reader-v1.2.0)@relayburn/ledger@1.2.0(tag:ledger-v1.2.0)@relayburn/analyze@1.2.0(tag:analyze-v1.2.0)@relayburn/mcp@1.2.0(tag:mcp-v1.2.0)@relayburn/cli@1.2.0(tag:cli-v1.2.0)relayburn@1.2.0(tag:relayburn-v1.2.0)
Package Changelogs
@relayburn/ledger
Changed
- Ledger reads, writes, locks, and content sidecars now run through the file-backed storage adapter seam without changing the JSONL filesystem output.
- Archive helpers (
openArchive,buildArchive,rebuildArchive,vacuumArchive,getArchiveStatus) now throw whenRELAYBURN_STORAGEis anything other thanfile, instead of silently returning an empty in-memory database —burn summaryetc. would otherwise report zero turns to users on unsupported backends.
@relayburn/cli
Added
burnnow reports interactive progress for ingest scans, harness startup/finalization, derived-state rebuilds, archive work, and analysis reads so long-running tasks no longer appear stalled.
Fixed
burn state --help,burn run, andburn mcp-servernow skip opportunistic content pruning so help output and latency-sensitive startup are not delayed by retention scans.