docs(skills): sync objectstack-* skills with 9.0→9.4 changes#1833
Merged
Conversation
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>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Audited all 119 commits from
@objectstack/types@9.0.1→9.4.0and updated the sixobjectstack-*skills whose documented contracts had drifted or gained capabilities. Each finding was verified against live source before editing.Skills updated
objectstack-ui (correctness)
rows. Split intorows(down) ×columns(across) per ADR-0021 D2 (feat(spec): Report matrixcolumns(across) +drilldownflag (ADR-0021 D2) #1732); documenteddrilldown.opensInNewTab/newTabUrlAction contract (feat(spec): ActionSchema — opensInNewTab + newTabUrl zero-roundtrip new-tab contract #1787),App.hidden(ADR-0045),userFilterstoggledeprecation.objectstack-platform (correctness)
manifest.namespaceenforcement (validateNamespacePrefix/NamespaceConflictError, ADR-0048).@objectstack/setup/studio/account),os package install/publish,@objectstack/cloud-connection,sys_metadataopt-in caveat.objectstack-automation
api) triggers + thequeueprerequisite (without it every inbound POST 503s) — ADR-0041 Tier 1.reviseedge,backedge type,maxRevisions.objectstack-api
/metaREST surface, previously absent:?preview=draft(fix(rest): /meta routes forward ?preview=draft (list + get, cache-bypassed) — Live Canvas draft apps #1763),?package=(ADR-0048),/meta/doccontent omission (ADR-0046).objectstack-ai
data_chatassistant,data_explorer/visualize_data, query-only edition gate (ADR-0040),AI_DAILY_USER_MESSAGES.maxTurns/requireApprovalFor→maxTokensPerInvocation/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
skills/is not a workspace package, so no changeset is required (matches priordocs(...)skill commits).🤖 Generated with Claude Code