Commit 0cd4582
committed
docs(objectql): align the two docblocks with the shipped per-row vocabulary, add the changeset
Follow-up to the same two sites after merging PR #18625 (card #17975), the
sibling prose repair that landed in this package.
- Both sites now use the package's shipped spelling for the dispatch model:
per matched row, on the single-record shape, ADR-0058 Addendum II D1/D2.
- The second site no longer names the opt-in `dispatchUnscopedMultiWrite`
dispatch. `wrapDeclarativeHook` is applied at registration
(`hook-binder.ts:221`), but no metadata binding can set that flag today, so
naming it as an absence case this function observes would be a claim that
cannot be shown to be reachable. The truthful statement — any update-shaped
context whose prior row is not in hand — is true by construction.
- Adds the `patch` changeset: the first docblock is emitted verbatim onto the
exported `hookRecordState` declaration in the published `.d.ts`.
Prose only: no behaviour change, no assertion change.
Claude-Session: https://claude.ai/code/session_01CqmCgU5RGDoJYhHUMVp2af
Co-authored-by: Claude <noreply@anthropic.com>1 parent ba2e3da commit 0cd4582
2 files changed
Lines changed: 43 additions & 10 deletions
File tree
- .changeset
- packages/objectql/src
Lines changed: 35 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1084 | 1084 | | |
1085 | 1085 | | |
1086 | 1086 | | |
1087 | | - | |
| 1087 | + | |
1088 | 1088 | | |
1089 | 1089 | | |
1090 | 1090 | | |
| |||
1175 | 1175 | | |
1176 | 1176 | | |
1177 | 1177 | | |
1178 | | - | |
1179 | | - | |
1180 | | - | |
1181 | | - | |
1182 | | - | |
1183 | | - | |
1184 | | - | |
1185 | | - | |
1186 | | - | |
| 1178 | + | |
| 1179 | + | |
| 1180 | + | |
| 1181 | + | |
| 1182 | + | |
| 1183 | + | |
| 1184 | + | |
1187 | 1185 | | |
1188 | 1186 | | |
1189 | 1187 | | |
| |||
0 commit comments