github AgentWorkforce/burn ledger-v0.19.0
@relayburn/ledger@0.19.0

latest releases: reader-v0.21.0, mcp-v0.21.0, ledger-v0.21.0...
5 hours ago

[0.19.0] - 2026-04-26

Added

  • Execution-graph ledger lines: SessionRelationshipLine and ToolResultEventLine (#42, first PR). Two new LedgerLine kinds (relationship, tool_result_event) with matching appendRelationships / appendToolResultEvents writers, queryRelationships / queryToolResultEvents readers, and isSessionRelationshipLine / isToolResultEventLine guards. Both append-only; both dedup through the same ~/.relayburn/ledger-index namespace as turns and compactions via relationshipIdHash (keyed on type + agentId + parentToolUseId) and toolResultEventIdHash (keyed on sessionId + toolUseId + eventIndex). rebuildIndex re-indexes both kinds. Old readers that don't recognize the new kinds simply skip them — the existing isTurnLine / isStampLine / isCompactionLine guards already filter to known kinds.
  • burn ingest (both runtime-driven and hook paths) and burn claude now persist relationships + tool-result events when the Claude reader emits them, so the execution-graph substrate lands automatically alongside turns.

Don't miss a new burn release

NewReleases is sending notifications on new releases.