docs: handoff 21 — ADR-0028 complete

ADR-0028 (query plans / `explain`) is fully implemented; the
handoff-16 design trio (ADR-0026 / 0027 / 0028) is now closed.

- handoff-21: session summary, the two deliberate deviations
  from handoff-20's plan, test coverage, open clusters.
- requirements.md: QA1 / QA2 ticked.
- CLAUDE.md: the `EXPLAIN QUERY PLAN` deferred-items line
  updated to "implemented per ADR-0028".
This commit is contained in:
claude@clouddev1
2026-05-19 12:55:24 +00:00
parent ae99276283
commit 02234e6c45
3 changed files with 171 additions and 12 deletions
+2 -3
View File
@@ -184,9 +184,8 @@ not yet implemented:
rebuild-table primitive (ADR-0013) is in place; the grammar
and dispatch are pending.
- **Indexes**: `add index` / `drop index` done (ADR-0025).
`EXPLAIN QUERY PLAN` (QA1 / QA2) is designed in ADR-0028 —
the `explain` prefix command + span-styled plan tree
but not yet implemented.
`EXPLAIN QUERY PLAN` (QA1 / QA2) implemented per ADR-0028 —
the `explain` prefix command + span-styled plan tree.
- **Modify relationship** (C3a): drop+add covers the use case
today.
- **m:n convenience** (C4): auto-generates a junction table