You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(skill): sync CEL function tables to 9.8.0 stdlib + drift-guard (#1967)
The authoring skills under-listed the stdlib (6 functions + "only the above"),
omitting the 14 registered in 9.8.0 (daysBetween/abs/round/min/max/upper/lower/
contains/startsWith/endsWith/matches/len/isEmpty/date/datetime) — so AI authors
never used daysBetween and kept hand-rolling workarounds.
- Rewrite objectstack-formula stdlib table (grouped + CEL built-ins); fix the
daysFromNow/daysAgo note (keep wall-clock time, not midnight).
- Rewrite objectstack-automation "time-relative rule" anti-pattern to the precise
one-day window pattern ($gte daysFromNow(N) / $lt daysFromNow(N+1) + $or); add
daysBetween for days-remaining.
- Add a drift-guard test (packages/formula) pinning skill ↔ CEL_STDLIB_FUNCTIONS.
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments