diff --git a/docs/architecture/audit-and-compliance-explainer.html b/docs/architecture/audit-and-compliance-explainer.html index 46aa301..3a97d82 100644 --- a/docs/architecture/audit-and-compliance-explainer.html +++ b/docs/architecture/audit-and-compliance-explainer.html @@ -1517,7 +1517,7 @@ footer .colophon { vertical-feature-spec.md overview.md dependency-flow.md - 2026-05-11 · audit design spec + ADR-018 · audit & compliance
An internal explainer for the post-Plan-9 architecture — written for the engineer who built it and just wants the mental model in one place. Click through the request flow, flip the DI binding mode, swap features. Real code from this repo, not a tutorial.
+An internal explainer for the vertical-feature architecture — written for the engineer who built it and just wants the mental model in one place. Click through the request flow, flip the DI binding mode, swap features. Real code from this repo, not a tutorial.
this.name (R6) — easy to forget, was the systemic Plan-9 fix-upthis.name — easy to forget, and the cause of opaque error names when omittedInputParseError is duplicated per feature (~6 lines × 5) — by design, but feels redundantprocedures.ts map toobindDevSeed<F>(ctx: BindContext) — unbinds the empty mock, rebinds a populated mock (post-Plan-9).
bindDevSeed<F>(ctx: BindContext) — unbinds the empty mock, rebinds a populated mock.