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
11 changes: 0 additions & 11 deletions .changeset/quiet-roads-codex.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/c4/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
}
},
"name": "wr-c4",
"version": "0.1.7"
"version": "0.2.0"
}
26 changes: 21 additions & 5 deletions packages/c4/.codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,40 @@
{
"name": "wr-c4",
"version": "0.1.7",
"version": "0.2.0",
"description": "C4 architecture diagram generation and validation",
"author": { "name": "Windy Road Technology", "url": "https://windyroad.com.au" },
"author": {
"name": "Windy Road Technology",
"url": "https://windyroad.com.au"
},
"homepage": "https://github.com/windyroad/agent-plugins/tree/main/packages/c4",
"repository": "https://github.com/windyroad/agent-plugins",
"license": "MIT",
"keywords": ["c4", "architecture", "diagrams", "codex", "claude-code"],
"keywords": [
"c4",
"architecture",
"diagrams",
"codex",
"claude-code"
],
"skills": "./skills/",
"interface": {
"displayName": "Windy Road C4",
"shortDescription": "Generate and validate C4 architecture diagrams",
"longDescription": "Generate C4 architecture diagrams from a codebase and validate existing diagrams against C4 structure and notation.",
"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",
"defaultPrompt": ["Generate a C4 diagram for this codebase", "Check these C4 diagrams"],
"defaultPrompt": [
"Generate a C4 diagram for this codebase",
"Check these C4 diagrams"
],
"brandColor": "#475569",
"screenshots": []
}
Expand Down
6 changes: 6 additions & 0 deletions packages/c4/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @windyroad/c4

## 0.2.0

### Minor Changes

- da73dc5: Add complete Codex plugin surfaces, exact-version installers, runtime projections, hook compatibility, and native custom-agent installation while preserving Claude Code as the default runtime.

## 0.1.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/c4/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@windyroad/c4",
"version": "0.1.7",
"version": "0.2.0",
"description": "C4 architecture diagram generation and validation",
"bin": {
"windyroad-c4": "./bin/install.mjs"
Expand Down
2 changes: 1 addition & 1 deletion packages/connect/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@
}
},
"name": "wr-connect",
"version": "0.3.10"
"version": "0.4.0"
}
26 changes: 21 additions & 5 deletions packages/connect/.codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,40 @@
{
"name": "wr-connect",
"version": "0.3.10",
"version": "0.4.0",
"description": "Connect coding-agent sessions across repositories via Discord",
"author": { "name": "Windy Road Technology", "url": "https://windyroad.com.au" },
"author": {
"name": "Windy Road Technology",
"url": "https://windyroad.com.au"
},
"homepage": "https://github.com/windyroad/agent-plugins/tree/main/packages/connect",
"repository": "https://github.com/windyroad/agent-plugins",
"license": "MIT",
"keywords": ["collaboration", "discord", "cross-repo", "codex", "claude-code"],
"keywords": [
"collaboration",
"discord",
"cross-repo",
"codex",
"claude-code"
],
"skills": "./skills/",
"interface": {
"displayName": "Windy Road Connect",
"shortDescription": "Connect sessions across repositories via Discord",
"longDescription": "Set up and use an experimental Discord bridge for coordinating coding-agent sessions across repositories.",
"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",
"defaultPrompt": ["Set up Windy Road Connect", "Send a message to another repository session"],
"defaultPrompt": [
"Set up Windy Road Connect",
"Send a message to another repository session"
],
"brandColor": "#5865F2",
"screenshots": []
}
Expand Down
6 changes: 6 additions & 0 deletions packages/connect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @windyroad/connect

## 0.4.0

### Minor Changes

- da73dc5: Add complete Codex plugin surfaces, exact-version installers, runtime projections, hook compatibility, and native custom-agent installation while preserving Claude Code as the default runtime.

## 0.3.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/connect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@windyroad/connect",
"version": "0.3.10",
"version": "0.4.0",
"description": "Connect Claude Code sessions across repos via Discord (experimental)",
"bin": {
"windyroad-connect": "./bin/install.mjs"
Expand Down
2 changes: 1 addition & 1 deletion packages/jtbd/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,5 @@
}
},
"name": "wr-jtbd",
"version": "0.13.3"
"version": "0.14.0"
}
27 changes: 22 additions & 5 deletions packages/jtbd/.codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,41 @@
{
"name": "wr-jtbd",
"version": "0.13.3",
"version": "0.14.0",
"description": "Jobs-to-be-done governance for product changes",
"author": { "name": "Windy Road Technology", "url": "https://windyroad.com.au" },
"author": {
"name": "Windy Road Technology",
"url": "https://windyroad.com.au"
},
"homepage": "https://github.com/windyroad/agent-plugins/tree/main/packages/jtbd",
"repository": "https://github.com/windyroad/agent-plugins",
"license": "MIT",
"keywords": ["jtbd", "product", "personas", "governance", "codex", "claude-code"],
"keywords": [
"jtbd",
"product",
"personas",
"governance",
"codex",
"claude-code"
],
"skills": "./skills/",
"interface": {
"displayName": "Windy Road JTBD",
"shortDescription": "Govern changes with jobs and personas",
"longDescription": "Review product changes against documented jobs and personas, update the JTBD guide, and confirm human oversight.",
"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",
"defaultPrompt": ["Review these changes against our jobs and personas", "Update the JTBD guide"],
"defaultPrompt": [
"Review these changes against our jobs and personas",
"Update the JTBD guide"
],
"brandColor": "#7C3AED",
"screenshots": []
}
Expand Down
6 changes: 6 additions & 0 deletions packages/jtbd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @windyroad/jtbd

## 0.14.0

### Minor Changes

- da73dc5: Add complete Codex plugin surfaces, exact-version installers, runtime projections, hook compatibility, and native custom-agent installation while preserving Claude Code as the default runtime.

## 0.13.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/jtbd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@windyroad/jtbd",
"version": "0.13.3",
"version": "0.14.0",
"description": "Jobs-to-be-done enforcement for UI changes",
"bin": {
"windyroad-jtbd": "./bin/install.mjs"
Expand Down
2 changes: 1 addition & 1 deletion packages/retrospective/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,5 @@
}
},
"name": "wr-retrospective",
"version": "0.27.5"
"version": "0.28.0"
}
26 changes: 21 additions & 5 deletions packages/retrospective/.codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,40 @@
{
"name": "wr-retrospective",
"version": "0.27.5",
"version": "0.28.0",
"description": "Session retrospectives, context analysis, and briefing maintenance",
"author": { "name": "Windy Road Technology", "url": "https://windyroad.com.au" },
"author": {
"name": "Windy Road Technology",
"url": "https://windyroad.com.au"
},
"homepage": "https://github.com/windyroad/agent-plugins/tree/main/packages/retrospective",
"repository": "https://github.com/windyroad/agent-plugins",
"license": "MIT",
"keywords": ["retrospective", "briefing", "context", "codex", "claude-code"],
"keywords": [
"retrospective",
"briefing",
"context",
"codex",
"claude-code"
],
"skills": "./skills/",
"interface": {
"displayName": "Windy Road Retrospective",
"shortDescription": "Run retrospectives and maintain briefings",
"longDescription": "Analyse session context, run evidence-based retrospectives, maintain project briefings, and capture improvement work.",
"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",
"defaultPrompt": ["Run a retrospective for this session", "Analyse current context usage"],
"defaultPrompt": [
"Run a retrospective for this session",
"Analyse current context usage"
],
"brandColor": "#0F766E",
"screenshots": []
}
Expand Down
6 changes: 6 additions & 0 deletions packages/retrospective/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @windyroad/retrospective

## 0.28.0

### Minor Changes

- da73dc5: Add complete Codex plugin surfaces, exact-version installers, runtime projections, hook compatibility, and native custom-agent installation while preserving Claude Code as the default runtime.

## 0.27.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/retrospective/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@windyroad/retrospective",
"version": "0.27.5",
"version": "0.28.0",
"description": "Session retrospectives that update briefings and create problem tickets",
"bin": {
"windyroad-retrospective": "./bin/install.mjs"
Expand Down
2 changes: 1 addition & 1 deletion packages/style-guide/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,5 @@
}
},
"name": "wr-style-guide",
"version": "0.5.3"
"version": "0.6.0"
}
26 changes: 21 additions & 5 deletions packages/style-guide/.codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,40 @@
{
"name": "wr-style-guide",
"version": "0.5.3",
"version": "0.6.0",
"description": "Style-guide governance for CSS and UI components",
"author": { "name": "Windy Road Technology", "url": "https://windyroad.com.au" },
"author": {
"name": "Windy Road Technology",
"url": "https://windyroad.com.au"
},
"homepage": "https://github.com/windyroad/agent-plugins/tree/main/packages/style-guide",
"repository": "https://github.com/windyroad/agent-plugins",
"license": "MIT",
"keywords": ["style-guide", "css", "design-system", "codex", "claude-code"],
"keywords": [
"style-guide",
"css",
"design-system",
"codex",
"claude-code"
],
"skills": "./skills/",
"interface": {
"displayName": "Windy Road Style Guide",
"shortDescription": "Govern CSS and UI styling changes",
"longDescription": "Review visual changes against a project style guide and keep the guide aligned with established design patterns.",
"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",
"defaultPrompt": ["Review this styling change against the style guide", "Update the project style guide"],
"defaultPrompt": [
"Review this styling change against the style guide",
"Update the project style guide"
],
"brandColor": "#DB2777",
"screenshots": []
}
Expand Down
6 changes: 6 additions & 0 deletions packages/style-guide/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @windyroad/style-guide

## 0.6.0

### Minor Changes

- da73dc5: Add complete Codex plugin surfaces, exact-version installers, runtime projections, hook compatibility, and native custom-agent installation while preserving Claude Code as the default runtime.

## 0.5.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/style-guide/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@windyroad/style-guide",
"version": "0.5.3",
"version": "0.6.0",
"description": "Style guide enforcement for CSS and UI components",
"bin": {
"windyroad-style-guide": "./bin/install.mjs"
Expand Down
2 changes: 1 addition & 1 deletion packages/tdd/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,5 +101,5 @@
}
},
"name": "wr-tdd",
"version": "0.5.3"
"version": "0.6.0"
}
Loading