Remove docs/reports and docs/decisions directories, keep only plans

Reports and decisions are implementation artifacts that don't need to
persist in the repository. Plans in docs/plans/ are retained as living
documents that track implementation progress.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Kieran Klaassen
2026-02-20 16:08:36 -08:00
parent 005b5ce2a1
commit 1aed2353e2
14 changed files with 1 additions and 679 deletions

View File

@@ -49,7 +49,4 @@ Avoid adding a provider if the target spec is unstable or undocumented.
## Repository Docs Convention
- **ADRs** live in `docs/decisions/` and are numbered with 4-digit zero-padding: `0001-short-title.md`, `0002-short-title.md`, etc.
- **Orchestrator run reports** live in `docs/reports/`.
When recording a significant decision (new provider, output format change, merge strategy), create an ADR in `docs/decisions/` following the numbering sequence.
- **Plans** live in `docs/plans/` and track implementation progress.