Skip to content

chore: version packages - #2659

Merged
baozhoutao merged 1 commit into
mainfrom
changeset-release/main
Jul 6, 2026
Merged

chore: version packages#2659
baozhoutao merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actionsgithub-actionsBot commented Jul 6, 2026

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/console@12.4.0

Minor Changes

  • f66e8af: chore(console): refresh vendored @object-ui/console SPA to objectui@6cbccf38

    Bumps the pinned .objectui-sha from ffad2a13 to 6cbccf38 (2 commits) and rebuilds the prebuilt Console SPA shipped in @objectstack/console.

    Notable upstream changes pulled in:

    • feat(app-shell,plugin-list): persist list filters per-user across navigation
    • fix(components,fields): localize form validation, toast client-side failures, fix dark-mode date icon

@objectstack/metadata-core@12.4.0

Minor Changes

  • 60dc3ba: ADR-0087 P0 — enforce the protocol version handshake (make engines.protocol real).

    PluginEnginesSchema.protocol (ADR-0025 §3.2, protocol-first per §3.10 Implement ObjectStack protocol specification with Zod schemas and TypeScript interfaces #3) was declared, documented, and checked by no loader or installer — an ADR-0078 "declarable-but-inert" violation. A package built against an incompatible protocol major failed deep in a schema .parse() or a renderer contract instead of at the boundary.

    • @objectstack/spec: exports PROTOCOL_VERSION / PROTOCOL_MAJOR (kernel) — the single source of truth the handshake checks against. A drift test keeps it in lockstep with the package major.
    • @objectstack/metadata-core: adds checkProtocolCompat() (pure, major-grained range check), assertProtocolCompat(), and the structured ProtocolIncompatibleError (OS_PROTOCOL_INCOMPATIBLE, carrying both versions and the objectstack migrate meta --from N command). It refuses only on a positive mismatch determination; absent ranges are grandfathered (warn) and unrecognized ranges never cause a false rejection.
    • @objectstack/metadata-protocol: installPackage runs the handshake before writing to the registry — an incompatible package is refused with a machine-actionable diagnostic instead of crashing later.

    Additive and backward compatible: packages that declare no engines.protocol range keep loading (with a warning). Part of the ADR-0087 epic (Epic: implement ADR-0087 — metadata protocol upgrade contract (handshake · conversion · migration chain) #2643); resolvesADR-0087 P0: enforce the protocol handshake (make engines.protocol real) #2644.

Patch Changes

  • Updated dependencies [60dc3ba]
    • @objectstack/spec@12.4.0

@objectstack/metadata-protocol@12.4.0

Minor Changes

  • 60dc3ba: ADR-0087 P0 — enforce the protocol version handshake (make engines.protocol real).

    PluginEnginesSchema.protocol (ADR-0025 §3.2, protocol-first per §3.10 Implement ObjectStack protocol specification with Zod schemas and TypeScript interfaces #3) was declared, documented, and checked by no loader or installer — an ADR-0078 "declarable-but-inert" violation. A package built against an incompatible protocol major failed deep in a schema .parse() or a renderer contract instead of at the boundary.

    • @objectstack/spec: exports PROTOCOL_VERSION / PROTOCOL_MAJOR (kernel) — the single source of truth the handshake checks against. A drift test keeps it in lockstep with the package major.
    • @objectstack/metadata-core: adds checkProtocolCompat() (pure, major-grained range check), assertProtocolCompat(), and the structured ProtocolIncompatibleError (OS_PROTOCOL_INCOMPATIBLE, carrying both versions and the objectstack migrate meta --from N command). It refuses only on a positive mismatch determination; absent ranges are grandfathered (warn) and unrecognized ranges never cause a false rejection.
    • @objectstack/metadata-protocol: installPackage runs the handshake before writing to the registry — an incompatible package is refused with a machine-actionable diagnostic instead of crashing later.

    Additive and backward compatible: packages that declare no engines.protocol range keep loading (with a warning). Part of the ADR-0087 epic (Epic: implement ADR-0087 — metadata protocol upgrade contract (handshake · conversion · migration chain) #2643); resolvesADR-0087 P0: enforce the protocol handshake (make engines.protocol real) #2644.

  • 1dd5dfd: feat(packages): edit a package manifest via PATCH /packages/:id

    Adds an editable path for a package's name / description / version after
    creation: SchemaRegistry.updatePackageManifest (merges in-memory, preserving
    lifecycle state), protocol.updatePackage (re-persists to sys_packages), and
    the PATCH /packages/:id route in the HTTP dispatcher. id / scope / type
    remain immutable.

Patch Changes

  • Updated dependencies [60dc3ba]
    • @objectstack/spec@12.4.0
    • @objectstack/metadata-core@12.4.0
    • @objectstack/core@12.4.0
    • @objectstack/formula@12.4.0
    • @objectstack/types@12.4.0

@objectstack/objectql@12.4.0

Minor Changes

  • 1dd5dfd: feat(packages): edit a package manifest via PATCH /packages/:id

    Adds an editable path for a package's name / description / version after
    creation: SchemaRegistry.updatePackageManifest (merges in-memory, preserving
    lifecycle state), protocol.updatePackage (re-persists to sys_packages), and
    the PATCH /packages/:id route in the HTTP dispatcher. id / scope / type
    remain immutable.

Patch Changes

  • Updated dependencies [60dc3ba]
  • Updated dependencies [1dd5dfd]
    • @objectstack/spec@12.4.0
    • @objectstack/metadata-core@12.4.0
    • @objectstack/metadata-protocol@12.4.0
    • @objectstack/core@12.4.0
    • @objectstack/formula@12.4.0
    • @objectstack/types@12.4.0

@objectstack/runtime@12.4.0

Minor Changes

  • 1dd5dfd: feat(packages): edit a package manifest via PATCH /packages/:id

    Adds an editable path for a package's name / description / version after
    creation: SchemaRegistry.updatePackageManifest (merges in-memory, preserving
    lifecycle state), protocol.updatePackage (re-persists to sys_packages), and
    the PATCH /packages/:id route in the HTTP dispatcher. id / scope / type
    remain immutable.

Patch Changes

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

@objectstack/spec@12.4.0

Minor Changes

  • 60dc3ba: ADR-0087 P0 — enforce the protocol version handshake (make engines.protocol real).

    PluginEnginesSchema.protocol (ADR-0025 §3.2, protocol-first per §3.10 Implement ObjectStack protocol specification with Zod schemas and TypeScript interfaces #3) was declared, documented, and checked by no loader or installer — an ADR-0078 "declarable-but-inert" violation. A package built against an incompatible protocol major failed deep in a schema .parse() or a renderer contract instead of at the boundary.

    • @objectstack/spec: exports PROTOCOL_VERSION / PROTOCOL_MAJOR (kernel) — the single source of truth the handshake checks against. A drift test keeps it in lockstep with the package major.
    • @objectstack/metadata-core: adds checkProtocolCompat() (pure, major-grained range check), assertProtocolCompat(), and the structured ProtocolIncompatibleError (OS_PROTOCOL_INCOMPATIBLE, carrying both versions and the objectstack migrate meta --from N command). It refuses only on a positive mismatch determination; absent ranges are grandfathered (warn) and unrecognized ranges never cause a false rejection.
    • @objectstack/metadata-protocol: installPackage runs the handshake before writing to the registry — an incompatible package is refused with a machine-actionable diagnostic instead of crashing later.

    Additive and backward compatible: packages that declare no engines.protocol range keep loading (with a warning). Part of the ADR-0087 epic (Epic: implement ADR-0087 — metadata protocol upgrade contract (handshake · conversion · migration chain) #2643); resolvesADR-0087 P0: enforce the protocol handshake (make engines.protocol real) #2644.

@objectstack/hono@12.4.0

Patch Changes

  • Updated dependencies [1dd5dfd]
    • @objectstack/runtime@12.4.0
    • @objectstack/plugin-hono-server@12.4.0
    • @objectstack/types@12.4.0

@objectstack/account@12.4.0

Patch Changes

  • Updated dependencies [60dc3ba]
    • @objectstack/spec@12.4.0
    • @objectstack/platform-objects@12.4.0

@objectstack/setup@12.4.0

Patch Changes

  • Updated dependencies [60dc3ba]
    • @objectstack/spec@12.4.0
    • @objectstack/platform-objects@12.4.0

@objectstack/studio@12.4.0

Patch Changes

  • Updated dependencies [60dc3ba]
    • @objectstack/spec@12.4.0
    • @objectstack/platform-objects@12.4.0

@objectstack/cli@12.4.0

Patch Changes

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

@objectstack/client@12.4.0

Patch Changes

  • Updated dependencies [60dc3ba]
    • @objectstack/spec@12.4.0
    • @objectstack/core@12.4.0

@objectstack/client-react@12.4.0

Patch Changes

  • Updated dependencies [60dc3ba]
    • @objectstack/spec@12.4.0
    • @objectstack/client@12.4.0
    • @objectstack/core@12.4.0

@objectstack/cloud-connection@12.4.0

Patch Changes

  • Updated dependencies [60dc3ba]
  • Updated dependencies [1dd5dfd]
    • @objectstack/spec@12.4.0
    • @objectstack/runtime@12.4.0
    • @objectstack/core@12.4.0
    • @objectstack/types@12.4.0

@objectstack/connector-mcp@12.4.0

Patch Changes

  • Updated dependencies [60dc3ba]
    • @objectstack/spec@12.4.0
    • @objectstack/core@12.4.0

@objectstack/connector-openapi@12.4.0

Patch Changes

  • Updated dependencies [60dc3ba]
    • @objectstack/spec@12.4.0
    • @objectstack/core@12.4.0

@objectstack/connector-rest@12.4.0

Patch Changes

  • Updated dependencies [60dc3ba]
    • @objectstack/spec@12.4.0
    • @objectstack/core@12.4.0

@objectstack/connector-slack@12.4.0

Patch Changes

  • Updated dependencies [60dc3ba]
    • @objectstack/spec@12.4.0
    • @objectstack/core@12.4.0

@objectstack/core@12.4.0

Patch Changes

  • Updated dependencies [60dc3ba]
    • @objectstack/spec@12.4.0

@objectstack/formula@12.4.0

Patch Changes

  • Updated dependencies [60dc3ba]
    • @objectstack/spec@12.4.0

@objectstack/lint@12.4.0

Patch Changes

  • Updated dependencies [60dc3ba]
    • @objectstack/spec@12.4.0
    • @objectstack/formula@12.4.0
    • @objectstack/sdui-parser@12.4.0

@objectstack/mcp@12.4.0

Patch Changes

  • Updated dependencies [60dc3ba]
    • @objectstack/spec@12.4.0
    • @objectstack/core@12.4.0
    • @objectstack/types@12.4.0

@objectstack/metadata@12.4.0

Patch Changes

  • Updated dependencies [60dc3ba]
    • @objectstack/spec@12.4.0
    • @objectstack/metadata-core@12.4.0
    • @objectstack/core@12.4.0
    • @objectstack/platform-objects@12.4.0
    • @objectstack/types@12.4.0
    • @objectstack/metadata-fs@12.4.0

@objectstack/metadata-fs@12.4.0

Patch Changes

  • Updated dependencies [60dc3ba]
    • @objectstack/metadata-core@12.4.0

@objectstack/observability@12.4.0

Patch Changes

  • Updated dependencies [60dc3ba]
    • @objectstack/spec@12.4.0

@objectstack/platform-objects@12.4.0

Patch Changes

  • Updated dependencies [60dc3ba]
    • @objectstack/spec@12.4.0
    • @objectstack/metadata-core@12.4.0

@objectstack/driver-memory@12.4.0

Patch Changes

  • Updated dependencies [60dc3ba]
    • @objectstack/spec@12.4.0
    • @objectstack/core@12.4.0

@objectstack/driver-mongodb@12.4.0

Patch Changes

  • Updated dependencies [60dc3ba]
    • @objectstack/spec@12.4.0
    • @objectstack/core@12.4.0

@objectstack/driver-sql@12.4.0

Patch Changes

  • Updated dependencies [60dc3ba]
    • @objectstack/spec@12.4.0
    • @objectstack/core@12.4.0
    • @objectstack/types@12.4.0

@objectstack/driver-sqlite-wasm@12.4.0

Patch Changes

  • Updated dependencies [60dc3ba]
    • @objectstack/spec@12.4.0
    • @objectstack/core@12.4.0
    • @objectstack/driver-sql@12.4.0

@objectstack/embedder-openai@12.4.0

Patch Changes

  • Updated dependencies [60dc3ba]
    • @objectstack/spec@12.4.0

@objectstack/knowledge-memory@12.4.0

Patch Changes

  • Updated dependencies [60dc3ba]
    • @objectstack/spec@12.4.0
    • @objectstack/core@12.4.0
    • @objectstack/service-knowledge@12.4.0

@objectstack/knowledge-ragflow@12.4.0

Patch Changes

  • Updated dependencies [60dc3ba]
    • @objectstack/spec@12.4.0
    • @objectstack/core@12.4.0
    • @objectstack/service-knowledge@12.4.0

@objectstack/plugin-approvals@12.4.0

Patch Changes

  • Updated dependencies [60dc3ba]
    • @objectstack/spec@12.4.0
    • @objectstack/metadata-core@12.4.0
    • @objectstack/core@12.4.0
    • @objectstack/formula@12.4.0
    • @objectstack/platform-objects@12.4.0

@objectstack/plugin-audit@12.4.0

Patch Changes

  • Updated dependencies [60dc3ba]
    • @objectstack/spec@12.4.0
    • @objectstack/core@12.4.0
    • @objectstack/platform-objects@12.4.0

@objectstack/plugin-auth@12.4.0

Patch Changes

  • Updated dependencies [60dc3ba]
    • @objectstack/spec@12.4.0
    • @objectstack/core@12.4.0
    • @objectstack/platform-objects@12.4.0
    • @objectstack/types@12.4.0

@objectstack/plugin-dev@12.4.0

Patch Changes

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

@objectstack/plugin-email@12.4.0

Patch Changes

  • Updated dependencies [60dc3ba]
    • @objectstack/spec@12.4.0
    • @objectstack/core@12.4.0
    • @objectstack/formula@12.4.0
    • @objectstack/platform-objects@12.4.0

@objectstack/plugin-hono-server@12.4.0

Patch Changes

  • Updated dependencies [60dc3ba]
    • @objectstack/spec@12.4.0
    • @objectstack/core@12.4.0
    • @objectstack/observability@12.4.0
    • @objectstack/types@12.4.0

@objectstack/plugin-org-scoping@12.4.0

Patch Changes

  • Updated dependencies [60dc3ba]
    • @objectstack/spec@12.4.0
    • @objectstack/core@12.4.0
    • @objectstack/platform-objects@12.4.0

@objectstack/plugin-reports@12.4.0

Patch Changes

  • Updated dependencies [60dc3ba]
    • @objectstack/spec@12.4.0
    • @objectstack/core@12.4.0
    • @objectstack/platform-objects@12.4.0

@objectstack/plugin-security@12.4.0

Patch Changes

  • Updated dependencies [60dc3ba]
    • @objectstack/spec@12.4.0
    • @objectstack/core@12.4.0
    • @objectstack/formula@12.4.0
    • @objectstack/platform-objects@12.4.0

@objectstack/plugin-sharing@12.4.0

Patch Changes

  • Updated dependencies [60dc3ba]
  • Updated dependencies [1dd5dfd]
    • @objectstack/spec@12.4.0
    • @objectstack/objectql@12.4.0
    • @objectstack/core@12.4.0
    • @objectstack/formula@12.4.0
    • @objectstack/platform-objects@12.4.0

@objectstack/plugin-webhooks@12.4.0

Patch Changes

  • Updated dependencies [60dc3ba]
    • @objectstack/spec@12.4.0
    • @objectstack/core@12.4.0
    • @objectstack/service-messaging@12.4.0

@objectstack/rest@12.4.0

Patch Changes

  • Updated dependencies [60dc3ba]
    • @objectstack/spec@12.4.0
    • @objectstack/core@12.4.0
    • @objectstack/platform-objects@12.4.0
    • @objectstack/service-package@12.4.0

@objectstack/service-analytics@12.4.0

Patch Changes

  • Updated dependencies [60dc3ba]
    • @objectstack/spec@12.4.0
    • @objectstack/core@12.4.0

@objectstack/service-automation@12.4.0

Patch Changes

  • Updated dependencies [60dc3ba]
    • @objectstack/spec@12.4.0
    • @objectstack/core@12.4.0
    • @objectstack/formula@12.4.0

@objectstack/service-cache@12.4.0

Patch Changes

  • Updated dependencies [60dc3ba]
    • @objectstack/spec@12.4.0
    • @objectstack/core@12.4.0
    • @objectstack/observability@12.4.0

@objectstack/service-cluster@12.4.0

Patch Changes

  • Updated dependencies [60dc3ba]
    • @objectstack/spec@12.4.0
    • @objectstack/core@12.4.0

@objectstack/service-cluster-redis@12.4.0

Patch Changes

  • Updated dependencies [60dc3ba]
    • @objectstack/spec@12.4.0
    • @objectstack/service-cluster@12.4.0

@objectstack/service-datasource@12.4.0

Patch Changes

  • Updated dependencies [60dc3ba]
    • @objectstack/spec@12.4.0
    • @objectstack/core@12.4.0

@objectstack/service-i18n@12.4.0

Patch Changes

  • Updated dependencies [60dc3ba]
    • @objectstack/spec@12.4.0
    • @objectstack/core@12.4.0

@objectstack/service-job@12.4.0

Patch Changes

  • Updated dependencies [60dc3ba]
    • @objectstack/spec@12.4.0
    • @objectstack/core@12.4.0
    • @objectstack/platform-objects@12.4.0

@objectstack/service-knowledge@12.4.0

Patch Changes

  • Updated dependencies [60dc3ba]
    • @objectstack/spec@12.4.0
    • @objectstack/core@12.4.0

@objectstack/service-messaging@12.4.0

Patch Changes

  • Updated dependencies [60dc3ba]
    • @objectstack/spec@12.4.0
    • @objectstack/core@12.4.0

@objectstack/service-package@12.4.0

Patch Changes

  • Updated dependencies [60dc3ba]
    • @objectstack/spec@12.4.0
    • @objectstack/core@12.4.0

@objectstack/service-queue@12.4.0

Patch Changes

  • Updated dependencies [60dc3ba]
    • @objectstack/spec@12.4.0
    • @objectstack/core@12.4.0
    • @objectstack/platform-objects@12.4.0

@objectstack/service-realtime@12.4.0

Patch Changes

  • Updated dependencies [60dc3ba]
    • @objectstack/spec@12.4.0
    • @objectstack/core@12.4.0
    • @objectstack/platform-objects@12.4.0

@objectstack/service-settings@12.4.0

Patch Changes

  • Updated dependencies [60dc3ba]
    • @objectstack/spec@12.4.0
    • @objectstack/core@12.4.0
    • @objectstack/platform-objects@12.4.0
    • @objectstack/types@12.4.0

@objectstack/service-storage@12.4.0

Patch Changes

  • Updated dependencies [60dc3ba]
    • @objectstack/spec@12.4.0
    • @objectstack/core@12.4.0
    • @objectstack/observability@12.4.0
    • @objectstack/platform-objects@12.4.0

@objectstack/trigger-api@12.4.0

Patch Changes

  • Updated dependencies [60dc3ba]
    • @objectstack/spec@12.4.0
    • @objectstack/core@12.4.0

@objectstack/trigger-record-change@12.4.0

Patch Changes

  • Updated dependencies [60dc3ba]
    • @objectstack/spec@12.4.0
    • @objectstack/core@12.4.0

@objectstack/trigger-schedule@12.4.0

Patch Changes

  • Updated dependencies [60dc3ba]
    • @objectstack/spec@12.4.0
    • @objectstack/core@12.4.0

@objectstack/types@12.4.0

Patch Changes

  • Updated dependencies [60dc3ba]
    • @objectstack/spec@12.4.0

@objectstack/verify@12.4.0

Patch Changes

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

create-objectstack@12.4.0

@objectstack/sdui-parser@12.4.0

objectstack-vscode@12.4.0

@objectstack/example-crm@4.0.74

Patch Changes

  • Updated dependencies [60dc3ba]
  • Updated dependencies [1dd5dfd]
    • @objectstack/spec@12.4.0
    • @objectstack/runtime@12.4.0

@objectstack/example-showcase@0.2.20

Patch Changes

  • Updated dependencies [60dc3ba]
  • Updated dependencies [1dd5dfd]
    • @objectstack/spec@12.4.0
    • @objectstack/runtime@12.4.0
    • @objectstack/cloud-connection@12.4.0
    • @objectstack/connector-rest@12.4.0
    • @objectstack/connector-slack@12.4.0
    • @objectstack/driver-sql@12.4.0

@objectstack/example-todo@4.0.74

Patch Changes

  • Updated dependencies [60dc3ba]
  • Updated dependencies [1dd5dfd]
    • @objectstack/spec@12.4.0
    • @objectstack/objectql@12.4.0
    • @objectstack/runtime@12.4.0
    • @objectstack/client@12.4.0
    • @objectstack/mcp@12.4.0
    • @objectstack/metadata@12.4.0
    • @objectstack/driver-sqlite-wasm@12.4.0
    • @objectstack/knowledge-memory@12.4.0
    • @objectstack/service-knowledge@12.4.0

@objectstack/example-embed-objectql@0.0.14

Patch Changes

  • Updated dependencies [60dc3ba]
  • Updated dependencies [1dd5dfd]
    • @objectstack/spec@12.4.0
    • @objectstack/objectql@12.4.0
    • @objectstack/driver-memory@12.4.0

@objectstack/dogfood@0.0.22

Patch Changes

  • Updated dependencies [60dc3ba]
  • Updated dependencies [1dd5dfd]
    • @objectstack/spec@12.4.0
    • @objectstack/objectql@12.4.0
    • @objectstack/example-crm@4.0.74
    • @objectstack/example-showcase@0.2.20
    • @objectstack/plugin-security@12.4.0
    • @objectstack/verify@12.4.0

@objectstack/downstream-contract@0.0.20

Patch Changes

  • Updated dependencies [60dc3ba]
    • @objectstack/spec@12.4.0

@vercel

vercelBot commented Jul 6, 2026

Copy link
Copy Markdown

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

ProjectDeploymentActionsUpdated (UTC)
specReadyReadyPreview, CommentJul 6, 2026 4:16pm

Request Review

@github-actions
github-actionsBotforce-pushed the changeset-release/main branch from 8b4e8c9 to 1c836adCompareJuly 6, 2026 16:13
@baozhoutaobaozhoutao reopened this Jul 6, 2026
@baozhoutaobaozhoutao added the skip-changeset PR has no user-facing published change; bypasses the changeset gate label Jul 6, 2026
@github-actionsgithub-actionsBot added documentation Improvements or additions to documentation dependencies Pull requests that update a dependency file tooling labels Jul 6, 2026
@github-actions

Copy link
Copy Markdown
ContributorAuthor

📓 Docs Drift Check

This PR changes 49 package(s): packages/adapters, packages/apps, @objectstack/cli, @objectstack/client-react, @objectstack/client, @objectstack/cloud-connection, packages/connectors, @objectstack/console, @objectstack/core, create-objectstack, @objectstack/dogfood, @objectstack/downstream-contract, @objectstack/formula, @objectstack/lint, @objectstack/mcp, @objectstack/metadata-core, @objectstack/metadata-fs, @objectstack/metadata-protocol, @objectstack/metadata, @objectstack/objectql, @objectstack/observability, @objectstack/platform-objects, @objectstack/driver-memory, @objectstack/driver-mongodb, @objectstack/driver-sql, @objectstack/driver-sqlite-wasm, @objectstack/embedder-openai, @objectstack/knowledge-memory, @objectstack/knowledge-ragflow, @objectstack/plugin-approvals, @objectstack/plugin-audit, @objectstack/plugin-auth, @objectstack/plugin-dev, @objectstack/plugin-email, @objectstack/plugin-hono-server, @objectstack/plugin-org-scoping, @objectstack/plugin-reports, @objectstack/plugin-security, @objectstack/plugin-sharing, @objectstack/plugin-webhooks, @objectstack/rest, @objectstack/runtime, @objectstack/sdui-parser, packages/services, @objectstack/spec, packages/triggers, @objectstack/types, @objectstack/verify, objectstack-vscode.

120 hand-written doc(s) reference the affected code and may need an implementation-accuracy re-verification:

  • content/docs/ai/actions-as-tools.mdx(via @objectstack/core, @objectstack/mcp)
  • content/docs/ai/agents.mdx(via @objectstack/mcp, @objectstack/spec)
  • content/docs/ai/index.mdx(via @objectstack/mcp)
  • content/docs/ai/knowledge-rag.mdx(via @objectstack/core, @objectstack/embedder-openai, @objectstack/knowledge-memory, @objectstack/knowledge-ragflow)
  • content/docs/ai/natural-language-queries.mdx(via @objectstack/core, @objectstack/mcp)
  • content/docs/ai/skills-reference.mdx(via packages/cli, packages/client-react, packages/client, create-objectstack, @objectstack/spec)
  • content/docs/ai/skills.mdx(via create-objectstack, @objectstack/spec)
  • content/docs/api/client-sdk.mdx(via @objectstack/cli, @objectstack/client-react, @objectstack/client, @objectstack/spec)
  • content/docs/api/data-flow.mdx(via @objectstack/cli, @objectstack/client)
  • content/docs/api/environment-routing.mdx(via @objectstack/cli, @objectstack/client, @objectstack/spec)
  • content/docs/api/error-catalog.mdx(via @objectstack/cli, @objectstack/client, @objectstack/rest, @objectstack/spec)
  • content/docs/api/error-handling-client.mdx(via @objectstack/spec)
  • content/docs/api/error-handling-server.mdx(via @objectstack/rest, @objectstack/spec)
  • content/docs/api/index.mdx(via @objectstack/rest, @objectstack/runtime, @objectstack/spec)
  • content/docs/api/wire-format.mdx(via @objectstack/runtime)
  • content/docs/automation/approvals.mdx(via @objectstack/plugin-approvals, packages/spec)
  • content/docs/automation/flows.mdx(via @objectstack/spec)
  • content/docs/automation/hook-bodies.mdx(via packages/cli, @objectstack/runtime, packages/spec)
  • content/docs/automation/hooks.mdx(via @objectstack/spec)
  • content/docs/automation/index.mdx(via @objectstack/spec)
  • content/docs/automation/webhooks.mdx(via @objectstack/core, packages/plugins/plugin-webhooks, packages/services, @objectstack/spec)
  • content/docs/automation/workflows.mdx(via @objectstack/spec)
  • content/docs/concepts/architecture.mdx(via @objectstack/spec)
  • content/docs/concepts/design-principles.mdx(via packages/spec)
  • content/docs/concepts/index.mdx(via @objectstack/spec)
  • content/docs/concepts/metadata-driven.mdx(via @objectstack/spec)
  • content/docs/concepts/metadata-lifecycle.mdx(via @objectstack/metadata-core, @objectstack/metadata-fs, @objectstack/metadata-protocol, @objectstack/metadata, @objectstack/objectql, packages/spec)
  • content/docs/concepts/north-star.mdx(via packages/apps, packages/console, packages/core, packages/runtime, packages/spec)
  • content/docs/data-modeling/analytics.mdx(via @objectstack/spec)
  • content/docs/data-modeling/drivers.mdx(via @objectstack/driver-memory, @objectstack/driver-mongodb, @objectstack/driver-sql, @objectstack/driver-sqlite-wasm, @objectstack/runtime, @objectstack/spec)
  • content/docs/data-modeling/external-datasources.mdx(via @objectstack/spec)
  • content/docs/data-modeling/field-types.mdx(via @objectstack/spec)
  • content/docs/data-modeling/fields.mdx(via @objectstack/spec)
  • content/docs/data-modeling/formulas.mdx(via @objectstack/formula, packages/objectql, @objectstack/spec)
  • content/docs/data-modeling/index.mdx(via @objectstack/spec)
  • content/docs/data-modeling/objects.mdx(via @objectstack/spec)
  • content/docs/data-modeling/queries.mdx(via @objectstack/spec)
  • content/docs/data-modeling/schema-design.mdx(via @objectstack/spec)
  • content/docs/data-modeling/seed-data.mdx(via @objectstack/spec)
  • content/docs/data-modeling/validation-rules.mdx(via @objectstack/spec)
  • content/docs/data-modeling/validation.mdx(via @objectstack/formula, @objectstack/spec)
  • content/docs/deployment/environment-variables.mdx(via @objectstack/mcp)
  • content/docs/deployment/index.mdx(via @objectstack/runtime)
  • content/docs/deployment/migration-from-objectql.mdx(via @objectstack/core, @objectstack/objectql)
  • content/docs/deployment/production-readiness.mdx(via @objectstack/plugin-audit, @objectstack/plugin-auth, @objectstack/runtime)
  • content/docs/deployment/single-project-mode.mdx(via packages/console, @objectstack/runtime)
  • content/docs/deployment/troubleshooting.mdx(via @objectstack/spec)
  • content/docs/deployment/vercel.mdx(via @objectstack/objectql, @objectstack/driver-memory, @objectstack/runtime)
  • content/docs/getting-started/cli.mdx(via @objectstack/cli, @objectstack/plugin-audit, @objectstack/plugin-auth, @objectstack/plugin-security, @objectstack/spec)
  • content/docs/getting-started/common-patterns.mdx(via @objectstack/spec)
  • content/docs/getting-started/examples.mdx(via @objectstack/spec)
  • content/docs/getting-started/glossary.mdx(via @objectstack/driver-memory, @objectstack/driver-mongodb, @objectstack/driver-sql, @objectstack/driver-sqlite-wasm)
  • content/docs/getting-started/quick-reference.mdx(via @objectstack/spec)
  • content/docs/getting-started/quick-start.mdx(via @objectstack/cli, @objectstack/spec)
  • content/docs/getting-started/validating-metadata.mdx(via @objectstack/spec)
  • content/docs/kernel/cluster.mdx(via packages/metadata, @objectstack/spec)
  • content/docs/kernel/contracts/auth-service.mdx(via packages/spec)
  • content/docs/kernel/contracts/cache-service.mdx(via packages/spec)
  • content/docs/kernel/contracts/data-engine.mdx(via @objectstack/spec)
  • content/docs/kernel/contracts/index.mdx(via @objectstack/core, @objectstack/spec)
  • content/docs/kernel/contracts/metadata-service.mdx(via packages/spec)
  • content/docs/kernel/contracts/storage-service.mdx(via packages/spec)
  • content/docs/kernel/index.mdx(via packages/spec)
  • content/docs/kernel/runtime-services/audit-service.mdx(via packages/services)
  • content/docs/kernel/runtime-services/data-service.mdx(via packages/cli, packages/client)
  • content/docs/kernel/runtime-services/email-service.mdx(via packages/spec)
  • content/docs/kernel/runtime-services/examples.mdx(via @objectstack/core)
  • content/docs/kernel/runtime-services/index.mdx(via packages/cli, packages/client, packages/services, packages/spec)
  • content/docs/kernel/runtime-services/queue-service.mdx(via packages/spec)
  • content/docs/kernel/runtime-services/settings-service.mdx(via packages/services)
  • content/docs/kernel/runtime-services/sharing-service.mdx(via packages/spec)
  • content/docs/kernel/runtime-services/storage-service.mdx(via packages/spec)
  • content/docs/kernel/services-checklist.mdx(via @objectstack/core, @objectstack/objectql, @objectstack/driver-memory, @objectstack/plugin-auth, @objectstack/spec)
  • content/docs/kernel/services.mdx(via @objectstack/core, @objectstack/objectql)
  • content/docs/permissions/access-recipes.mdx(via packages/plugins/plugin-security)
  • content/docs/permissions/authentication.mdx(via @objectstack/cli, @objectstack/client, @objectstack/core, @objectstack/objectql, @objectstack/driver-memory, @objectstack/plugin-auth, @objectstack/plugin-hono-server, @objectstack/runtime)
  • content/docs/permissions/authorization.mdx(via packages/dogfood, packages/plugins/plugin-security, packages/plugins/plugin-sharing, packages/rest, packages/spec)
  • content/docs/permissions/permission-sets.mdx(via @objectstack/plugin-org-scoping, packages/plugins/plugin-security, @objectstack/spec)
  • content/docs/permissions/permissions-matrix.mdx(via packages/plugins/plugin-security, packages/plugins/plugin-sharing, @objectstack/spec)
  • content/docs/permissions/profiles.mdx(via @objectstack/spec)
  • content/docs/permissions/roles.mdx(via @objectstack/spec)
  • content/docs/permissions/sharing-rules.mdx(via @objectstack/plugin-security, @objectstack/plugin-sharing, @objectstack/spec)
  • content/docs/permissions/sso.mdx(via @objectstack/plugin-auth)
  • content/docs/plugins/adding-a-metadata-type.mdx(via @objectstack/spec)
  • content/docs/plugins/anatomy.mdx(via @objectstack/core, @objectstack/driver-sql)
  • content/docs/plugins/development.mdx(via @objectstack/core, @objectstack/spec)
  • content/docs/plugins/index.mdx(via @objectstack/core, @objectstack/objectql, @objectstack/driver-memory, @objectstack/plugin-auth, @objectstack/plugin-hono-server, @objectstack/plugin-security, @objectstack/rest, @objectstack/spec)
  • content/docs/plugins/packages.mdx(via packages/adapters, @objectstack/cli, @objectstack/client-react, @objectstack/client, @objectstack/core, create-objectstack, @objectstack/formula, @objectstack/mcp, @objectstack/metadata, @objectstack/objectql, @objectstack/platform-objects, @objectstack/driver-memory, @objectstack/driver-mongodb, @objectstack/driver-sql, @objectstack/driver-sqlite-wasm, @objectstack/plugin-approvals, @objectstack/plugin-audit, @objectstack/plugin-auth, @objectstack/plugin-dev, @objectstack/plugin-email, @objectstack/plugin-hono-server, @objectstack/plugin-org-scoping, @objectstack/plugin-reports, @objectstack/plugin-security, @objectstack/plugin-sharing, @objectstack/plugin-webhooks, @objectstack/rest, @objectstack/runtime, packages/services, @objectstack/spec, @objectstack/types, packages/vscode-objectstack)
  • content/docs/protocol/backward-compatibility.mdx(via @objectstack/spec)
  • content/docs/protocol/diagram.mdx(via packages/spec)
  • content/docs/protocol/knowledge.mdx(via @objectstack/mcp, @objectstack/knowledge-memory, @objectstack/knowledge-ragflow, @objectstack/spec)
  • content/docs/protocol/objectos/config-resolution.mdx(via @objectstack/core, @objectstack/spec)
  • content/docs/protocol/objectos/http-protocol.mdx(via @objectstack/runtime)
  • content/docs/protocol/objectos/i18n-standard.mdx(via packages/services, @objectstack/spec)
  • content/docs/protocol/objectos/index.mdx(via @objectstack/core, @objectstack/objectql, @objectstack/driver-sql, @objectstack/runtime)
  • content/docs/protocol/objectos/lifecycle.mdx(via @objectstack/core, @objectstack/driver-sql, @objectstack/runtime, @objectstack/spec)
  • content/docs/protocol/objectos/metadata-service.mdx(via @objectstack/metadata)
  • content/docs/protocol/objectos/plugin-spec.mdx(via @objectstack/cli, @objectstack/core, @objectstack/spec)
  • content/docs/protocol/objectos/realtime-protocol.mdx(via @objectstack/cli, @objectstack/client)
  • content/docs/protocol/objectos/runtime-capabilities.mdx(via @objectstack/spec)
  • content/docs/protocol/objectql/index.mdx(via packages/spec)
  • content/docs/protocol/objectql/query-syntax.mdx(via @objectstack/spec)
  • content/docs/protocol/objectql/schema.mdx(via @objectstack/spec)
  • content/docs/protocol/objectql/security.mdx(via packages/plugins/plugin-sharing, packages/spec)
  • content/docs/protocol/objectql/state-machine.mdx(via @objectstack/objectql, @objectstack/spec)
  • content/docs/protocol/objectui/actions.mdx(via @objectstack/spec)
  • content/docs/protocol/objectui/concept.mdx(via @objectstack/spec)
  • content/docs/protocol/objectui/index.mdx(via @objectstack/spec)
  • content/docs/protocol/objectui/layout-dsl.mdx(via packages/spec)
  • content/docs/protocol/objectui/record-alert.mdx(via @objectstack/formula, @objectstack/spec)
  • content/docs/protocol/objectui/widget-contract.mdx(via @objectstack/spec)
  • content/docs/releases/implementation-status.mdx(via @objectstack/cli, @objectstack/client, packages/console, @objectstack/core, @objectstack/mcp, @objectstack/objectql, @objectstack/observability, @objectstack/driver-memory, @objectstack/driver-mongodb, @objectstack/driver-sql, @objectstack/driver-sqlite-wasm, @objectstack/plugin-approvals, @objectstack/plugin-audit, @objectstack/plugin-auth, @objectstack/plugin-hono-server, @objectstack/plugin-security, @objectstack/plugin-webhooks, @objectstack/rest, @objectstack/runtime, @objectstack/spec, @objectstack/verify)
  • content/docs/releases/index.mdx(via @objectstack/console, @objectstack/spec)
  • content/docs/releases/v9.mdx(via @objectstack/console, create-objectstack, @objectstack/objectql, @objectstack/plugin-approvals, @objectstack/plugin-auth, @objectstack/spec)
  • content/docs/ui/create-vs-edit-form.mdx(via @objectstack/spec)
  • content/docs/ui/dashboards.mdx(via @objectstack/plugin-security, @objectstack/spec)
  • content/docs/ui/forms.mdx(via @objectstack/spec)
  • content/docs/ui/index.mdx(via @objectstack/spec)
  • content/docs/ui/role-based-interfaces.mdx(via packages/plugins/plugin-security)
  • content/docs/ui/setup-app.mdx(via packages/apps, @objectstack/platform-objects, @objectstack/spec)

Advisory only. To re-verify, run the docs-accuracy-audit workflow scoped to these files:
node scripts/docs-audit/affected-docs.mjs origin/main → pass the list as args.docs.

@baozhoutao
baozhoutao merged commit b29bca4 into mainJul 6, 2026
20 of 21 checks passed
@baozhoutao
baozhoutao deleted the changeset-release/main branch July 6, 2026 16:25
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency filedocumentationImprovements or additions to documentationsize/lskip-changesetPR has no user-facing published change; bypasses the changeset gatetooling

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ADR-0087 P0: enforce the protocol handshake (make engines.protocol real)

1 participant

@baozhoutao