Agent handoff is a contract

长周期 AI 协作不能依赖聊天记忆,必须依赖当前上下文、恢复点、验证命令和明确阻塞条件。

Agent collaboration review/knowledge/agent-handoff-contractknowledge.trace("agent-handoff-contract")Evergreen

Signal

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.