Skip to content

chore: version packages - #2220

Closed
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main
Closed

chore: version packages#2220
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@objectstack/lint@10.2.0

Minor Changes

  • 63f3219: feat(lint): extract static metadata validators into @objectstack/lint (ADR-0019 P3)

    New public package @objectstack/lint holds the pure, build-time metadata
    validators as (stack) => Finding[] functions, so the same rules run wherever a
    stack can be assembled — the CLI's os validate/compile and any other
    consumer (notably AI-driven authoring), instead of being trapped in CLI
    internals where only the CLI could reach them.

    First release moves the two validators the AI build needs:

    • validateWidgetBindings — dashboard widget → dataset → measure/dimension
      reference integrity + measure-aggregation coherence (ADR-0021).
    • validateStackExpressions — CEL/predicate validity for field conditionals,
      sharing rules, action visible/disabled, lifecycle hooks (ADR-0032).

    @objectstack/cli now imports both from @objectstack/lint (was ./utils/*);
    pure move, no behavior change. Dependency direction is one-way lint → spec;
    the package never depends on a runtime and is never bundled into a frontend
    (that is why the validators do NOT live in the frontend-facing @objectstack/spec).

    Filesystem-coupled checks (lint-liveness-properties) and CLI-command-coupled
    ones (scorelintConfig) deliberately stay in the CLI for now; they can
    move in a later increment.

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/formula@10.2.0

@objectstack/spec@10.2.0

Minor Changes

  • b496498: feat(spec): add responsiveStyles to the UI page-component envelope (ADR-0065)

    ResponsiveStylesSchema / StyleMapSchema model the SDUI scoped-styling
    primitive — per-breakpoint CSS-property maps (large/medium/small/xsmall)
    compiled to id-scoped CSS at render. PageComponentSchema gains an optional
    responsiveStyles field: the preferred, build-independent, collision-free
    styling channel for metadata-authored pages (distinct from the layout-oriented
    responsive config). Prefer design-token values.

@objectstack/express@10.2.0

Patch Changes

  • @objectstack/runtime@10.2.0

@objectstack/fastify@10.2.0

Patch Changes

  • @objectstack/runtime@10.2.0

@objectstack/hono@10.2.0

Patch Changes

  • @objectstack/plugin-hono-server@10.2.0
  • @objectstack/runtime@10.2.0
  • @objectstack/types@10.2.0

@objectstack/nestjs@10.2.0

Patch Changes

  • @objectstack/runtime@10.2.0

@objectstack/nextjs@10.2.0

Patch Changes

  • @objectstack/runtime@10.2.0

@objectstack/nuxt@10.2.0

Patch Changes

  • @objectstack/runtime@10.2.0

@objectstack/sveltekit@10.2.0

Patch Changes

  • @objectstack/runtime@10.2.0

@objectstack/account@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/platform-objects@10.2.0

@objectstack/setup@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/platform-objects@10.2.0

@objectstack/studio@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/platform-objects@10.2.0

@objectstack/cli@10.2.0

Patch Changes

  • 63f3219: feat(lint): extract static metadata validators into @objectstack/lint (ADR-0019 P3)

    New public package @objectstack/lint holds the pure, build-time metadata
    validators as (stack) => Finding[] functions, so the same rules run wherever a
    stack can be assembled — the CLI's os validate/compile and any other
    consumer (notably AI-driven authoring), instead of being trapped in CLI
    internals where only the CLI could reach them.

    First release moves the two validators the AI build needs:

    • validateWidgetBindings — dashboard widget → dataset → measure/dimension
      reference integrity + measure-aggregation coherence (ADR-0021).
    • validateStackExpressions — CEL/predicate validity for field conditionals,
      sharing rules, action visible/disabled, lifecycle hooks (ADR-0032).

    @objectstack/cli now imports both from @objectstack/lint (was ./utils/*);
    pure move, no behavior change. Dependency direction is one-way lint → spec;
    the package never depends on a runtime and is never bundled into a frontend
    (that is why the validators do NOT live in the frontend-facing @objectstack/spec).

    Filesystem-coupled checks (lint-liveness-properties) and CLI-command-coupled
    ones (scorelintConfig) deliberately stay in the CLI for now; they can
    move in a later increment.

  • Updated dependencies [63f3219]

  • Updated dependencies [b496498]

    • @objectstack/lint@10.2.0
    • @objectstack/spec@10.2.0
    • @objectstack/account@10.2.0
    • @objectstack/setup@10.2.0
    • @objectstack/studio@10.2.0
    • @objectstack/client@10.2.0
    • @objectstack/cloud-connection@10.2.0
    • @objectstack/core@10.2.0
    • @objectstack/formula@10.2.0
    • @objectstack/mcp@10.2.0
    • @objectstack/objectql@10.2.0
    • @objectstack/observability@10.2.0
    • @objectstack/platform-objects@10.2.0
    • @objectstack/driver-memory@10.2.0
    • @objectstack/driver-mongodb@10.2.0
    • @objectstack/driver-sql@10.2.0
    • @objectstack/driver-sqlite-wasm@10.2.0
    • @objectstack/plugin-approvals@10.2.0
    • @objectstack/plugin-audit@10.2.0
    • @objectstack/plugin-auth@10.2.0
    • @objectstack/plugin-email@10.2.0
    • @objectstack/plugin-hono-server@10.2.0
    • @objectstack/plugin-org-scoping@10.2.0
    • @objectstack/plugin-reports@10.2.0
    • @objectstack/plugin-security@10.2.0
    • @objectstack/plugin-sharing@10.2.0
    • @objectstack/plugin-webhooks@10.2.0
    • @objectstack/rest@10.2.0
    • @objectstack/runtime@10.2.0
    • @objectstack/service-ai@10.2.0
    • @objectstack/service-analytics@10.2.0
    • @objectstack/service-automation@10.2.0
    • @objectstack/service-cache@10.2.0
    • @objectstack/service-datasource@10.2.0
    • @objectstack/service-job@10.2.0
    • @objectstack/service-messaging@10.2.0
    • @objectstack/service-package@10.2.0
    • @objectstack/service-queue@10.2.0
    • @objectstack/service-realtime@10.2.0
    • @objectstack/service-settings@10.2.0
    • @objectstack/service-storage@10.2.0
    • @objectstack/trigger-api@10.2.0
    • @objectstack/trigger-record-change@10.2.0
    • @objectstack/trigger-schedule@10.2.0
    • @objectstack/types@10.2.0
    • @objectstack/verify@10.2.0
    • @objectstack/console@10.2.0

@objectstack/client@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/core@10.2.0

@objectstack/client-react@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/client@10.2.0
    • @objectstack/core@10.2.0

@objectstack/cloud-connection@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/core@10.2.0
    • @objectstack/runtime@10.2.0
    • @objectstack/types@10.2.0

@objectstack/connector-mcp@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/core@10.2.0

@objectstack/connector-openapi@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/core@10.2.0

@objectstack/connector-rest@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/core@10.2.0

@objectstack/connector-slack@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/core@10.2.0

@objectstack/core@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0

@objectstack/formula@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0

@objectstack/mcp@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/core@10.2.0
    • @objectstack/types@10.2.0

@objectstack/metadata@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/core@10.2.0
    • @objectstack/metadata-core@10.2.0
    • @objectstack/platform-objects@10.2.0
    • @objectstack/types@10.2.0
    • @objectstack/metadata-fs@10.2.0

@objectstack/metadata-core@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0

@objectstack/metadata-fs@10.2.0

Patch Changes

  • @objectstack/metadata-core@10.2.0

@objectstack/objectql@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/core@10.2.0
    • @objectstack/formula@10.2.0
    • @objectstack/metadata-core@10.2.0
    • @objectstack/types@10.2.0

@objectstack/observability@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0

@objectstack/platform-objects@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/metadata-core@10.2.0

@objectstack/driver-memory@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/core@10.2.0

@objectstack/driver-mongodb@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/core@10.2.0

@objectstack/driver-sql@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/core@10.2.0

@objectstack/driver-sqlite-wasm@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/core@10.2.0
    • @objectstack/driver-sql@10.2.0

@objectstack/embedder-openai@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0

@objectstack/knowledge-memory@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/core@10.2.0
    • @objectstack/service-knowledge@10.2.0

@objectstack/knowledge-ragflow@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/core@10.2.0
    • @objectstack/service-knowledge@10.2.0

@objectstack/plugin-approvals@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/core@10.2.0
    • @objectstack/formula@10.2.0
    • @objectstack/metadata-core@10.2.0
    • @objectstack/platform-objects@10.2.0

@objectstack/plugin-audit@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/core@10.2.0
    • @objectstack/platform-objects@10.2.0

@objectstack/plugin-auth@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/core@10.2.0
    • @objectstack/platform-objects@10.2.0
    • @objectstack/types@10.2.0

@objectstack/plugin-dev@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/account@10.2.0
    • @objectstack/setup@10.2.0
    • @objectstack/studio@10.2.0
    • @objectstack/core@10.2.0
    • @objectstack/objectql@10.2.0
    • @objectstack/driver-memory@10.2.0
    • @objectstack/plugin-auth@10.2.0
    • @objectstack/plugin-hono-server@10.2.0
    • @objectstack/plugin-org-scoping@10.2.0
    • @objectstack/plugin-security@10.2.0
    • @objectstack/rest@10.2.0
    • @objectstack/runtime@10.2.0
    • @objectstack/service-i18n@10.2.0
    • @objectstack/types@10.2.0

@objectstack/plugin-email@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/core@10.2.0
    • @objectstack/formula@10.2.0
    • @objectstack/platform-objects@10.2.0

@objectstack/plugin-hono-server@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/core@10.2.0
    • @objectstack/types@10.2.0

@objectstack/plugin-msw@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/core@10.2.0
    • @objectstack/objectql@10.2.0
    • @objectstack/runtime@10.2.0
    • @objectstack/types@10.2.0

@objectstack/plugin-org-scoping@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/core@10.2.0
    • @objectstack/platform-objects@10.2.0

@objectstack/plugin-reports@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/core@10.2.0
    • @objectstack/platform-objects@10.2.0

@objectstack/plugin-security@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/core@10.2.0
    • @objectstack/formula@10.2.0
    • @objectstack/platform-objects@10.2.0

@objectstack/plugin-sharing@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/core@10.2.0
    • @objectstack/formula@10.2.0
    • @objectstack/objectql@10.2.0
    • @objectstack/platform-objects@10.2.0

@objectstack/plugin-webhooks@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/core@10.2.0
    • @objectstack/service-messaging@10.2.0

@objectstack/rest@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/core@10.2.0
    • @objectstack/service-package@10.2.0

@objectstack/runtime@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/core@10.2.0
    • @objectstack/formula@10.2.0
    • @objectstack/metadata@10.2.0
    • @objectstack/objectql@10.2.0
    • @objectstack/observability@10.2.0
    • @objectstack/driver-memory@10.2.0
    • @objectstack/driver-sql@10.2.0
    • @objectstack/driver-sqlite-wasm@10.2.0
    • @objectstack/plugin-auth@10.2.0
    • @objectstack/plugin-org-scoping@10.2.0
    • @objectstack/plugin-security@10.2.0
    • @objectstack/rest@10.2.0
    • @objectstack/service-cluster@10.2.0
    • @objectstack/service-datasource@10.2.0
    • @objectstack/service-i18n@10.2.0
    • @objectstack/types@10.2.0

@objectstack/service-ai@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/core@10.2.0
    • @objectstack/formula@10.2.0
    • @objectstack/types@10.2.0

@objectstack/service-analytics@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/core@10.2.0

@objectstack/service-automation@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/core@10.2.0
    • @objectstack/formula@10.2.0

@objectstack/service-cache@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/core@10.2.0
    • @objectstack/observability@10.2.0

@objectstack/service-cluster@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/core@10.2.0

@objectstack/service-cluster-redis@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/service-cluster@10.2.0

@objectstack/service-datasource@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/core@10.2.0

@objectstack/service-i18n@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/core@10.2.0

@objectstack/service-job@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/core@10.2.0
    • @objectstack/platform-objects@10.2.0

@objectstack/service-knowledge@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/core@10.2.0

@objectstack/service-messaging@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/core@10.2.0

@objectstack/service-package@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/core@10.2.0

@objectstack/service-queue@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/core@10.2.0
    • @objectstack/platform-objects@10.2.0

@objectstack/service-realtime@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/core@10.2.0
    • @objectstack/platform-objects@10.2.0

@objectstack/service-settings@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/core@10.2.0
    • @objectstack/platform-objects@10.2.0
    • @objectstack/types@10.2.0

@objectstack/service-storage@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/core@10.2.0
    • @objectstack/observability@10.2.0
    • @objectstack/platform-objects@10.2.0

@objectstack/trigger-api@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/core@10.2.0

@objectstack/trigger-record-change@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/core@10.2.0

@objectstack/trigger-schedule@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/core@10.2.0

@objectstack/types@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0

@objectstack/verify@10.2.0

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/core@10.2.0
    • @objectstack/objectql@10.2.0
    • @objectstack/driver-sqlite-wasm@10.2.0
    • @objectstack/plugin-auth@10.2.0
    • @objectstack/plugin-hono-server@10.2.0
    • @objectstack/plugin-org-scoping@10.2.0
    • @objectstack/plugin-security@10.2.0
    • @objectstack/plugin-sharing@10.2.0
    • @objectstack/rest@10.2.0
    • @objectstack/runtime@10.2.0
    • @objectstack/service-analytics@10.2.0
    • @objectstack/service-automation@10.2.0
    • @objectstack/service-datasource@10.2.0
    • @objectstack/service-settings@10.2.0

@objectstack/console@10.2.0

create-objectstack@10.2.0

objectstack-vscode@10.2.0

@objectstack/example-crm@4.0.57

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/runtime@10.2.0

@objectstack/example-showcase@0.2.3

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/cloud-connection@10.2.0
    • @objectstack/connector-rest@10.2.0
    • @objectstack/connector-slack@10.2.0
    • @objectstack/driver-sql@10.2.0
    • @objectstack/runtime@10.2.0

@objectstack/example-todo@4.0.57

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/client@10.2.0
    • @objectstack/metadata@10.2.0
    • @objectstack/objectql@10.2.0
    • @objectstack/driver-sqlite-wasm@10.2.0
    • @objectstack/knowledge-memory@10.2.0
    • @objectstack/runtime@10.2.0
    • @objectstack/service-ai@10.2.0
    • @objectstack/service-knowledge@10.2.0

@objectstack/dogfood@0.0.5

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0
    • @objectstack/example-crm@4.0.57
    • @objectstack/example-showcase@0.2.3
    • @objectstack/objectql@10.2.0
    • @objectstack/plugin-security@10.2.0
    • @objectstack/verify@10.2.0

@objectstack/downstream-contract@0.0.3

Patch Changes

  • Updated dependencies [b496498]
    • @objectstack/spec@10.2.0

@vercel

vercelBot commented Jun 22, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

ProjectDeploymentActionsUpdated (UTC)
specReadyReadyPreview, CommentJun 22, 2026 3:31pm

Request Review

os-zhuang added a commit that referenced this pull request Jul 4, 2026
…ase 4) (#2583)
* feat(spec,lint): reject userFilters on object list views (ADR-0053 phase 4)
ADR-0053 reserves userFilters/quickFilters for page lists ("filters" mode); on
an object list view ("views" mode, where the ViewTabBar is the only nav
control) they are silently dropped. Land the phase-4 guardrail as a layered
defence so the wrong-context authoring mistake is caught without breaking
existing metadata:
- Type (author time): new ObjectListViewSchema = ListViewSchema minus
userFilters. Object built-in listViews + defineView list/listViews use it, so
userFilters on an object list view is a tsc error. Full ListViewSchema (page
filters mode) untouched.
- Runtime (back-compat): field STRIPPED at parse (default strip, no throw) —
existing metadata keeps loading; ObjectSchema.parse never fails on a stray
userFilters.
- Author/CI (actionable): new @objectstack/lint validateListViewMode, wired
into `os validate`, reports the wrong-context field PRE-parse (before the
schema strips it) with a fix hint.
Verified: spec 6673 tests + lint 122 tests green, turbo build (54 pkgs, tsc
typecheck) green, e2e normalize+lint chain catches both array/map forms.
Closes the schema half of objectui #2219; supersedes the interim runtime warn
in objectui #2220.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
* chore(spec): approve ObjectListViewSchema in public API surface
New export from the ADR-0053 phase-4 guardrail; the api-surface check flagged it
as 1 added / 0 breaking. Regenerated the snapshot via
`pnpm --filter @objectstack/spec gen:api-surface`.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@os-zhuang