# handover > Repo-local handover orchestration for coding agents. Canonical website: https://handover.openusage.sh/ Source repository: https://github.com/janekbaraniewski/handover Releases: https://github.com/janekbaraniewski/handover/releases License: MIT ## Summary handover captures repo-local task state before a coding agent hits its usage limit. It keeps a canonical handoff under `.handover/`, including stable resume files such as `.handover/current/summary.md` and `.handover/current/workspace.patch`, so another tool can continue the job without a full context rebuild. It also supports on-demand manual capture with `handover capture --title "..." --summary "..." --next-step "..."`. ## Primary docs - Website: https://handover.openusage.sh/ - README: https://github.com/janekbaraniewski/handover/blob/main/README.md - Full LLM digest: https://handover.openusage.sh/llms-full.txt