@misterhuydo/sentinel 1.4.89 → 1.4.91

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -42,12 +42,11 @@ WORKSPACE_DIR=./workspace
42
42
  # this key instead of the shared Claude Pro subscription.
43
43
  # ANTHROPIC_API_KEY=sk-ant-...
44
44
 
45
- # Private Slackset to true if this project uses a different Slack workspace
46
- # than the shared one configured in the workspace sentinel.properties.
47
- # When true, Sentinel loads Slack tokens from slack.properties in this project
48
- # directory (gitignored tokens never committed to the config repo).
49
- # Run `sentinel add` to generate slack.properties interactively.
50
- # PRIVATE_SLACK=false
45
+ # Private credentialsplace any project-specific secrets in private_sentinel.properties
46
+ # in this project directory (gitignored never committed to the config repo).
47
+ # Sentinel auto-loads it if present. Supported keys: SLACK_BOT_TOKEN, SLACK_APP_TOKEN,
48
+ # GITHUB_TOKEN, ANTHROPIC_API_KEY, and any other sentinel.properties key.
49
+ # Run `sentinel add` to generate private_sentinel.properties interactively.
51
50
 
52
51
  # Boss mode override — overrides the workspace-level BOSS_MODE for this project only.
53
52
  # Options: standard (default) | strict | fun