Skip to content

Commit 3c8b095

Browse files
os-zhuangclaude
andcommitted
fix: launch-window changeset level + regenerate skill references (GraphQL removal follow-through)
- Changeset major → minor per the launch-window convention (the gate's own instruction; same treatment as #3486/#2377 — breaking rides minor without burning the whole fixed group's major). - Drop the api/graphql.zod.ts entry from the skill-references mapping and regenerate (check:skill-refs gate). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent c1c9aac commit 3c8b095

3 files changed

Lines changed: 2 additions & 6 deletions

File tree

.changeset/remove-graphql-surface.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
"@objectstack/spec": major
2+
"@objectstack/spec": minor
33
---
44

55
feat(spec)!: remove the never-implemented GraphQL surface from the product plan (#2462 follow-on)
@@ -15,7 +15,7 @@ maintained:
1515
`graphql` removed from `CoreServiceName`, `ApiProtocolType`, the
1616
query-adapter dialects, `graphql-playground` from testing-UI types; the
1717
`graphqlApi`/network capability booleans, discovery/router route fields
18-
dropped. BREAKING for consumers referencing those exports/enum members.
18+
dropped. Breaking for consumers referencing those exports/enum members (shipped as minor per the launch-window convention, cf. #3486/#2377).
1919
- **runtime**: `handleGraphQL`, the if-chain branch, the dispatcher-plugin
2020
and hono-adapter mounts, discovery advertisement, and the now-dead
2121
`resolveRequestExecutionContext` helper removed.

packages/spec/scripts/build-skill-references.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ const SKILL_MAP: Record<string, string[]> = {
7272
'api/auth.zod.ts',
7373
'api/realtime.zod.ts',
7474
'api/rest-server.zod.ts',
75-
'api/graphql.zod.ts',
7675
'api/websocket.zod.ts',
7776
'api/errors.zod.ts',
7877
'api/batch.zod.ts',

skills/objectstack-api/references/_index.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ from `node_modules` — there is no local copy in the skill bundle.
1313
- `node_modules/@objectstack/spec/src/api/batch.zod.ts` — Batch Operations API
1414
- `node_modules/@objectstack/spec/src/api/endpoint.zod.ts` — API Mapping Schema
1515
- `node_modules/@objectstack/spec/src/api/errors.zod.ts` — Standardized Error Codes Protocol
16-
- `node_modules/@objectstack/spec/src/api/graphql.zod.ts` — GraphQL Protocol Support
1716
- `node_modules/@objectstack/spec/src/api/realtime.zod.ts` — Transport Protocol Enum
1817
- `node_modules/@objectstack/spec/src/api/rest-server.zod.ts` — REST API Server Protocol
1918
- `node_modules/@objectstack/spec/src/api/versioning.zod.ts` — API Versioning Protocol
@@ -24,12 +23,10 @@ from `node_modules` — there is no local copy in the skill bundle.
2423
- `node_modules/@objectstack/spec/src/api/contract.zod.ts` — Standard Create Request
2524
- `node_modules/@objectstack/spec/src/api/realtime-shared.zod.ts` — Realtime Shared Protocol
2625
- `node_modules/@objectstack/spec/src/data/data-engine.zod.ts` — Data Engine Protocol
27-
- `node_modules/@objectstack/spec/src/data/field.zod.ts` — Field Type Enum
2826
- `node_modules/@objectstack/spec/src/data/filter.zod.ts` — Unified Query DSL Specification
2927
- `node_modules/@objectstack/spec/src/data/query.zod.ts` — Sort Node
3028
- `node_modules/@objectstack/spec/src/kernel/execution-context.zod.ts` — Execution Context Schema
3129
- `node_modules/@objectstack/spec/src/security/explain.zod.ts`[ADR-0090 D6] Access-explanation contract — `explain(principal, object,
32-
- `node_modules/@objectstack/spec/src/shared/expression.zod.ts` — Expression Protocol
3330
- `node_modules/@objectstack/spec/src/shared/http.zod.ts` — Shared HTTP Schemas
3431
- `node_modules/@objectstack/spec/src/shared/identifiers.zod.ts` — System Identifier Schema
3532

0 commit comments

Comments
 (0)