Sandbox demo
Docs That Track the Code
A recurring agent chore that keeps docs from drifting when code moves.
Docs drift because updating them is a chore nobody owns. Make it an agent's chore: after a batch of merges, spawn a docs agent that diffs the public API since the last docs pass, updates what changed, and — the part that keeps docs honest — runs every code sample before opening the PR.
Sandbox transcript
Press Play to replay this transcript step-by-step.
0 / 7
The transcript is canned — no real API calls. The point is to internalize the loop: user → plan → tool → result → answer.
Check your understanding
Q1. Why make the agent run every code sample before opening the docs PR?
· Score 100% on the quiz.