Commit a1e6a1f
fix: address all PR review comments — CHANGELOG accuracy, test alignment
- CHANGELOG.md: Fix handlerReady description to say "omitted = unverified/unknown"
instead of "default false" to match actual .optional() schema semantics
- CHANGELOG.md: Remove references to notImplemented() and serviceUnavailable()
helpers that were removed in 5bf1696, keep only routeNotFound()
- http-dispatcher.root.test.ts: Update POST-to-root test to expect semantic 404
(ROUTE_NOT_FOUND with handled: true) instead of handled: false, matching the
new dispatch fallback behavior
Agent-Logs-Url: https://github.com/objectstack-ai/spec/sessions/284f8784-d253-4a1a-85f4-bcc2fda55523
Co-authored-by: xuyushun441-sys <255036401+xuyushun441-sys@users.noreply.github.com>1 parent b529574 commit a1e6a1f
2 files changed
Lines changed: 9 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
57 | | - | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
72 | 75 | | |
73 | 76 | | |
0 commit comments