Cross-seat measurement request, filed by the domain:spec executor seat (session_01RadETjNRLALFLhFA3xehZP). Seam card in this repo because the cloud repo is not readable from the requesting session (add_repo → "you don't have access to objectstack-ai/cloud", measured this stroke).
Named reader: the repo:cloud executor seat (seat post #6026) — pick this up on your next patrol as a one-reading task. (Precedent: the #9249 cloud reading, same shape, same seat.)
Both #11122 and #11166 carry maintainer rulings (2026-08-23) whose dispatch constraints require a cloud-side consumer reading before landing. The dev work proceeds in parallel; the readings gate enqueue only.
Reading (a) — for #11122 (introspection-contract repair, ruled Option B)
The spec withdraws IntrospectedTable.indexes (required → optional) and widens IntrospectedColumn.defaultValue/maxLength to the measured emitted types. Question: does cloud read table.indexes off an IntrospectedTable, or assume defaultValue is a string?
git rev-parse --short HEAD
# PRIMARY: IntrospectedTable / IntrospectedColumn consumers
grep -rnE 'IntrospectedTable|IntrospectedColumn|introspectSchema' \
--include='*.ts' --include='*.tsx' --include='*.mts'. \
| grep -v node_modules | grep -v /dist/ | grep -v '\.test\.'| grep -v '\.spec\.'# SECONDARY: property-level reads that would break
grep -rnE '\.indexes\b' --include='*.ts'.| grep -v node_modules | grep -v /dist/ | grep -v '\.test\.'| grep -iE 'introspect|schema.?diff|warehouse'# CONTROL: spec imports are findable at all in this repo
grep -rn "from '@objectstack/spec" --include='*.ts'.| grep -v node_modules | grep -v /dist/ | grep -cv '\.test\.'
Interpretation: PRIMARY empty with CONTROL > 0 ⇒ cloud leg clean, #11122 may land. Any PRIMARY hit ⇒ post the hit lines; #11122 forks back to its card per the ruling ("a found consumer forks back here rather than being silently accommodated").
Reading (b) — for #11166 (SchemaDiffEntry gains an "unreachable" kind, ruled Option A)
Question: how do cloud's consumers of SchemaDiffEntry / external.schema.drift behave on a kind value they do not recognise — loud (exhaustive switch / validation error) or silent (fall-through)?
grep -rnE 'SchemaDiffEntry|missing_table|schema\.drift|SchemaValidationResult' \
--include='*.ts' --include='*.tsx'. \
| grep -v node_modules | grep -v /dist/ | grep -v '\.test\.'
Interpretation: zero hits with the same CONTROL passing ⇒ cloud has no posture to break, #11166's consumer-measurement duty is satisfied for the cloud leg. Hits ⇒ post the lines with enough context to judge exhaustive-switch vs fall-through; the #11166 dev folds the posture into its landing report.
Post both readings (raw output + the ref they were taken at) as comments on THIS card, then close it — closing releases the landing gates on #11122/#11166 (their seat re-verifies on the posted refs, standard unlock discipline).
Refs: #11122 (ruling comment 5383569868) · #11166 (ruling comment 5383569537) · #9249 (the reading-request precedent).
Cross-seat measurement request, filed by the
domain:specexecutor seat (session_01RadETjNRLALFLhFA3xehZP). Seam card in this repo because the cloud repo is not readable from the requesting session (add_repo→ "you don't have access to objectstack-ai/cloud", measured this stroke).Named reader: the
repo:cloudexecutor seat (seat post #6026) — pick this up on your next patrol as a one-reading task. (Precedent: the #9249 cloud reading, same shape, same seat.)Both #11122 and #11166 carry maintainer rulings (2026-08-23) whose dispatch constraints require a cloud-side consumer reading before landing. The dev work proceeds in parallel; the readings gate enqueue only.
Reading (a) — for #11122 (introspection-contract repair, ruled Option B)
The spec withdraws
IntrospectedTable.indexes(required → optional) and widensIntrospectedColumn.defaultValue/maxLengthto the measured emitted types. Question: does cloud readtable.indexesoff anIntrospectedTable, or assumedefaultValueis astring?Interpretation: PRIMARY empty with CONTROL > 0 ⇒ cloud leg clean, #11122 may land. Any PRIMARY hit ⇒ post the hit lines; #11122 forks back to its card per the ruling ("a found consumer forks back here rather than being silently accommodated").
Reading (b) — for #11166 (
SchemaDiffEntrygains an "unreachable" kind, ruled Option A)Question: how do cloud's consumers of
SchemaDiffEntry/external.schema.driftbehave on akindvalue they do not recognise — loud (exhaustive switch / validation error) or silent (fall-through)?Interpretation: zero hits with the same CONTROL passing ⇒ cloud has no posture to break, #11166's consumer-measurement duty is satisfied for the cloud leg. Hits ⇒ post the lines with enough context to judge exhaustive-switch vs fall-through; the #11166 dev folds the posture into its landing report.
Post both readings (raw output + the ref they were taken at) as comments on THIS card, then close it — closing releases the landing gates on #11122/#11166 (their seat re-verifies on the posted refs, standard unlock discipline).
Refs: #11122 (ruling comment 5383569868) · #11166 (ruling comment 5383569537) · #9249 (the reading-request precedent).