@windyroad/risk-scorer 0.14.3-preview.836 → 0.14.3

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.
@@ -20,11 +20,6 @@ setup() {
20
20
  HOOK="$REPO_ROOT/packages/risk-scorer/hooks/risk-scorer-scaffold-nudge.sh"
21
21
  PLUGIN_ROOT="$REPO_ROOT/packages/risk-scorer"
22
22
  DIR="$(mktemp -d)"
23
- # Hermeticity (P391): the AFK work-problems orchestrator exports
24
- # WR_SUPPRESS_OVERSIGHT_NUDGE=1, which the hook self-suppresses on. Unset it so
25
- # nudge-emitting tests assert real behaviour; guard-specific tests set it
26
- # per-invocation via `run env WR_SUPPRESS_OVERSIGHT_NUDGE=...`.
27
- unset WR_SUPPRESS_OVERSIGHT_NUDGE
28
23
  }
29
24
 
30
25
  teardown() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@windyroad/risk-scorer",
3
- "version": "0.14.3-preview.836",
3
+ "version": "0.14.3",
4
4
  "description": "Pipeline risk scoring, commit/push gates, and secret leak detection",
5
5
  "bin": {
6
6
  "windyroad-risk-scorer": "./bin/install.mjs"