Commit a697366
committed
ci(route-envelope): declare mount-storage-routes.ts (#15169)
`mount-storage-routes.ts` matches the `*-routes.ts` discovery convention, so
`check:route-envelope` found it and refused it as NOT DECLARED — undeclared is
an error, never a default. It writes no response body of its own: it binds the
three package-internal seams and hands the surface to `registerStorageRoutes`,
so every `/api/v1/storage/*` body is still written by `storage-routes.ts`
through the shared sendOk/sendError pair. Declared `{ responses: 0, ok: 0,
err: 0 }` with a note in the neighbours' shape. No ratchet, no vendorWire, no
other entry touched.
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01TezFG8ZMrNH6n5VTNpPpdH1 parent 210d2b9 commit a697366
1 file changed
Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
254 | 254 | | |
255 | 255 | | |
256 | 256 | | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
257 | 269 | | |
258 | 270 | | |
259 | 271 | | |
| |||
0 commit comments