Commit 53edffe
docs(skills): the automation skill's CEL table is the bare-callable public subset (#15524)
`skills/objectstack-automation/SKILL.md` repeated the completeness claim just
corrected one skill over: conditions are bare CEL and "only the stdlib is
callable", pointing at the formula skill for "the full table". Both halves
under-promise — the CEL environment also resolves receiver methods called on a
value, and the catalogue is the advertised bare-callable public subset rather
than everything that resolves.
Corrected in one clause, in this skill's voice: the stdlib is what you may call
bare, the referenced table is `CEL_STDLIB_FUNCTIONS` — the bare-callable public
subset — and receiver methods are called on a value, never bare. The pointer to
objectstack-formula stays; that skill now carries the full statement. No method
or withheld-primitive enumeration is duplicated here.
Claude-Session: https://claude.ai/code/session_019RfFHiRCSs3JXLK4cwcfox
Co-authored-by: Claude <noreply@anthropic.com>1 parent 7087f99 commit 53edffe
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
348 | 348 | | |
349 | 349 | | |
350 | 350 | | |
351 | | - | |
| 351 | + | |
352 | 352 | | |
353 | 353 | | |
354 | | - | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
355 | 357 | | |
356 | 358 | | |
357 | 359 | | |
| |||
0 commit comments