publish_plan
Append validated plan records to an external store for safe handoffs between planning and coding agents, without editing files or executing commands.
Instructions
Append a validated plan record outside the workspace. This never edits files or executes commands.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| steps | Yes | ||
| summary | Yes | ||
| task_id | Yes | ||
| iteration | Yes | ||
| baseCommit | Yes | ||
| idempotency | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | ||
| steps | Yes | ||
| summary | Yes | ||
| task_id | Yes | ||
| version | Yes | ||
| createdAt | Yes | ||
| iteration | Yes | ||
| baseCommit | Yes | ||
| idempotency | Yes |