update_entry
Update an existing decision, pipeline, or constraint by ID, and automatically refresh its verified_at timestamp.
Instructions
Update an existing decision, pipeline, or constraint by ID. Refreshes verified_at timestamp automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Entry ID (e.g. 'dec-001', 'pipe-003', 'con-012') | |
| updates | Yes | Fields to update. Any field except id and created_at. | |
| project_dir | No | Absolute path to another project whose entry should be updated |