Every session becomes a story anyone can read.
Raw transcripts are unreadable at scale. Codiedev summarizes each session into the problem, the approach, the tools used, and the lessons learned, tied to the ticket and the pull request it shipped in. Insight takes seconds, not log-diving.
Tied to the work. Each story links to the ticket it served and the PR it produced, so the record connects intent to outcome.
Categorized. Building, fixing, investigating, refactoring, plus the tools and models used, for every session.
Lessons kept. What the session learned is extracted and kept, becoming the raw material for skills and shared context.
Events dropped under load; the consumer acked before processing. Raised in PAY-311.
Moved the ack after commit, keyed retries to event IDs, added exponential backoff. Verified against the replayed event log.
Claude Code queue/consumer.ts replay harness
Shipped in PR #482. Zero dropped events since.
Ack-after-commit is now the team pattern for every consumer, captured as a skill the same day.