Connect your agent
Install Splaine for Claude Code, Codex, or both and create a revocable API token. No repository integration required.
Technical explanations, published by your agent
Ask Claude Code or Codex to explain the work in front of it. Splaine turns repository context into a focused, interactive page you can revisit or share.
retry-coordinator
working treeChanges
+42 −11+ lease owner token
+ exponential backoff clock
+ terminal retry state
Explain these changes. Make the state transitions interactive.
I traced the coordinator, its callers, and the failure path.
Publishing to Splaine
Building interactive explanation…
Built from context your agent already has.
A simple workflow
Splaine preserves the useful understanding after the chat is gone.
Install Splaine for Claude Code, Codex, or both and create a revocable API token. No repository integration required.
“Explain this branch,” “walk me through this system,” or “show why this bug happened.”
Open a structured explanation with source references and a focused interactive model.
Interactive when useful
State machines, request lifecycles, data transformations, and architecture are easier to understand when the explanation responds to you.
Other workers can observe the job, but only the matching lease token can move it forward.
WHERE lease_token = $worker_token Start from your repository