Skip to content

@spectratools/sentinel@1.0.0

Choose a tag to compare

@spectra-the-bot spectra-the-bot released this 14 Mar 00:51
· 44 commits to main since this release
1c8529a

Major Changes

  • #11 0aa58cc Thanks @spectra-the-bot! - Breaking: operatorGoalFile now 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 configured dataDir) and update operatorGoalFile references to relative paths (e.g. "my-policy.md" instead of "/path/to/my-policy.md").

    New: dataDir config field (default: $OPENCLAW_STATE_DIR/data/sentinel) — sentinel now owns a dedicated workspace for state and goal files. operatorGoalContent parameter on sentinel_control create action for inline goal file creation.

Patch Changes