plan_heartbeat
Records lightweight checkpoints during a Delegated Plan execution. Provide a full plan on first call, then submit merged steps, evidence, artifacts, acceptance results, runtime evidence, and revisions to keep the plan state up to date.
Instructions
由 Agent 在 Delegated Plan 执行过程中记录轻量检查点。首次调用必须提供完整 plan;后续合并步骤、证据、产物、候选经验、验收结果、运行证据和 revision。除 requirements 外,每条用于收敛的 evidence 必须至少提供 reference 或 revision,否则 converge 会明确拒绝。只记录状态,不代替 Agent 执行。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plan | No | 首次 heartbeat 必填的完整 Delegated Plan Contract | |
| status | No | ||
| plan_id | Yes | Delegated Plan 的稳定 planId | |
| evidence | No | ||
| artifacts | No | ||
| project_root | No | 项目根目录;省略时按工作区解析 | |
| skipped_steps | No | ||
| declared_scope | No | 本次 Plan 已确认的目录、模块、契约、排除项等作用域;省略时保留原值 | |
| current_step_id | No | ||
| runtime_evidence | No | ||
| unresolved_items | No | ||
| memory_candidates | No | ||
| acceptance_results | No | ||
| completed_step_ids | No | ||
| last_verified_revision | No | ||
| architecture_candidates | No |