Commit d9813a9
fix(spec): correct console route spellings in JSDoc to /_console/... (#9155)
Three JSDoc sites in packages/spec/src/ui/{view,action}.zod.ts spelled
the console form routes without the /_console underscore, against the
measured mount (CONSOLE_PATH = '/_console' in packages/cli/src/utils/
console.ts). No route resolves at a bare /console prefix.
- view.zod.ts:2446 and :2449 (FormViewSchema.submitBehavior JSDoc,
including the 2026-08-10 #7245 ruling sentence — the ruling itself
pins the mode-aware submitBehavior default, not path spelling, so
only the incidental path text changed)
- action.zod.ts:500 (the type: 'form' action target doc)
Comment-only change: these are JSDoc blocks, not .describe() strings,
so accept/reject behaviour and the generated references pipeline are
both unaffected (verified: pnpm --filter @objectstack/spec
check:generated reports all 13 generated artifacts up to date, no
diff under content/docs/references/).
Fixes #9078
Co-authored-by: Claude <noreply@anthropic.com>1 parent 852a710 commit d9813a9
3 files changed
Lines changed: 8 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
497 | 497 | | |
498 | 498 | | |
499 | 499 | | |
500 | | - | |
| 500 | + | |
501 | 501 | | |
502 | 502 | | |
503 | 503 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2443 | 2443 | | |
2444 | 2444 | | |
2445 | 2445 | | |
2446 | | - | |
| 2446 | + | |
2447 | 2447 | | |
2448 | 2448 | | |
2449 | | - | |
| 2449 | + | |
2450 | 2450 | | |
2451 | 2451 | | |
2452 | 2452 | | |
| |||
0 commit comments