Skip to content

Commit ba762bb

Browse files
committed
docs(objectql): name the filed card for the views-expansion seam difference (#7163)
The `views` exclusion in the seam-agreement sweep is out of scope for #7049 by measurement, not by convenience: one aggregated container registers ['account', 'account.all_accounts', 'account.form'] from a manifest and ['account'] from a nested plugin. Filed as #7163; recording the issue number and the measured values so the exclusion is falsifiable from the test file. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01CXFj4BYpeUHyTX4eqirbeQ
1 parent 282ba12 commit ba762bb

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

packages/objectql/src/engine-nested-plugin-collections.test.ts

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,9 +159,11 @@ describe('the two registration seams enumerate ONE collection list (#7049)', ()
159159
// `views` has no top-level `name` and the manifest seam additionally expands
160160
// an aggregated container into per-view items (ADR-0017); that expansion is
161161
// a LOOP-BODY difference between the seams, not an enumeration difference,
162-
// and closing it changes what a nested plugin serves — its own card, filed
163-
// rather than folded in here.
164-
['views', 'manifest seam additionally expands aggregated containers (ADR-0017)'],
162+
// and closing it changes what a nested plugin serves. Measured while closing
163+
// this card and filed as #7163 rather than folded in: one container
164+
// registers `['account', 'account.all_accounts', 'account.form']` from a
165+
// manifest and `['account']` from a nested plugin.
166+
['views', 'manifest seam additionally expands aggregated containers (ADR-0017) — #7163'],
165167
// Retired kinds the loop still iterates; the schema rejects the keys long
166168
// before either seam runs, so a fixture cannot exercise them (the gate
167169
// carries them as an `extra` waiver row for the same reason).

0 commit comments

Comments
 (0)