adr_update
Update an existing Architecture Decision Record. Specify project ID and ADR number; optionally update title, status, context, decision, and consequences.
Instructions
Update an existing Architecture Decision Record.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | New title | |
| number | Yes | ADR number to update | |
| status | No | New status | |
| context | No | Updated context | |
| decision | No | Updated decision | |
| project_id | Yes | Project ID | |
| consequences | No | Updated consequences |