Commit 14d93ad
Follow-up to ce98902 / 905b327. Those described the FR-024 §7 entity-read-view
path in present-tense ("writes route to the table … reads route to the view … the
CREATE VIEW DDL is emitted by meta migrate … one emitter, two hosts") and tagged it
"already shipped" in the roadmap. That conflates loader-licensing with
implementation: the shape LOADS + is validated, but the schema pipeline (#213) is
NOT built — meta migrate emits the derived field as a spurious column on the write
table (colliding with a hand-written SELECT o.*, extra view's alias) and never emits
the replica view.
Amends (not reverts — the on-ramp is the right modeling story, and the decision
table / boundaries are stable): the three overstated sentences move to contract
tense ("The FR-024 §7 contract: …") + a status callout pointing at #213 with the
concrete interim guidance (keep derived join columns off the entity / model that
read as a projection until #213 lands; @readonly guards the write codecs but not the
table DDL). Roadmap #206 entry corrected to "doctrine-complete + loader-validated;
schema/codegen pipeline tracked by #213", with #213's two holes + cross-port
codegen-half blast radius recorded.
Docs-only.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01NGQ7oSuNcjhsMHWwZzhBwr
1 parent 05d0f60 commit 14d93ad
2 files changed
Lines changed: 16 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
63 | | - | |
64 | | - | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
65 | 77 | | |
66 | 78 | | |
67 | 79 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
| 130 | + | |
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| |||
0 commit comments