Skip to content

Commit 0d1bc15

Browse files
os-zhuangclaude
andauthored
docs(skills): 九份已发布 skill 的 compatibility 声明由 16.x 更正为 17.x (#5245) (#5937)
`skills/` 下的 SKILL.md 随 `npx skills add objectstack-ai/objectstack/skills` 原样发给第三方。九份的 frontmatter `compatibility` 仍声明 “Requires @objectstack/spec 16.x”,而正文教的已是 17 的能力 —— 消费者读到的适用版本 与实际教的内容差一个 major。 实测真值后逐份改写(保持既有单行格式): - 七份统一句式改 `@objectstack/spec 17.x (Zod v4 schemas)`:ai / api / automation / data / i18n / query / ui。 - `objectstack-formula` 与 `objectstack-platform` 是两份变体,伴随包版本 一并改 17.x:`@objectstack/formula 17.x (CEL)`、`@objectstack/core 17.x (Zod v4 schemas), Node 22+`。Node 约束按原样保留。 - `objectstack-pm-dispatch` 不动:实测其 `compatibility` 是折叠块且写明 “No @objectstack/spec dependency — process skill”,本无 16.x 声明。 三处措辞的真值都已实测,不是推断:`packages/spec`、`packages/formula`、 `packages/core` 的 version 均为 `17.0.0-rc.2`(major 17);spec 的 zod 依赖 为 `^4.4.3`,故 “Zod v4 schemas” 仍准确;根 `engines.node` 为 `>=22.0.0`, 故 “Node 22+” 仍准确。 正文两处 `16.x`(objectstack-ai 的 “permissions 键在 16.x 移除”、 objectstack-api 的 “in 16.x, #2377”)是历史事实陈述而非适用版本声明, 按原样保留。 `metadata.version` 逐份 +0.1:按 git log 实测的唯一“仅改 skill”先例 (#5451 / PR #5799)——该单同样只改已发布 skill 内容,bump 了 1.0 → 1.1。 另三个动过 SKILL.md 的提交未 bump,但均为大型代码 PR 的顺带改动, 不构成本单的先例。 Closes #5245 Claude-Session: https://claude.ai/code/session_01GX3sL71LFq8m2usg6VqTSE Co-authored-by: Claude <noreply@anthropic.com>
1 parent 99c29f4 commit 0d1bc15

9 files changed

Lines changed: 18 additions & 18 deletions

File tree

skills/objectstack-ai/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ description: >
99
them via skills and tools, not by authoring `*.agent.ts`. Do not use for
1010
general LLM prompting questions unrelated to ObjectStack metadata.
1111
license: Apache-2.0
12-
compatibility: Requires @objectstack/spec 16.x (Zod v4 schemas)
12+
compatibility: Requires @objectstack/spec 17.x (Zod v4 schemas)
1313
metadata:
1414
author: objectstack-ai
15-
version: "1.2"
15+
version: "1.3"
1616
domain: ai
1717
tags: agent, tool, skill, conversation, llm, embedding, mcp
1818
---

skills/objectstack-api/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ description: >
1111
syntax (see objectstack-query). CEL expressions in route guards or auth
1212
predicates: load objectstack-formula alongside.
1313
license: Apache-2.0
14-
compatibility: Requires @objectstack/spec 16.x (Zod v4 schemas)
14+
compatibility: Requires @objectstack/spec 17.x (Zod v4 schemas)
1515
metadata:
1616
author: objectstack-ai
17-
version: "1.3"
17+
version: "1.4"
1818
domain: api
1919
tags: rest, graphql, endpoint, auth, realtime, server
2020
---

skills/objectstack-automation/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ description: >
99
/ plugin events (see objectstack-platform). CEL expressions in flow
1010
conditions / edge guards: load objectstack-formula alongside.
1111
license: Apache-2.0
12-
compatibility: Requires @objectstack/spec 16.x (Zod v4 schemas)
12+
compatibility: Requires @objectstack/spec 17.x (Zod v4 schemas)
1313
metadata:
1414
author: objectstack-ai
15-
version: "1.2"
15+
version: "1.3"
1616
domain: automation
1717
tags: flow, workflow, trigger, approval, state-machine, scheduled, webhook
1818
---

skills/objectstack-data/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ description: >
1515
formulas / validations / sharing rules / dynamic seed values: load
1616
objectstack-formula alongside.
1717
license: Apache-2.0
18-
compatibility: Requires @objectstack/spec 16.x (Zod v4 schemas)
18+
compatibility: Requires @objectstack/spec 17.x (Zod v4 schemas)
1919
metadata:
2020
author: objectstack-ai
21-
version: "4.3"
21+
version: "4.4"
2222
domain: data
2323
tags: object, field, validation, index, relationship, hook, schema, permission, rls, security, seed, fixture
2424
---

skills/objectstack-formula/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ description: >
99
predicate". Do not use for SQL fragments (driver-native), cron schedules
1010
(cron dialect), or L2 hook bodies (those belong in objectstack-data).
1111
license: Apache-2.0
12-
compatibility: Requires @objectstack/spec 16.x and @objectstack/formula 16.x (CEL)
12+
compatibility: Requires @objectstack/spec 17.x and @objectstack/formula 17.x (CEL)
1313
metadata:
1414
author: objectstack-ai
15-
version: "1.1"
15+
version: "1.2"
1616
domain: expression
1717
tags: cel, formula, predicate, condition, validation, visibility, seed-dynamic
1818
---

skills/objectstack-i18n/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ description: >
88
resolving missing-translation warnings. Do not use for general i18n
99
library questions unrelated to ObjectStack bundles.
1010
license: Apache-2.0
11-
compatibility: Requires @objectstack/spec 16.x (Zod v4 schemas)
11+
compatibility: Requires @objectstack/spec 17.x (Zod v4 schemas)
1212
metadata:
1313
author: objectstack-ai
14-
version: "1.2"
14+
version: "1.3"
1515
domain: i18n
1616
tags: i18n, translation, locale, l10n, bundle, coverage
1717
---

skills/objectstack-platform/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ description: >
1212
objectstack-query); data lifecycle hooks (beforeInsert / afterUpdate)
1313
belong in objectstack-data — only kernel / service-level events live here.
1414
license: Apache-2.0
15-
compatibility: Requires @objectstack/spec 16.x and @objectstack/core 16.x (Zod v4 schemas), Node 22+
15+
compatibility: Requires @objectstack/spec 17.x and @objectstack/core 17.x (Zod v4 schemas), Node 22+
1616
metadata:
1717
author: objectstack-ai
18-
version: "1.2"
18+
version: "1.3"
1919
domain: platform
2020
tags: project, defineStack, driver, adapter, plugin, kernel, service, DI, lifecycle, cli, deploy, ops
2121
---

skills/objectstack-query/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ description: >
88
relationships (see objectstack-data) or for designing the API endpoint
99
that exposes a query (see objectstack-api).
1010
license: Apache-2.0
11-
compatibility: Requires @objectstack/spec 16.x (Zod v4 schemas)
11+
compatibility: Requires @objectstack/spec 17.x (Zod v4 schemas)
1212
metadata:
1313
author: objectstack-ai
14-
version: "1.2"
14+
version: "1.3"
1515
domain: query
1616
tags: query, filter, sort, paginate, aggregate, ObjectQL, full-text
1717
---

skills/objectstack-ui/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ description: >
1616
ships with the platform). CEL expressions in
1717
visibility/conditional rules: load objectstack-formula alongside.
1818
license: Apache-2.0
19-
compatibility: Requires @objectstack/spec 16.x (Zod v4 schemas)
19+
compatibility: Requires @objectstack/spec 17.x (Zod v4 schemas)
2020
metadata:
2121
author: objectstack-ai
22-
version: "1.2"
22+
version: "1.3"
2323
domain: ui
2424
tags: view, app, page, dashboard, report, chart, action, widget, doc
2525
---

0 commit comments

Comments
 (0)