Skip to content

Releases: jimozo/agent-handoff-kit

v0.1.2

05 May 19:10

Choose a tag to compare

  • Changed AGENTS.md and CLAUDE.md templates to concise standalone operating guides.
  • Documented that project facts belong in task-relevant docs rather than root instruction files.
  • Updated continuation prompts and install guidance to load broad context only when relevant.

v0.1.1 - Self-contained chat handoffs

05 May 15:40

Choose a tag to compare

Patch release improving chat handoff reliability.

Changes:

  • Chat handoff templates are now self-contained.
  • Continuation prompts no longer depend on surrounding conversation context.
  • Added explicit guidance that the entire handoff block should be safe to paste into a fresh agent chat.
  • Updated docs, snippets, and install templates.

Why it matters:
A user can now copy one handoff block into a new Codex, Claude Code, Cursor, or Aider session without losing the branch state, current work summary, open items, or next step.

v0.1.0 - Initial public scaffold

05 May 14:23

Choose a tag to compare

Initial public release of agent-handoff-kit.

A dependency-free Git + Markdown handoff protocol for teams using Claude Code, Codex, Cursor, Aider, and other coding agents in the same repository.

Includes:

  • Agent-installable setup instructions
  • Session logs and archive rotation
  • Chat handoff and full handoff workflows
  • Last-agent review commands
  • Conflict handling for multi-agent branches
  • Templates for AGENTS.md, CLAUDE.md, SESSIONS.md, SESSIONS_ARCHIVE.md, and CONTINUE.md
  • Optional dependency-free installer script