ingest_plan
Sends a saved plan to Plane, creating epics then issues linked to them. Merges into the existing manifest by default, preserving untouched entries and runtime state; use overwrite to replace everything.
Instructions
Push a saved plan into Plane. Creates epics first, then issues linked to their parent epic. Optionally restrict to specific epic summaries via only_epics. Returns a manifest mapping local IDs to Plane UUIDs.
Re-ingesting an already-ingested plan merges into the existing manifest rather than replacing it: epics/stories not touched this call (including everything only_epics excludes) are preserved verbatim, a story whose key already exists gets its authored fields (summary, agent_instructions, dependencies, persona, model, acceptance, risk) refreshed while its runtime state (status, pr_url, ...) is kept, and top-level manifest keys outside epics/stories/repo_root (paused, local_model_fallback, final_rework_escalation, ...) carry over untouched. Pass overwrite=True to restore the old wholesale-replace behavior (drops anything not produced by this call).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| overwrite | No | ||
| plan_name | Yes | ||
| only_epics | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||