list_adr_sections
Get the top-level section names of an Architecture Decision Record by supplying its project path and ADR number or filename, returned in document order.
Instructions
List one ADR's top-level (##) section names, in document order.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | Yes | Absolute filesystem path, a short 'owner/repo' identifier, or a full https:// repository URL. | |
| number_or_filename | Yes | The ADR's number (e.g. 12), short form (e.g. 'ADR-00012', case-insensitive), or exact filename/path (e.g. 'ADR-00012-topic.md'). |