skillscript-runtime v0.21.2
Upgrade impact: none (additive)
- Fix: dashboard
/approvenow re-registers a skill's declarative triggers in the live scheduler. Approving a cron/event skill from the dashboard signed and stored it Approved but did not re-add its# Triggers:to the running scheduler. So a skill that was edited (which in secured mode forces it back to Draft, dropping its triggers) and then approved in the browser ended up Approved-but-trigger-less: absent from the Triggers view and silently not firing. The dashboard approve path now syncs declarative triggers the same way the MCPskill_statuspath does, and the scheduler is now wired to the dashboard unconditionally (previously only when/eventingress was enabled). Existing approvals are unaffected; the fix applies to subsequent dashboard approvals. (A process restart already re-registered them at startup — that workaround is no longer needed.) - Docs: trimmed the README + landing page of reference-detail that belongs in the deeper docs; corrected the
skillfile auditCLI signature; and the per-release Upgrade impact: convention plus a new UPGRADING.md (pre-1.0 transition guide) now ship in the published package.