@spectratools/sentinel@1.0.0
Major Changes
-
#11
0aa58ccThanks @spectra-the-bot! - Breaking:operatorGoalFilenow requires a relative path within sentinel's managed data directory (dataDir), not an arbitrary absolute path. This fixes a security issue where watcher creators could read any local file.Migration: Copy your operator goal files to
~/.openclaw/data/sentinel/operator-goals/(or your configureddataDir) and updateoperatorGoalFilereferences to relative paths (e.g."my-policy.md"instead of"/path/to/my-policy.md").New:
dataDirconfig field (default:$OPENCLAW_STATE_DIR/data/sentinel) — sentinel now owns a dedicated workspace for state and goal files.operatorGoalContentparameter onsentinel_controlcreate action for inline goal file creation.
Patch Changes
-
#24
eef861cThanks @spectra-the-bot! - docs: add package READMEs for native-scheduler and sentinel -
#15
cd92955Thanks @spectra-the-bot! - Add plugin-shipped SKILL.md to sentinel-plugin. -
#17
b3f6b24Thanks @spectra-the-bot! - Surface state load errors instead of silently returning empty state; atomic writes.