Skip to content

docs(skills): sync objectstack-* skills with 9.0→9.4 changes - #1833

Merged
xuyushun441-sys merged 2 commits into
mainfrom
docs/skills-sync-9.4
Jun 14, 2026
Merged

docs(skills): sync objectstack-* skills with 9.0→9.4 changes#1833
xuyushun441-sys merged 2 commits into
mainfrom
docs/skills-sync-9.4

Conversation

@xuyushun441-sys

Copy link
Copy Markdown
Contributor

What

Audited all 119 commits from @objectstack/types@9.0.19.4.0 and updated the six objectstack-* skills whose documented contracts had drifted or gained capabilities. Each finding was verified against live source before editing.

Skills updated

objectstack-ui (correctness)

objectstack-platform (correctness)

  • "There is no automatic namespace prefixing" was no longer true — rewrote to document manifest.namespace enforcement (validateNamespacePrefix / NamespaceConflictError, ADR-0048).
  • Split-app boot sequence (@objectstack/setup/studio/account), os package install/publish, @objectstack/cloud-connection, sys_metadata opt-in caveat.

objectstack-automation

  • Inbound webhook (api) triggers + the queue prerequisite (without it every inbound POST 503s) — ADR-0041 Tier 1.
  • ADR-0044 send-back-for-revision: revise edge, back edge type, maxRevisions.

objectstack-api

objectstack-ai

  • Built-in data_chat assistant, data_explorer/visualize_data, query-only edition gate (ADR-0040), AI_DAILY_USER_MESSAGES.
  • Fixed a pre-existing broken guardrails example (maxTurns/requireApprovalFormaxTokensPerInvocation/maxExecutionTimeSec); corrected model-registry provider list.

objectstack-data

No change needed

objectstack-query, objectstack-formula, objectstack-i18n — no contract drift in range (formula/i18n had zero source commits; query syntax already canonical).

Notes

  • Docs-only change; skills/ is not a workspace package, so no changeset is required (matches prior docs(...) skill commits).

🤖 Generated with Claude Code

Audited all changes from @objectstack/types@9.0.1 to 9.4.0 and updated the
six skills whose documented contracts had drifted or gained capabilities:
- ui: fix matrix report example (rows down × columns across, ADR-0021 D2) +
drilldown; add Action opensInNewTab/newTabUrl (#1787); App.hidden (ADR-0045);
userFilters toggle deprecation
- platform: correct namespace prose — manifest.namespace is enforced
(ADR-0048, validateNamespacePrefix/NamespaceConflictError); split-app boot
sequence; os package install/publish; cloud-connection; sys_metadata opt-in
- automation: inbound webhook (api) triggers + queue prerequisite (ADR-0041);
ADR-0044 send-back-for-revision (revise/back edges, maxRevisions)
- api: document the /meta REST surface — ?preview=draft (#1763), ?package=
(ADR-0048), /meta/doc content omission (ADR-0046)
- ai: built-in data_chat assistant + visualize_data + query-only gate
(ADR-0040); fix stale guardrails example keys; model-registry providers
- data: seed lookup id-fallback (#1814)
query/formula/i18n skills required no changes (no contract drift in range).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@vercel

vercelBot commented Jun 14, 2026

Copy link
Copy Markdown

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

ProjectDeploymentActionsUpdated (UTC)
specReadyReadyPreview, CommentJun 14, 2026 5:23am

Request Review

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@xuyushun441-sys
xuyushun441-sys merged commit f1d7bee into mainJun 14, 2026
12 checks passed
@xuyushun441-sys
xuyushun441-sys deleted the docs/skills-sync-9.4 branch June 14, 2026 05:25
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentationImprovements or additions to documentationsize/mtooling

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@xuyushun441-sys@os-zhuang