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
7 changes: 0 additions & 7 deletions .changeset/itil-codex-pilot.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/itil/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -497,5 +497,5 @@
}
},
"name": "wr-itil",
"version": "1.2.0"
"version": "2.0.0"
}
16 changes: 13 additions & 3 deletions packages/itil/.codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -9,15 +9,25 @@
"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",
"shortDescription": "Manage ITIL problems, incidents, RFCs, stories, and maps",
"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",
Expand Down
8 changes: 8 additions & 0 deletions packages/itil/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/itil/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down