@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.
@@ -310,5 +310,5 @@
310
310
  }
311
311
  },
312
312
  "name": "wr-risk-scorer",
313
- "version": "0.18.3"
313
+ "version": "0.18.4"
314
314
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wr-risk-scorer",
3
- "version": "0.18.3",
3
+ "version": "0.18.4",
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
@@ -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
- End your report with `RISK_VERDICT: PASS` or `RISK_VERDICT: FAIL` on its own line. A PostToolUse hook reads this and writes the marker files — do NOT write files yourself.
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
- Emit a structured `RISK_REMEDIATIONS:` block after the verdict (5 columns):
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-preview.990",
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",