Skip to content

Commit 4f6025c

Browse files
committed
refactor(skills): consolidate pattern docs into SKILL.md files
1 parent 25c4e70 commit 4f6025c

7 files changed

Lines changed: 18 additions & 420 deletions

File tree

skills/objectstack-ai/rules/agent-patterns.md

Lines changed: 0 additions & 69 deletions
This file was deleted.

skills/objectstack-api/rules/rest-patterns.md

Lines changed: 0 additions & 70 deletions
This file was deleted.

skills/objectstack-automation/SKILL.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ variables: {
123123
{
124124
name: 'escalate_overdue_cases',
125125
type: 'schedule',
126-
schedule: '0 9 * * *', // daily at 09:00
126+
schedule: cron`0 9 * * *`, // daily at 09:00
127127
nodes: [
128128
{
129129
id: 'start',
@@ -378,8 +378,10 @@ Triggers fire automatically when data events occur.
378378
}
379379
```
380380

381-
> **`OLD`** and **`NEW`** are special variables available in update triggers,
382-
> representing the record before and after the change.
381+
> **`previous`** and **`record`** are the CEL variables available in update
382+
> triggers — `previous.x` is the value before the change, `record.x` is the
383+
> value after. (Salesforce-flavor `OLD` / `NEW` were removed in M9.5 and now
384+
> evaluate to `null`.) See [objectstack-formula](../objectstack-formula/SKILL.md).
383385
384386
---
385387

skills/objectstack-automation/rules/flow-patterns.md

Lines changed: 0 additions & 88 deletions
This file was deleted.

skills/objectstack-i18n/rules/translation-bundles.md

Lines changed: 0 additions & 67 deletions
This file was deleted.

0 commit comments

Comments
 (0)