From 5b9eb4662db65d5aff54b83ce38042e9b04eec30 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 22 Aug 2026 10:15:27 +0000 Subject: [PATCH] chore: version packages --- .changeset/itil-codex-pilot.md | 7 ------- packages/itil/.claude-plugin/plugin.json | 2 +- packages/itil/.codex-plugin/plugin.json | 16 +++++++++++++--- packages/itil/CHANGELOG.md | 8 ++++++++ packages/itil/package.json | 2 +- 5 files changed, 23 insertions(+), 12 deletions(-) delete mode 100644 .changeset/itil-codex-pilot.md diff --git a/.changeset/itil-codex-pilot.md b/.changeset/itil-codex-pilot.md deleted file mode 100644 index 6d9a2982..00000000 --- a/.changeset/itil-codex-pilot.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@windyroad/itil": major ---- - -Add complete Codex support for all ITIL skills, the exact hang-off-check agent, five consolidated lifecycle hooks, and runtime-aware installation while preserving Claude Code compatibility. - -**Breaking:** `capture-rfc` now draws a problem-traced release row with delivery stories instead of creating a standalone RFC document. New RFC documents, the RFC capture marker, and its command shim are retired; existing RFC documents remain editable for legacy lifecycle transitions. diff --git a/packages/itil/.claude-plugin/plugin.json b/packages/itil/.claude-plugin/plugin.json index aab3a40b..bbca895d 100644 --- a/packages/itil/.claude-plugin/plugin.json +++ b/packages/itil/.claude-plugin/plugin.json @@ -497,5 +497,5 @@ } }, "name": "wr-itil", - "version": "1.2.0" + "version": "2.0.0" } diff --git a/packages/itil/.codex-plugin/plugin.json b/packages/itil/.codex-plugin/plugin.json index 89ba653d..7d2bef90 100644 --- a/packages/itil/.codex-plugin/plugin.json +++ b/packages/itil/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "wr-itil", - "version": "1.2.0", + "version": "2.0.0", "description": "ITIL problem-management workflows for AI coding agents", "author": { "name": "Windy Road Technology", @@ -9,7 +9,13 @@ "homepage": "https://github.com/windyroad/agent-plugins/tree/main/packages/itil", "repository": "https://github.com/windyroad/agent-plugins", "license": "MIT", - "keywords": ["itil", "problem-management", "governance", "codex", "claude-code"], + "keywords": [ + "itil", + "problem-management", + "governance", + "codex", + "claude-code" + ], "skills": "./skills-codex/", "interface": { "displayName": "Windy Road ITIL", @@ -17,7 +23,11 @@ "longDescription": "Complete ITIL workflow support for Codex: capture, prioritise, investigate, transition, review, reconcile, and report service-management records.", "developerName": "Windy Road Technology", "category": "Developer Tools", - "capabilities": ["Interactive", "Read", "Write"], + "capabilities": [ + "Interactive", + "Read", + "Write" + ], "websiteURL": "https://windyroad.com.au", "privacyPolicyURL": "https://windyroad.com.au/privacy", "termsOfServiceURL": "https://windyroad.com.au/terms", diff --git a/packages/itil/CHANGELOG.md b/packages/itil/CHANGELOG.md index 7399da37..059f03b9 100644 --- a/packages/itil/CHANGELOG.md +++ b/packages/itil/CHANGELOG.md @@ -1,5 +1,13 @@ # @windyroad/problem +## 2.0.0 + +### Major Changes + +- c724a82: Add complete Codex support for all ITIL skills, the exact hang-off-check agent, five consolidated lifecycle hooks, and runtime-aware installation while preserving Claude Code compatibility. + + **Breaking:** `capture-rfc` now draws a problem-traced release row with delivery stories instead of creating a standalone RFC document. New RFC documents, the RFC capture marker, and its command shim are retired; existing RFC documents remain editable for legacy lifecycle transitions. + ## 1.2.0 ### Minor Changes diff --git a/packages/itil/package.json b/packages/itil/package.json index 8d489605..46ed727a 100644 --- a/packages/itil/package.json +++ b/packages/itil/package.json @@ -1,6 +1,6 @@ { "name": "@windyroad/itil", - "version": "1.2.0", + "version": "2.0.0", "description": "ITIL-aligned IT service management for Claude Code and Codex", "bin": { "windyroad-itil": "./bin/install.mjs"