@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.
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
|
|
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