docs(adr): promote ADR-0037 + ADR-0038 to Accepted (Phase 1 shipped)

This commit is contained in:
claude@clouddev1
2026-05-28 07:10:06 +00:00
parent c60026c7f6
commit 558cfae151
3 changed files with 31 additions and 12 deletions
@@ -2,9 +2,16 @@
## Status
Proposed (design agreed with the user 2026-05-27; pending `/runda` +
implementation). Redeems the follow-up **deferred by ADR-0033
Amendment 3**, which named this very ADR and its motivating consumer.
Accepted. Design agreed with the user (2026-05-27); the channel is
**implemented and validated end-to-end** by its motivating consumer
(ADR-0038's DSL → SQL teaching echo). The three-way `EffectiveMode`
{ `Simple`, `AdvancedPersistent`, `AdvancedOneShot` } resolves at submit
time in `App::submit` and threads through `Action::ExecuteDsl`
`runtime::spawn_dsl_dispatch`, which gates `echo::echo_for` on it
(handoff-46 commit `04c8e42` shipped the channel + first echo slice;
handoff-47 commit `90479cb` proved it carries the full Bucket A
catalogue). Redeems the follow-up **deferred by ADR-0033 Amendment 3**,
which named this very ADR and its motivating consumer.
## Context