diff --git a/.changeset/calm-checkout-recovery.md b/.changeset/calm-checkout-recovery.md deleted file mode 100644 index 019365a4..00000000 --- a/.changeset/calm-checkout-recovery.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@windyroad/risk-scorer": patch ---- - -Codex checkout-mismatch recovery no longer depends on an optional runtime environment variable. A valid score is preserved and the gate tells the agent to retry from the assessed checkout instead of rescoring or bypassing. diff --git a/packages/risk-scorer/.claude-plugin/plugin.json b/packages/risk-scorer/.claude-plugin/plugin.json index f6296b96..a2f696a1 100644 --- a/packages/risk-scorer/.claude-plugin/plugin.json +++ b/packages/risk-scorer/.claude-plugin/plugin.json @@ -310,5 +310,5 @@ } }, "name": "wr-risk-scorer", - "version": "0.19.0" + "version": "0.19.1" } diff --git a/packages/risk-scorer/.codex-plugin/plugin.json b/packages/risk-scorer/.codex-plugin/plugin.json index 4601c42b..5fd602d9 100644 --- a/packages/risk-scorer/.codex-plugin/plugin.json +++ b/packages/risk-scorer/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "wr-risk-scorer", - "version": "0.19.0", + "version": "0.19.1", "description": "Pipeline risk scoring, commit/push gates, and secret leak detection", "author": { "name": "Windy Road Technology", diff --git a/packages/risk-scorer/CHANGELOG.md b/packages/risk-scorer/CHANGELOG.md index db6925f3..296110d5 100644 --- a/packages/risk-scorer/CHANGELOG.md +++ b/packages/risk-scorer/CHANGELOG.md @@ -1,5 +1,11 @@ # @windyroad/risk-scorer +## 0.19.1 + +### Patch Changes + +- 297f622: Codex checkout-mismatch recovery no longer depends on an optional runtime environment variable. A valid score is preserved and the gate tells the agent to retry from the assessed checkout instead of rescoring or bypassing. + ## 0.19.0 ### Minor Changes diff --git a/packages/risk-scorer/package.json b/packages/risk-scorer/package.json index 2c994a76..5e806719 100644 --- a/packages/risk-scorer/package.json +++ b/packages/risk-scorer/package.json @@ -1,6 +1,6 @@ { "name": "@windyroad/risk-scorer", - "version": "0.19.0", + "version": "0.19.1", "description": "Pipeline risk scoring, commit/push gates, and secret leak detection", "scripts": { "prepack": "node scripts/sync-codex-skills.mjs --pack",