@evo-dev/evodev 0.0.1-alpha.17 → 0.0.1-alpha.18

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.
@@ -4,13 +4,13 @@
4
4
  "name": "EvoDev"
5
5
  },
6
6
  "description": "EvoDev Claude Code hook plugins for AI-assisted R&D workflows.",
7
- "version": "0.0.1-alpha.17",
7
+ "version": "0.0.1-alpha.18",
8
8
  "plugins": [
9
9
  {
10
10
  "name": "evodev",
11
11
  "source": "./packages/plugin",
12
12
  "description": "EvoDev hook integration for disciplined AI coding workflows.",
13
- "version": "0.0.1-alpha.17",
13
+ "version": "0.0.1-alpha.18",
14
14
  "author": {
15
15
  "name": "EvoDev"
16
16
  },
package/dist/index.js CHANGED
@@ -43010,7 +43010,7 @@ function getHelpText() {
43010
43010
  ].join(`
43011
43011
  `);
43012
43012
  }
43013
- var CLI_VERSION = "0.0.1-alpha.17";
43013
+ var CLI_VERSION = "0.0.1-alpha.18";
43014
43014
  function getVersionText() {
43015
43015
  return `evodev ${CLI_VERSION}`;
43016
43016
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "evodev",
3
3
  "description": "EvoDev hook, skill, and Teams MCP integration for disciplined AI coding workflows.",
4
- "version": "0.0.1-alpha.17",
4
+ "version": "0.0.1-alpha.18",
5
5
  "author": {
6
6
  "name": "EvoDev"
7
7
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "evodev",
3
- "version": "0.0.1-alpha.17",
3
+ "version": "0.0.1-alpha.18",
4
4
  "description": "EvoDev hook, skill, and Teams MCP integration for disciplined AI coding workflows.",
5
5
  "author": {
6
6
  "name": "EvoDev"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@evo-dev/plugin",
3
- "version": "0.0.1-alpha.17",
3
+ "version": "0.0.1-alpha.18",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": "./hooks/index.ts"