zerodb_plan_update
Update a plan artifact with new title, status, or content. Changes are diffed and stored in version history automatically for easy tracking.
Instructions
Update a plan artifact. Content changes are diffed and stored in version history automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Artifact ID | |
| title | No | New title (optional) | |
| status | No | New status (optional) | |
| content | No | New content (optional) |