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
6 changes: 0 additions & 6 deletions .changeset/calm-agents-interrupt.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.1"
"version": "0.19.2"
}
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.1",
"version": "0.19.2",
"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.2

### Patch Changes

- adafd38: Codex now records completed risk and voice reviews reliably, and npm publish --dry-run no longer triggers publication review.

## 0.19.1

### Patch 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.1",
"version": "0.19.2",
"description": "Pipeline risk scoring, commit/push gates, and secret leak detection",
"scripts": {
"prepack": "node scripts/sync-codex-skills.mjs --pack",
Expand Down
2 changes: 1 addition & 1 deletion packages/voice-tone/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,5 +123,5 @@
}
},
"name": "wr-voice-tone",
"version": "0.8.4"
"version": "0.8.5"
}
2 changes: 1 addition & 1 deletion packages/voice-tone/.codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wr-voice-tone",
"version": "0.8.4",
"version": "0.8.5",
"description": "Voice, tone, and external-communications governance",
"author": {
"name": "Windy Road Technology",
Expand Down
6 changes: 6 additions & 0 deletions packages/voice-tone/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @windyroad/voice-tone

## 0.8.5

### Patch Changes

- adafd38: Codex now records completed risk and voice reviews reliably, and npm publish --dry-run no longer triggers publication review.

## 0.8.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/voice-tone/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@windyroad/voice-tone",
"version": "0.8.4",
"version": "0.8.5",
"description": "Voice and tone enforcement for user-facing copy",
"bin": {
"windyroad-voice-tone": "./bin/install.mjs"
Expand Down