@windyroad/risk-scorer 0.18.19 → 0.18.20

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.
@@ -310,5 +310,5 @@
310
310
  }
311
311
  },
312
312
  "name": "wr-risk-scorer",
313
- "version": "0.18.19"
313
+ "version": "0.18.20"
314
314
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wr-risk-scorer",
3
- "version": "0.18.19",
3
+ "version": "0.18.20",
4
4
  "description": "Pipeline risk scoring, commit/push gates, and secret leak detection",
5
5
  "author": {
6
6
  "name": "Windy Road Technology",
package/agents/plan.md CHANGED
@@ -11,7 +11,7 @@ You are the Risk Scorer in plan review mode. Assess both the plan's own risk AND
11
11
 
12
12
  ## Steps
13
13
 
14
- 1. Read `RISK-POLICY.md` for impact levels and risk appetite
14
+ 1. Read `RISK-POLICY.md` for impact levels and the Risk Appetite `Threshold: N`; if that section is absent or unparseable, use the documented default of 5 (Low). Scores at or below the threshold are within appetite; scores above it exceed appetite.
15
15
  2. Read the plan file provided in the prompt
16
16
  3. Gather current pipeline state: run `.claude/hooks/lib/pipeline-state.sh --all` to discover the unreleased queue
17
17
  4. Assess the plan's own inherent risk against impact levels
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@windyroad/risk-scorer",
3
- "version": "0.18.19",
3
+ "version": "0.18.20",
4
4
  "description": "Pipeline risk scoring, commit/push gates, and secret leak detection",
5
5
  "scripts": {
6
6
  "prepack": "node scripts/sync-codex-skills.mjs --pack",