Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions skills/objectstack-ai/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ description: >
them via skills and tools, not by authoring `*.agent.ts`. Do not use for
general LLM prompting questions unrelated to ObjectStack metadata.
license: Apache-2.0
compatibility: Requires @objectstack/spec 16.x (Zod v4 schemas)
compatibility: Requires @objectstack/spec 17.x (Zod v4 schemas)
metadata:
author: objectstack-ai
version: "1.2"
version: "1.3"
domain: ai
tags: agent, tool, skill, conversation, llm, embedding, mcp
---
Expand Down
4 changes: 2 additions & 2 deletions skills/objectstack-api/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ description: >
syntax (see objectstack-query). CEL expressions in route guards or auth
predicates: load objectstack-formula alongside.
license: Apache-2.0
compatibility: Requires @objectstack/spec 16.x (Zod v4 schemas)
compatibility: Requires @objectstack/spec 17.x (Zod v4 schemas)
metadata:
author: objectstack-ai
version: "1.3"
version: "1.4"
domain: api
tags: rest, graphql, endpoint, auth, realtime, server
---
Expand Down
4 changes: 2 additions & 2 deletions skills/objectstack-automation/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ description: >
/ plugin events (see objectstack-platform). CEL expressions in flow
conditions / edge guards: load objectstack-formula alongside.
license: Apache-2.0
compatibility: Requires @objectstack/spec 16.x (Zod v4 schemas)
compatibility: Requires @objectstack/spec 17.x (Zod v4 schemas)
metadata:
author: objectstack-ai
version: "1.2"
version: "1.3"
domain: automation
tags: flow, workflow, trigger, approval, state-machine, scheduled, webhook
---
Expand Down
4 changes: 2 additions & 2 deletions skills/objectstack-data/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ description: >
formulas / validations / sharing rules / dynamic seed values: load
objectstack-formula alongside.
license: Apache-2.0
compatibility: Requires @objectstack/spec 16.x (Zod v4 schemas)
compatibility: Requires @objectstack/spec 17.x (Zod v4 schemas)
metadata:
author: objectstack-ai
version: "4.3"
version: "4.4"
domain: data
tags: object, field, validation, index, relationship, hook, schema, permission, rls, security, seed, fixture
---
Expand Down
4 changes: 2 additions & 2 deletions skills/objectstack-formula/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ description: >
predicate". Do not use for SQL fragments (driver-native), cron schedules
(cron dialect), or L2 hook bodies (those belong in objectstack-data).
license: Apache-2.0
compatibility: Requires @objectstack/spec 16.x and @objectstack/formula 16.x (CEL)
compatibility: Requires @objectstack/spec 17.x and @objectstack/formula 17.x (CEL)
metadata:
author: objectstack-ai
version: "1.1"
version: "1.2"
domain: expression
tags: cel, formula, predicate, condition, validation, visibility, seed-dynamic
---
Expand Down
4 changes: 2 additions & 2 deletions skills/objectstack-i18n/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ description: >
resolving missing-translation warnings. Do not use for general i18n
library questions unrelated to ObjectStack bundles.
license: Apache-2.0
compatibility: Requires @objectstack/spec 16.x (Zod v4 schemas)
compatibility: Requires @objectstack/spec 17.x (Zod v4 schemas)
metadata:
author: objectstack-ai
version: "1.2"
version: "1.3"
domain: i18n
tags: i18n, translation, locale, l10n, bundle, coverage
---
Expand Down
4 changes: 2 additions & 2 deletions skills/objectstack-platform/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ description: >
objectstack-query); data lifecycle hooks (beforeInsert / afterUpdate)
belong in objectstack-data — only kernel / service-level events live here.
license: Apache-2.0
compatibility: Requires @objectstack/spec 16.x and @objectstack/core 16.x (Zod v4 schemas), Node 22+
compatibility: Requires @objectstack/spec 17.x and @objectstack/core 17.x (Zod v4 schemas), Node 22+
metadata:
author: objectstack-ai
version: "1.2"
version: "1.3"
domain: platform
tags: project, defineStack, driver, adapter, plugin, kernel, service, DI, lifecycle, cli, deploy, ops
---
Expand Down
4 changes: 2 additions & 2 deletions skills/objectstack-query/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ description: >
relationships (see objectstack-data) or for designing the API endpoint
that exposes a query (see objectstack-api).
license: Apache-2.0
compatibility: Requires @objectstack/spec 16.x (Zod v4 schemas)
compatibility: Requires @objectstack/spec 17.x (Zod v4 schemas)
metadata:
author: objectstack-ai
version: "1.2"
version: "1.3"
domain: query
tags: query, filter, sort, paginate, aggregate, ObjectQL, full-text
---
Expand Down
4 changes: 2 additions & 2 deletions skills/objectstack-ui/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ description: >
ships with the platform). CEL expressions in
visibility/conditional rules: load objectstack-formula alongside.
license: Apache-2.0
compatibility: Requires @objectstack/spec 16.x (Zod v4 schemas)
compatibility: Requires @objectstack/spec 17.x (Zod v4 schemas)
metadata:
author: objectstack-ai
version: "1.2"
version: "1.3"
domain: ui
tags: view, app, page, dashboard, report, chart, action, widget, doc
---
Expand Down
Loading