Commit 02fd466
committed
docs(changeset): enumerate the three newly-refused shapes the contract review named (#11984)
The isolated contract reviewer (comment 5507350669 §4) and the director's
reconciliation adopt as required prose three refusals the changeset left
under its generic "wrong type" bullet: an explicit `null` at a declared key
(the cast-era `??` chain read it as absent and defaulted it; zod's
`.default()` fills `undefined` only), a `crud.patterns` entry missing its
required `path`, and a sub-object that is not an object at all.
Every bullet is a measurement, not a transcription: a throwaway driver
constructed the REAL `RestServer` with each shape and the refusal text quoted
here is what it printed, with an empty config as the discriminating control
(the driver is not committed). The partial-`operations` bullet and the
Migration sentence now cite #14365, so the later `z.partialRecord` widening is
traceable from the refusal it reverses.
Changeset prose only — no source, test or other file changed.
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01WXyGTWPbbreqXow7Z2pZCk1 parent 741d9c2 commit 02fd466
1 file changed
Lines changed: 17 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
36 | 46 | | |
37 | 47 | | |
38 | | - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
39 | 51 | | |
40 | 52 | | |
41 | 53 | | |
42 | 54 | | |
43 | | - | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
44 | 58 | | |
45 | 59 | | |
46 | 60 | | |
| |||
80 | 94 | | |
81 | 95 | | |
82 | 96 | | |
83 | | - | |
| 97 | + | |
84 | 98 | | |
85 | 99 | | |
86 | 100 | | |
| |||
0 commit comments