Agent handoff is a contract
长周期 AI 协作不能依赖聊天记忆,必须依赖当前上下文、恢复点、验证命令和明确阻塞条件。
Agent collaboration review
/knowledge/agent-handoff-contractknowledge.trace("agent-handoff-contract")EvergreenSignal
When to use it
Use when a task crosses sessions, tools, deployments, or agent handoffs.
Principle
What it protects
It prevents the next agent from restarting the project from vibes. A handoff must say what is true, what changed, what is blocked, what command proves it, and what must not be reverted.
Reference
How to cite it
Use this rule when updating CURRENT_CONTEXT, deployment handoffs, progress logs, or external Feishu sync notes.
knowledge.trace("agent-handoff-contract")
Where this idea is used.
knowledge.graph("thin")Most related paths
Agent workflow architecture / ActiveCodex Feishu BridgeTurns this knowledge entry into inspectable project evidence.Product architecture / ShippedStudio Knowledge BaseTurns this knowledge entry into inspectable project evidence.AI 协作复盘 / 中文AI Agent 交接不是聊天记录Uses this rule as a writing argument in the AI 协作复盘 track.产品记忆 / 中文把中文作为产品记忆Uses this rule as a writing argument in the 产品记忆 track.Internal referenceAgent handoff essayConnects this rule to another public route in the studio.
Related writing
Project evidence
Agent workflow architecture / ActiveCodex Feishu BridgeA lightweight operating loop for syncing project maps, decisions, phase progress, and audit actions between local Markdown and Feishu Wiki.Turns this knowledge entry into inspectable project evidence.Product architecture / ShippedStudio Knowledge BaseA cloud-readable project map that keeps requirements, decisions, assets, versions, and progress synchronized.Turns this knowledge entry into inspectable project evidence.
Reference links