@windyroad/agent-plugins 0.1.4 → 0.1.5-preview.61

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/bin/install.mjs +2 -2
  2. package/package.json +1 -1
package/bin/install.mjs CHANGED
@@ -14,7 +14,7 @@ const PLUGINS = [
14
14
  "wr-jtbd",
15
15
  "wr-tdd",
16
16
  "wr-retrospective",
17
- "wr-problem",
17
+ "wr-itil",
18
18
  "wr-c4",
19
19
  "wr-wardley",
20
20
  "wr-connect",
@@ -39,7 +39,7 @@ Options:
39
39
 
40
40
  Available plugins:
41
41
  architect, risk-scorer, voice-tone, style-guide, jtbd,
42
- tdd, problem, retrospective, c4, wardley, connect
42
+ tdd, itil, retrospective, c4, wardley, connect
43
43
 
44
44
  Examples:
45
45
  npx @windyroad/agent-plugins
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@windyroad/agent-plugins",
3
- "version": "0.1.4",
3
+ "version": "0.1.5-preview.61",
4
4
  "description": "One-command installer for all Windy Road AI agent plugins and skills",
5
5
  "bin": {
6
6
  "windyroad-agent-plugins": "./bin/install.mjs"