@windyroad/risk-scorer 0.18.3-preview.990 → 0.18.4-preview.992
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
|
@@ -47,7 +47,10 @@ You are the Risk Scorer in plan review mode. Assess both the plan's own risk AND
|
|
|
47
47
|
- Overall: PASS/FAIL
|
|
48
48
|
```
|
|
49
49
|
|
|
50
|
-
|
|
50
|
+
After any required remediation block, end your entire response with
|
|
51
|
+
`RISK_VERDICT: PASS` or `RISK_VERDICT: FAIL` on its own line. A PostToolUse
|
|
52
|
+
hook reads this final marker and writes the marker files — do NOT write files
|
|
53
|
+
yourself.
|
|
51
54
|
|
|
52
55
|
On FAIL, the verbal verdict is **STOP**. **Do NOT emit** "Proceed", "Continue",
|
|
53
56
|
"You may ship", "OK to implement", or any similar nudge language. The plan is
|
|
@@ -55,7 +58,8 @@ not policy-authorised — the only sanctioned FAIL output is the Plan Risk Repor
|
|
|
55
58
|
the `RISK_VERDICT: FAIL` marker, and the structured `RISK_REMEDIATIONS:` block
|
|
56
59
|
defined below.
|
|
57
60
|
|
|
58
|
-
|
|
61
|
+
On FAIL, emit a structured `RISK_REMEDIATIONS:` block before the final verdict
|
|
62
|
+
marker (5 columns):
|
|
59
63
|
```
|
|
60
64
|
RISK_REMEDIATIONS:
|
|
61
65
|
- R1 | <description of what the plan must add/change> | <effort S/M/L> | <risk_delta -N> | <affected area>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@windyroad/risk-scorer",
|
|
3
|
-
"version": "0.18.
|
|
3
|
+
"version": "0.18.4-preview.992",
|
|
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",
|