adr_update_status
Update the status of an Architectural Decision Record (ADR) to reflect formal acceptance, deprecation, or replacement.
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 |