Skip to content

Commit 0659a40

Browse files
committed
chore(spec): regenerate the skill reference index and API-surface snapshot (#3842)
Two more artifacts generated from `packages/spec` and gated in CI, missed alongside `content/docs/references/`: - `skills/objectstack-api/references/_index.md` (`check:skill-refs`) - `packages/spec/api-surface.json` (`check:api-surface`) — records the two intentional additions, `HttpStatusErrorCodeMap` and `standardErrorCodeForHttpStatus`. 0 breaking, 2 added. Ran every generate/check pair in the package this time rather than one CI round at a time: docs, skill-refs, skill-docs, api-surface, spec-changes, upgrade-guide, react-blocks, authorable-surface, liveness, empty-state, react-conformance, skill-examples — all twelve pass. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_018u8vDQLWPJxBWQESznDpSj
1 parent 3018f17 commit 0659a40

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

packages/spec/api-surface.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2627,6 +2627,7 @@
26272627
"HttpFindQueryParamsSchema (const)",
26282628
"HttpMethod (type)",
26292629
"HttpStatusCode (type)",
2630+
"HttpStatusErrorCodeMap (const)",
26302631
"I18nProtocol (interface)",
26312632
"IMPORT_JOB_MAX_ROWS (const)",
26322633
"IdRequest (type)",
@@ -3081,7 +3082,8 @@
30813082
"WorkflowTransitionResponseSchema (const)",
30823083
"getAuthEndpointUrl (function)",
30833084
"getDefaultRouteRegistrations (function)",
3084-
"readServiceSelfInfo (function)"
3085+
"readServiceSelfInfo (function)",
3086+
"standardErrorCodeForHttpStatus (function)"
30853087
],
30863088
"./ui": [
30873089
"ACTION_LOCATIONS (const)",

skills/objectstack-api/references/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ from `node_modules` — there is no local copy in the skill bundle.
2020

2121
## Transitive dependencies
2222

23-
- `node_modules/@objectstack/spec/src/api/contract.zod.ts`Standard Create Request
23+
- `node_modules/@objectstack/spec/src/api/contract.zod.ts`The numeric HTTP status, when a producer chooses to mirror it into the body.
2424
- `node_modules/@objectstack/spec/src/api/realtime-shared.zod.ts` — Realtime Shared Protocol
2525
- `node_modules/@objectstack/spec/src/data/data-engine.zod.ts` — Data Engine Protocol
2626
- `node_modules/@objectstack/spec/src/data/filter.zod.ts` — Unified Query DSL Specification

0 commit comments

Comments
 (0)