[0.8.0] - 2026-04-24
Added
burn ingest --runtime claude [--quiet]— hook-driven ingest. Reads a Claude Code hook payload JSON on stdin, extractssession_id+transcript_path, and incrementally parses the transcript via the existing cursor + dedup machinery. Safe to fire on every hook event (PreToolUse,PostToolUse,UserPromptSubmit,Notification,Stop,SubagentStop,SessionEnd); hook failures never propagate a non-zero exit back to Claude Code. Paired withbuildClaudeHookSettingsin@relayburn/ledgerfor spawner-integrated hook installation. Tool-call failures ride in the normalPostToolUsepayload (surfaced asToolCall.isErroron theTurnRecord); no phantomPostToolUseFailureevent is registered. Closes #7.