HANDOFF.md is optional, but it is the fastest way for the next agent to resume work without replaying every timeline entry.
A good handoff is current, not comprehensive. If it grows long, move durable material into CONTEXT.md and trim the handoff back down.
Cover these four points:
- What changed
- What is true now
- What is uncertain
- Recommended next step
- Write in present tense when possible
- Prefer direct bullets over narrative paragraphs
- Include enough detail for the next agent to start immediately
- Name the blocking uncertainty instead of hiding it
# Handoff
## What Changed
- Added verified API rate-limit notes to `CONTEXT.md`
- Committed the update with a structured context message
## What Is True Now
- The shared repo has the latest staging findings
- The frontend impact is still not assessed
## What Is Uncertain
- Whether production has the same rate-limit tier
- Whether retries should be client- or server-side
## Recommended Next Step
- Verify the production tier and decide retry ownership