@windyroad/agent-plugins 0.1.3 → 0.1.4-preview.31

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 -1
  2. package/package.json +1 -1
package/bin/install.mjs CHANGED
@@ -17,6 +17,7 @@ const PLUGINS = [
17
17
  "wr-problem",
18
18
  "wr-c4",
19
19
  "wr-wardley",
20
+ "wr-connect",
20
21
  ];
21
22
 
22
23
  const HELP = `
@@ -38,7 +39,7 @@ Options:
38
39
 
39
40
  Available plugins:
40
41
  architect, risk-scorer, voice-tone, style-guide, jtbd,
41
- tdd, problem, retrospective, c4, wardley
42
+ tdd, problem, retrospective, c4, wardley, connect
42
43
 
43
44
  Examples:
44
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.3",
3
+ "version": "0.1.4-preview.31",
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"