Commit baf9745
* docs(core,driver-sql): the three boot-refusal comments state the registered position
Three source comments still asserted the pre-#16404 position -- that these
codes are deliberately not wire vocabulary and that registering one is "not
something to start doing at a door". #16649 registered fourteen `door: 'none'`
codes in `ERROR_CODE_LEDGER` under the #16404 door-or-no-door ruling, so each
comment was a confident false statement about the tree at the point a reader
decides whether to act.
Each site keeps its existing reachability sentence -- those readings were
re-measured by the review and are true; none of the fourteen reaches an HTTP
door on this tree. What changes is the justification (registration is done, and
the ledger is where it is recorded) and the dangling pointer at
`dispatcher-error-vocabulary.ts`'s `boot-refusal` verdict, which #16649
ratcheted from fourteen rows to zero.
- `packages/core/src/service-not-registered.ts` -- SERVICE_NOT_REGISTERED
- `packages/core/src/plugin-contract.ts` -- PLUGIN_CONTRACT_VIOLATION
- `packages/drivers/driver-sql/src/dialect-emission-refusal.ts` -- the worked
example it cites is MONGODB_MULTI_TENANT_UNSUPPORTED, the code #16649
re-registered; its ledger row already carries the corrected wording, which
this comment now matches.
Comment-only, proven mechanically: with every comment character removed by the
repo's own `scripts/js-comment-mask.mjs` scanner, the executable token stream of
all three files is byte-identical to 3d262ad (22 / 21 / 30 code lines).
Claude-Session: https://claude.ai/code/session_01RuoNSXUbBoWHkNS4AknTrM
Co-authored-by: Claude <noreply@anthropic.com>
* chore(changeset): patch for the three corrected boot-refusal docblocks
The docblocks ship inside `dist/*.d.ts` for both `@objectstack/core` and
`@objectstack/driver-sql` (measured: the corrected phrase is present in
`dist/index.d.ts` of both, against a positive control of an untouched TSDoc
sentence and a negative control that finds nothing), so this publishes and is
not a `skip-changeset` diff.
Claude-Session: https://claude.ai/code/session_01RuoNSXUbBoWHkNS4AknTrM
Co-authored-by: Claude <noreply@anthropic.com>
---------
Co-authored-by: Claude <noreply@anthropic.com>
1 parent 7173d7d commit baf9745
4 files changed
Lines changed: 51 additions & 20 deletions
File tree
- .changeset
- packages
- core/src
- drivers/driver-sql/src
| 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 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
120 | 121 | | |
121 | 122 | | |
122 | 123 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
84 | 85 | | |
85 | 86 | | |
86 | 87 | | |
| |||
Lines changed: 10 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
69 | 71 | | |
70 | 72 | | |
71 | 73 | | |
| |||
0 commit comments