Commit a realized plan node
commit_planCommit a plan node to the real tree after writing code. Verifies the plan has recorded implemented source paths, ensuring only realized plans are committed.
Instructions
Promotes a plan node (metadata.plan=true) to the real tree by clearing the plan flag. VERIFICATION GATE: the node must already carry metadata.implements (the source path(s) you wrote) — without it the commit is rejected, because an uncommitted plan node with no implements is not considered realized. Call this only after you have actually written the code and recorded implements via update_node. See umtri://rules/plan.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Plan node id to commit. | |
| slug | Yes | Ground slug. |