@@ -39,14 +39,14 @@ of handwritten adapter folklore.
3939
4040Current branch state at this boundary:
4141
42- - Branch: ` v18-continuum-slices-26-45-design `
42+ - Branch: ` v18-continuum-slices-26-30 `
4343- Base branch: ` main `
44- - Current ` origin/main ` : ` e288c113 `
45- - Latest merged PR: #97 , v18 Continuum slices 21 through 25
44+ - Current ` origin/main ` : ` c66f1a49 `
45+ - Latest merged PR: #98 , v18 design documents for slices 26 through 45
4646- Latest released package line: ` 17.0.1 `
4747- Latest completed implementation cycle:
48- ` 0173 -v18-content-write-intent-cutover `
49- - Current work: documentation-only planning for slices 26 through 45
48+ ` 0178 -v18-query-property-projection-reads `
49+ - Current work: implementation branch ` v18-continuum- slices-26-30 `
5050
5151The current v18 graph-model posture is:
5252
@@ -79,10 +79,14 @@ PRs #94 through #96 had already landed the earlier v18 evidence posture,
7979generated-family readiness, runtime-boundary source facts, node and edge
8080records, generic attachment substrate, and graph-op algebra groundwork.
8181
82+ PR #98 landed the detailed design documents for slices 26 through 45 and
83+ reset this bearing around the property-projection, migration dry-run, and
84+ genesis-equivalence runway.
85+
8286## What Feels Wrong
8387
84- - Property reads still have direct raw legacy property interpretation in
85- places such as query reads and state-reader context code.
88+ - Some non-query read surfaces still have direct raw legacy property
89+ interpretation, especially state-reader context code.
8690- Generic property writes still lower directly to legacy property operations;
8791 content writes are intent-backed, but property writes are not.
8892- Content persistence still uses legacy ` _content* ` compatibility properties.
@@ -160,15 +164,15 @@ and concrete checks live in `docs/invariants/`.
160164- [x] 23 . Add content attachment projection.
161165- [x] 24 . Route public content reads through content projection.
162166- [x] 25 . Route content writes through typed write intent.
163- - [ ] 26 . Reset the post-25 property projection runway:
167+ - [x ] 26 . Reset the post-25 property projection runway:
164168 [ 0174] ( design/0174-v18-post-25-property-projection-runway/v18-post-25-property-projection-runway.md ) .
165- - [ ] 27 . Add legacy property projection nouns:
169+ - [x ] 27 . Add legacy property projection nouns:
166170 [ 0175] ( design/0175-v18-legacy-property-projection-nouns/v18-legacy-property-projection-nouns.md ) .
167- - [ ] 28 . Add node property projection:
171+ - [x ] 28 . Add node property projection:
168172 [ 0176] ( design/0176-v18-node-property-projection/v18-node-property-projection.md ) .
169- - [ ] 29 . Add edge property projection:
173+ - [x ] 29 . Add edge property projection:
170174 [ 0177] ( design/0177-v18-edge-property-projection/v18-edge-property-projection.md ) .
171- - [ ] 30 . Route query property reads through projection:
175+ - [x ] 30 . Route query property reads through projection:
172176 [ 0178] ( design/0178-v18-query-property-projection-reads/v18-query-property-projection-reads.md ) .
173177- [ ] 31 . Route state-reader property views through projection:
174178 [ 0179] ( design/0179-v18-state-reader-property-projection/v18-state-reader-property-projection.md ) .
0 commit comments