manage_adr
Manage Architecture Decision Records: outline headings, read full documents, replace entire content, or rewrite selected sections while leaving all other bytes unchanged.
Instructions
Outline an ADR by default; get reads it; update replaces it
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | outline pages headings; get reads; update replaces the whole document; set_sections rewrites only the named sections and leaves every other byte untouched (an identical repeated write is byte-identical, so retrying is safe); sections is legacy. | outline |
| format | No | tree | |
| content | No | Whole document for update | |
| project | Yes | ||
| section_limit | No | ||
| section_offset | No | ||
| section_updates | No | set_sections: section name -> new body. Any heading name works; names match exactly, including case. |