Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/calm-checkout-recovery.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/risk-scorer/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -310,5 +310,5 @@
}
},
"name": "wr-risk-scorer",
"version": "0.19.0"
"version": "0.19.1"
}
2 changes: 1 addition & 1 deletion packages/risk-scorer/.codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 6 additions & 0 deletions packages/risk-scorer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/risk-scorer/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down