create_adr
Creates a new Architecture Decision Record (ADR) with sequential numbering, Proposed status, and placeholders, using the given title and context.
Instructions
Create a new ADR: allocates the next sequential number, writes a 'Proposed'-status stub with the given title and context, and placeholder text in the remaining sections (Decision, Consequences, Alternatives Considered, ADR Review Discussion). No lock/retry against concurrent creation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | The ADR's topic title (used verbatim in the heading). | |
| context | Yes | The Context section's content. | |
| auto_reindex | No | When true, automatically re-run `index_project_context` after the write and include its result. When false (default), the response includes a manual-reindex reminder. | |
| project_path | Yes | Absolute filesystem path, a short 'owner/repo' identifier, or a full https:// repository URL. |