adr_update_status
Update the status of an architectural decision record (ADR) to mark it as accepted, deprecated, or superseded.
Instructions
Change an ADR's status (proposed → accepted → deprecated → superseded). Use when an architectural decision is formally accepted, deprecated, or replaced.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| adrId | Yes | ||
| status | Yes | proposed | accepted | deprecated | superseded |