From c5badd6c87d0b9ed694283adfc8235f754022bf4 Mon Sep 17 00:00:00 2001 From: AniruddhaHumane Date: Sun, 19 Apr 2026 12:24:17 +0900 Subject: [PATCH] Rename the README to Agent Handoff The visitor-facing name should lead with the problem users recognize: agent handoff. Portability remains in the subtitle as a benefit instead of dominating the title. Constraint: Keep skill commands and repository mechanics unchanged Rejected: Rename files or skill identifiers | the request is product copy, not a command/API change Confidence: high Scope-risk: narrow Reversibility: clean Tested: git diff --check; bash -n install.sh; copy install into temporary Codex and Claude homes; symlink install into temporary Codex home Not-tested: GitHub rendered README preview --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 22cafff..7d829f5 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -# portable-handoff +# Agent Handoff ![handoff](assets/handoff.png) -Keep coding-agent work portable, resumable, and tool-neutral. +Portable, file-backed handoffs for Codex, Claude, and other coding agents. -`portable-handoff` gives Codex and Claude two small skills: +Agent Handoff gives Codex and Claude two small skills: - `/handoff [agent?]` captures the current agent session into a durable snapshot. - `/get-handoff A,B` merges one or more snapshots into a compact resume brief. @@ -17,7 +17,7 @@ sessions, parallel agents, or handoffs between people and tools. Coding agents are powerful while they remember the work. They are fragile when that memory lives only inside one chat window. -`portable-handoff` moves the important state into files: +Agent Handoff moves the important state into files: - what the agent was trying to do - what changed @@ -32,7 +32,7 @@ actually inspect, trust, and continue from. ## When To Use It -Use `portable-handoff` whenever losing context would slow the next session down. +Use Agent Handoff whenever losing context would slow the next session down. | Situation | How it helps | | -------------------------------------------------- | ------------------------------------------------------------------------------------- | @@ -180,7 +180,7 @@ skills/ ``` There is no Python package on `master`. The current product surface is the -skills plus a shell installer. +Agent Handoff skills plus a shell installer. The earlier Python package, tests, and internal planning docs are preserved on the `python-package-docs` branch for future experimentation.