From 83831af80da69e76257a94228877ad0676f80686 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 11 Jul 2026 03:07:49 +0000 Subject: [PATCH] chore: version packages --- .changeset/cruise-quota-pacing.md | 17 ----------------- packages/agent-plugins/CHANGELOG.md | 10 ++++++++++ packages/agent-plugins/package.json | 2 +- packages/architect/.claude-plugin/plugin.json | 2 +- packages/architect/.codex-plugin/plugin.json | 2 +- packages/architect/CHANGELOG.md | 10 ++++++++++ packages/architect/package.json | 2 +- packages/cruise/.claude-plugin/plugin.json | 2 +- packages/cruise/CHANGELOG.md | 11 +++++++++++ packages/cruise/package.json | 4 ++-- packages/itil/.claude-plugin/plugin.json | 2 +- packages/itil/CHANGELOG.md | 10 ++++++++++ packages/itil/package.json | 2 +- packages/jtbd/.claude-plugin/plugin.json | 2 +- packages/jtbd/CHANGELOG.md | 10 ++++++++++ packages/jtbd/package.json | 2 +- packages/risk-scorer/.claude-plugin/plugin.json | 2 +- packages/risk-scorer/CHANGELOG.md | 10 ++++++++++ packages/risk-scorer/package.json | 2 +- packages/style-guide/.claude-plugin/plugin.json | 2 +- packages/style-guide/CHANGELOG.md | 10 ++++++++++ packages/style-guide/package.json | 2 +- packages/tdd/.claude-plugin/plugin.json | 2 +- packages/tdd/CHANGELOG.md | 10 ++++++++++ packages/tdd/package.json | 2 +- packages/voice-tone/.claude-plugin/plugin.json | 2 +- packages/voice-tone/CHANGELOG.md | 10 ++++++++++ packages/voice-tone/package.json | 2 +- 28 files changed, 110 insertions(+), 36 deletions(-) delete mode 100644 .changeset/cruise-quota-pacing.md create mode 100644 packages/cruise/CHANGELOG.md diff --git a/.changeset/cruise-quota-pacing.md b/.changeset/cruise-quota-pacing.md deleted file mode 100644 index db43784f..00000000 --- a/.changeset/cruise-quota-pacing.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -"@windyroad/cruise": minor -"@windyroad/architect": minor -"@windyroad/itil": minor -"@windyroad/jtbd": minor -"@windyroad/tdd": minor -"@windyroad/risk-scorer": minor -"@windyroad/style-guide": minor -"@windyroad/voice-tone": minor -"@windyroad/agent-plugins": minor ---- - -Add `@windyroad/cruise` — token-quota pacing — and retire the seven-way throttle sync. - -`@windyroad/cruise` is a self-calibrating token-quota throttle for Claude Code. It reads your rate-limit usage, measures your actual burn, and paces your tool calls so you glide onto each window's pace line and converge on the reset — instead of sprinting into a hard rate-limit stop mid-session. It reserves a weekly headroom for your other Claude surfaces, never blocks, and fails open. Knobs live in a config file (`.claude/cruise.config.json` per project or `~/.claude/cruise.config.json` per machine); `WR_QUOTA_THROTTLE_DISABLE=1` pauses it. - -The seven governance plugins (architect, itil, jtbd, tdd, risk-scorer, style-guide, voice-tone) no longer ship the throttle — it now has a single home in `@windyroad/cruise`, installed as part of the default `npx @windyroad/agent-plugins` set. diff --git a/packages/agent-plugins/CHANGELOG.md b/packages/agent-plugins/CHANGELOG.md index a7469100..6a4bebae 100644 --- a/packages/agent-plugins/CHANGELOG.md +++ b/packages/agent-plugins/CHANGELOG.md @@ -1,5 +1,15 @@ # @windyroad/agent-plugins +## 0.2.0 + +### Minor Changes + +- 7c87fe5: Add `@windyroad/cruise` — token-quota pacing — and retire the seven-way throttle sync. + + `@windyroad/cruise` is a self-calibrating token-quota throttle for Claude Code. It reads your rate-limit usage, measures your actual burn, and paces your tool calls so you glide onto each window's pace line and converge on the reset — instead of sprinting into a hard rate-limit stop mid-session. It reserves a weekly headroom for your other Claude surfaces, never blocks, and fails open. Knobs live in a config file (`.claude/cruise.config.json` per project or `~/.claude/cruise.config.json` per machine); `WR_QUOTA_THROTTLE_DISABLE=1` pauses it. + + The seven governance plugins (architect, itil, jtbd, tdd, risk-scorer, style-guide, voice-tone) no longer ship the throttle — it now has a single home in `@windyroad/cruise`, installed as part of the default `npx @windyroad/agent-plugins` set. + ## 0.1.6 ### Patch Changes diff --git a/packages/agent-plugins/package.json b/packages/agent-plugins/package.json index ec5a88ea..0ad61bfe 100644 --- a/packages/agent-plugins/package.json +++ b/packages/agent-plugins/package.json @@ -1,6 +1,6 @@ { "name": "@windyroad/agent-plugins", - "version": "0.1.6", + "version": "0.2.0", "description": "One-command installer for all Windy Road AI agent plugins and skills", "bin": { "windyroad-agent-plugins": "./bin/install.mjs" diff --git a/packages/architect/.claude-plugin/plugin.json b/packages/architect/.claude-plugin/plugin.json index dda4e3d2..7594cffb 100644 --- a/packages/architect/.claude-plugin/plugin.json +++ b/packages/architect/.claude-plugin/plugin.json @@ -123,5 +123,5 @@ } }, "name": "wr-architect", - "version": "0.19.1" + "version": "0.20.0" } diff --git a/packages/architect/.codex-plugin/plugin.json b/packages/architect/.codex-plugin/plugin.json index 7c89c245..fa974a21 100644 --- a/packages/architect/.codex-plugin/plugin.json +++ b/packages/architect/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "wr-architect", - "version": "0.19.1", + "version": "0.20.0", "description": "Architecture decision enforcement for AI coding agents", "author": { "name": "Windy Road Technology", diff --git a/packages/architect/CHANGELOG.md b/packages/architect/CHANGELOG.md index bc57de2d..ebda3611 100644 --- a/packages/architect/CHANGELOG.md +++ b/packages/architect/CHANGELOG.md @@ -1,5 +1,15 @@ # @windyroad/architect +## 0.20.0 + +### Minor Changes + +- 7c87fe5: Add `@windyroad/cruise` — token-quota pacing — and retire the seven-way throttle sync. + + `@windyroad/cruise` is a self-calibrating token-quota throttle for Claude Code. It reads your rate-limit usage, measures your actual burn, and paces your tool calls so you glide onto each window's pace line and converge on the reset — instead of sprinting into a hard rate-limit stop mid-session. It reserves a weekly headroom for your other Claude surfaces, never blocks, and fails open. Knobs live in a config file (`.claude/cruise.config.json` per project or `~/.claude/cruise.config.json` per machine); `WR_QUOTA_THROTTLE_DISABLE=1` pauses it. + + The seven governance plugins (architect, itil, jtbd, tdd, risk-scorer, style-guide, voice-tone) no longer ship the throttle — it now has a single home in `@windyroad/cruise`, installed as part of the default `npx @windyroad/agent-plugins` set. + ## 0.19.1 ### Patch Changes diff --git a/packages/architect/package.json b/packages/architect/package.json index 869c0155..9ecf2f8e 100644 --- a/packages/architect/package.json +++ b/packages/architect/package.json @@ -1,6 +1,6 @@ { "name": "@windyroad/architect", - "version": "0.19.1", + "version": "0.20.0", "description": "Architecture decision enforcement for AI coding agents", "bin": { "windyroad-architect": "./bin/install.mjs" diff --git a/packages/cruise/.claude-plugin/plugin.json b/packages/cruise/.claude-plugin/plugin.json index 6f33b9ff..947e484d 100644 --- a/packages/cruise/.claude-plugin/plugin.json +++ b/packages/cruise/.claude-plugin/plugin.json @@ -6,5 +6,5 @@ "schema_version": "2.0" }, "name": "wr-cruise", - "version": "0.1.0" + "version": "0.2.0" } diff --git a/packages/cruise/CHANGELOG.md b/packages/cruise/CHANGELOG.md new file mode 100644 index 00000000..786f60ab --- /dev/null +++ b/packages/cruise/CHANGELOG.md @@ -0,0 +1,11 @@ +# @windyroad/cruise + +## 0.2.0 + +### Minor Changes + +- 7c87fe5: Add `@windyroad/cruise` — token-quota pacing — and retire the seven-way throttle sync. + + `@windyroad/cruise` is a self-calibrating token-quota throttle for Claude Code. It reads your rate-limit usage, measures your actual burn, and paces your tool calls so you glide onto each window's pace line and converge on the reset — instead of sprinting into a hard rate-limit stop mid-session. It reserves a weekly headroom for your other Claude surfaces, never blocks, and fails open. Knobs live in a config file (`.claude/cruise.config.json` per project or `~/.claude/cruise.config.json` per machine); `WR_QUOTA_THROTTLE_DISABLE=1` pauses it. + + The seven governance plugins (architect, itil, jtbd, tdd, risk-scorer, style-guide, voice-tone) no longer ship the throttle — it now has a single home in `@windyroad/cruise`, installed as part of the default `npx @windyroad/agent-plugins` set. diff --git a/packages/cruise/package.json b/packages/cruise/package.json index ce418735..133b3148 100644 --- a/packages/cruise/package.json +++ b/packages/cruise/package.json @@ -1,7 +1,7 @@ { "name": "@windyroad/cruise", - "version": "0.1.0", - "description": "Cruise \u2014 mechanical token-quota pacing for Claude Code (self-calibrating burn throttle)", + "version": "0.2.0", + "description": "Cruise — mechanical token-quota pacing for Claude Code (self-calibrating burn throttle)", "type": "module", "license": "MIT", "repository": { diff --git a/packages/itil/.claude-plugin/plugin.json b/packages/itil/.claude-plugin/plugin.json index 16749341..6fcd7eb8 100644 --- a/packages/itil/.claude-plugin/plugin.json +++ b/packages/itil/.claude-plugin/plugin.json @@ -497,5 +497,5 @@ } }, "name": "wr-itil", - "version": "0.58.0" + "version": "0.59.0" } diff --git a/packages/itil/CHANGELOG.md b/packages/itil/CHANGELOG.md index 493aa3c2..f8cfde17 100644 --- a/packages/itil/CHANGELOG.md +++ b/packages/itil/CHANGELOG.md @@ -1,5 +1,15 @@ # @windyroad/problem +## 0.59.0 + +### Minor Changes + +- 7c87fe5: Add `@windyroad/cruise` — token-quota pacing — and retire the seven-way throttle sync. + + `@windyroad/cruise` is a self-calibrating token-quota throttle for Claude Code. It reads your rate-limit usage, measures your actual burn, and paces your tool calls so you glide onto each window's pace line and converge on the reset — instead of sprinting into a hard rate-limit stop mid-session. It reserves a weekly headroom for your other Claude surfaces, never blocks, and fails open. Knobs live in a config file (`.claude/cruise.config.json` per project or `~/.claude/cruise.config.json` per machine); `WR_QUOTA_THROTTLE_DISABLE=1` pauses it. + + The seven governance plugins (architect, itil, jtbd, tdd, risk-scorer, style-guide, voice-tone) no longer ship the throttle — it now has a single home in `@windyroad/cruise`, installed as part of the default `npx @windyroad/agent-plugins` set. + ## 0.58.0 ### Minor Changes diff --git a/packages/itil/package.json b/packages/itil/package.json index 1a617c35..ae9a4951 100644 --- a/packages/itil/package.json +++ b/packages/itil/package.json @@ -1,6 +1,6 @@ { "name": "@windyroad/itil", - "version": "0.58.0", + "version": "0.59.0", "description": "ITIL-aligned IT service management for Claude Code (problem, and future incident/change skills)", "bin": { "windyroad-itil": "./bin/install.mjs" diff --git a/packages/jtbd/.claude-plugin/plugin.json b/packages/jtbd/.claude-plugin/plugin.json index 30e361ca..425a722a 100644 --- a/packages/jtbd/.claude-plugin/plugin.json +++ b/packages/jtbd/.claude-plugin/plugin.json @@ -90,5 +90,5 @@ } }, "name": "wr-jtbd", - "version": "0.12.15" + "version": "0.13.0" } diff --git a/packages/jtbd/CHANGELOG.md b/packages/jtbd/CHANGELOG.md index 622bf187..c817e9c4 100644 --- a/packages/jtbd/CHANGELOG.md +++ b/packages/jtbd/CHANGELOG.md @@ -1,5 +1,15 @@ # @windyroad/jtbd +## 0.13.0 + +### Minor Changes + +- 7c87fe5: Add `@windyroad/cruise` — token-quota pacing — and retire the seven-way throttle sync. + + `@windyroad/cruise` is a self-calibrating token-quota throttle for Claude Code. It reads your rate-limit usage, measures your actual burn, and paces your tool calls so you glide onto each window's pace line and converge on the reset — instead of sprinting into a hard rate-limit stop mid-session. It reserves a weekly headroom for your other Claude surfaces, never blocks, and fails open. Knobs live in a config file (`.claude/cruise.config.json` per project or `~/.claude/cruise.config.json` per machine); `WR_QUOTA_THROTTLE_DISABLE=1` pauses it. + + The seven governance plugins (architect, itil, jtbd, tdd, risk-scorer, style-guide, voice-tone) no longer ship the throttle — it now has a single home in `@windyroad/cruise`, installed as part of the default `npx @windyroad/agent-plugins` set. + ## 0.12.15 ### Patch Changes diff --git a/packages/jtbd/package.json b/packages/jtbd/package.json index a273d323..58ba2eed 100644 --- a/packages/jtbd/package.json +++ b/packages/jtbd/package.json @@ -1,6 +1,6 @@ { "name": "@windyroad/jtbd", - "version": "0.12.15", + "version": "0.13.0", "description": "Jobs-to-be-done enforcement for UI changes", "bin": { "windyroad-jtbd": "./bin/install.mjs" diff --git a/packages/risk-scorer/.claude-plugin/plugin.json b/packages/risk-scorer/.claude-plugin/plugin.json index b6ebf47c..7bc361d7 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.16.6" + "version": "0.17.0" } diff --git a/packages/risk-scorer/CHANGELOG.md b/packages/risk-scorer/CHANGELOG.md index 17745b31..6f889bc8 100644 --- a/packages/risk-scorer/CHANGELOG.md +++ b/packages/risk-scorer/CHANGELOG.md @@ -1,5 +1,15 @@ # @windyroad/risk-scorer +## 0.17.0 + +### Minor Changes + +- 7c87fe5: Add `@windyroad/cruise` — token-quota pacing — and retire the seven-way throttle sync. + + `@windyroad/cruise` is a self-calibrating token-quota throttle for Claude Code. It reads your rate-limit usage, measures your actual burn, and paces your tool calls so you glide onto each window's pace line and converge on the reset — instead of sprinting into a hard rate-limit stop mid-session. It reserves a weekly headroom for your other Claude surfaces, never blocks, and fails open. Knobs live in a config file (`.claude/cruise.config.json` per project or `~/.claude/cruise.config.json` per machine); `WR_QUOTA_THROTTLE_DISABLE=1` pauses it. + + The seven governance plugins (architect, itil, jtbd, tdd, risk-scorer, style-guide, voice-tone) no longer ship the throttle — it now has a single home in `@windyroad/cruise`, installed as part of the default `npx @windyroad/agent-plugins` set. + ## 0.16.6 ### Patch Changes diff --git a/packages/risk-scorer/package.json b/packages/risk-scorer/package.json index f326f44e..569391d1 100644 --- a/packages/risk-scorer/package.json +++ b/packages/risk-scorer/package.json @@ -1,6 +1,6 @@ { "name": "@windyroad/risk-scorer", - "version": "0.16.6", + "version": "0.17.0", "description": "Pipeline risk scoring, commit/push gates, and secret leak detection", "bin": { "windyroad-risk-scorer": "./bin/install.mjs" diff --git a/packages/style-guide/.claude-plugin/plugin.json b/packages/style-guide/.claude-plugin/plugin.json index edeaaebe..4335081f 100644 --- a/packages/style-guide/.claude-plugin/plugin.json +++ b/packages/style-guide/.claude-plugin/plugin.json @@ -79,5 +79,5 @@ } }, "name": "wr-style-guide", - "version": "0.4.9" + "version": "0.5.0" } diff --git a/packages/style-guide/CHANGELOG.md b/packages/style-guide/CHANGELOG.md index f3adafdf..2921ab01 100644 --- a/packages/style-guide/CHANGELOG.md +++ b/packages/style-guide/CHANGELOG.md @@ -1,5 +1,15 @@ # @windyroad/style-guide +## 0.5.0 + +### Minor Changes + +- 7c87fe5: Add `@windyroad/cruise` — token-quota pacing — and retire the seven-way throttle sync. + + `@windyroad/cruise` is a self-calibrating token-quota throttle for Claude Code. It reads your rate-limit usage, measures your actual burn, and paces your tool calls so you glide onto each window's pace line and converge on the reset — instead of sprinting into a hard rate-limit stop mid-session. It reserves a weekly headroom for your other Claude surfaces, never blocks, and fails open. Knobs live in a config file (`.claude/cruise.config.json` per project or `~/.claude/cruise.config.json` per machine); `WR_QUOTA_THROTTLE_DISABLE=1` pauses it. + + The seven governance plugins (architect, itil, jtbd, tdd, risk-scorer, style-guide, voice-tone) no longer ship the throttle — it now has a single home in `@windyroad/cruise`, installed as part of the default `npx @windyroad/agent-plugins` set. + ## 0.4.9 ### Patch Changes diff --git a/packages/style-guide/package.json b/packages/style-guide/package.json index 76705e73..d0da13a6 100644 --- a/packages/style-guide/package.json +++ b/packages/style-guide/package.json @@ -1,6 +1,6 @@ { "name": "@windyroad/style-guide", - "version": "0.4.9", + "version": "0.5.0", "description": "Style guide enforcement for CSS and UI components", "bin": { "windyroad-style-guide": "./bin/install.mjs" diff --git a/packages/tdd/.claude-plugin/plugin.json b/packages/tdd/.claude-plugin/plugin.json index c6b8b9c5..1cc678fc 100644 --- a/packages/tdd/.claude-plugin/plugin.json +++ b/packages/tdd/.claude-plugin/plugin.json @@ -101,5 +101,5 @@ } }, "name": "wr-tdd", - "version": "0.4.8" + "version": "0.5.0" } diff --git a/packages/tdd/CHANGELOG.md b/packages/tdd/CHANGELOG.md index 67805a83..79ae342e 100644 --- a/packages/tdd/CHANGELOG.md +++ b/packages/tdd/CHANGELOG.md @@ -1,5 +1,15 @@ # @windyroad/tdd +## 0.5.0 + +### Minor Changes + +- 7c87fe5: Add `@windyroad/cruise` — token-quota pacing — and retire the seven-way throttle sync. + + `@windyroad/cruise` is a self-calibrating token-quota throttle for Claude Code. It reads your rate-limit usage, measures your actual burn, and paces your tool calls so you glide onto each window's pace line and converge on the reset — instead of sprinting into a hard rate-limit stop mid-session. It reserves a weekly headroom for your other Claude surfaces, never blocks, and fails open. Knobs live in a config file (`.claude/cruise.config.json` per project or `~/.claude/cruise.config.json` per machine); `WR_QUOTA_THROTTLE_DISABLE=1` pauses it. + + The seven governance plugins (architect, itil, jtbd, tdd, risk-scorer, style-guide, voice-tone) no longer ship the throttle — it now has a single home in `@windyroad/cruise`, installed as part of the default `npx @windyroad/agent-plugins` set. + ## 0.4.8 ### Patch Changes diff --git a/packages/tdd/package.json b/packages/tdd/package.json index 73172e3f..4dea4ce2 100644 --- a/packages/tdd/package.json +++ b/packages/tdd/package.json @@ -1,6 +1,6 @@ { "name": "@windyroad/tdd", - "version": "0.4.8", + "version": "0.5.0", "description": "TDD state machine enforcement (Red-Green-Refactor cycle)", "bin": { "windyroad-tdd": "./bin/install.mjs" diff --git a/packages/voice-tone/.claude-plugin/plugin.json b/packages/voice-tone/.claude-plugin/plugin.json index 586779e7..4143a68c 100644 --- a/packages/voice-tone/.claude-plugin/plugin.json +++ b/packages/voice-tone/.claude-plugin/plugin.json @@ -123,5 +123,5 @@ } }, "name": "wr-voice-tone", - "version": "0.6.7" + "version": "0.7.0" } diff --git a/packages/voice-tone/CHANGELOG.md b/packages/voice-tone/CHANGELOG.md index 38657548..da9e2c42 100644 --- a/packages/voice-tone/CHANGELOG.md +++ b/packages/voice-tone/CHANGELOG.md @@ -1,5 +1,15 @@ # @windyroad/voice-tone +## 0.7.0 + +### Minor Changes + +- 7c87fe5: Add `@windyroad/cruise` — token-quota pacing — and retire the seven-way throttle sync. + + `@windyroad/cruise` is a self-calibrating token-quota throttle for Claude Code. It reads your rate-limit usage, measures your actual burn, and paces your tool calls so you glide onto each window's pace line and converge on the reset — instead of sprinting into a hard rate-limit stop mid-session. It reserves a weekly headroom for your other Claude surfaces, never blocks, and fails open. Knobs live in a config file (`.claude/cruise.config.json` per project or `~/.claude/cruise.config.json` per machine); `WR_QUOTA_THROTTLE_DISABLE=1` pauses it. + + The seven governance plugins (architect, itil, jtbd, tdd, risk-scorer, style-guide, voice-tone) no longer ship the throttle — it now has a single home in `@windyroad/cruise`, installed as part of the default `npx @windyroad/agent-plugins` set. + ## 0.6.7 ### Patch Changes diff --git a/packages/voice-tone/package.json b/packages/voice-tone/package.json index 12f0c736..ed6b45cf 100644 --- a/packages/voice-tone/package.json +++ b/packages/voice-tone/package.json @@ -1,6 +1,6 @@ { "name": "@windyroad/voice-tone", - "version": "0.6.7", + "version": "0.7.0", "description": "Voice and tone enforcement for user-facing copy", "bin": { "windyroad-voice-tone": "./bin/install.mjs"