list_adrs
List architecture decision records in a table (number, title, status, filename) to find the right one before reading full content.
Instructions
List every ADR in .context/decisions/ as a lightweight table (number, title, status, filename). Use this before read_adr/read_adr_section to find which ADR you need, without loading full ADR content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | Yes | Absolute filesystem path, a short 'owner/repo' identifier, or a full https:// repository URL. |