@ai-bro/codex-plugin 1.0.29 → 1.0.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.
package/README.md CHANGED
@@ -1 +1 @@
1
- npm 包仅供 AI Bro Client 配合使用,独立安装无效。
1
+ This npm package distributes the AI Bro Plugin. The `ai-bro` Skill and MCP capabilities connect to AI Bro Client Runtime, while the independent `ai-bro-dev` Skill and CLI configure incremental multi-project builds and manage development processes through PM2.
package/artifact.sha256 CHANGED
@@ -1 +1 @@
1
- 52b3af16e7c12ec9374852abf6fd024e8db8b6708c5f5290e885d0905210c548 artifact.tgz
1
+ 39f54040caf71c3b1ab159321729cb74926b4beeacb1d04f482811ba9a55ad73 artifact.tgz
package/artifact.tgz CHANGED
Binary file
package/manifest.json CHANGED
@@ -1,16 +1,21 @@
1
1
  {
2
2
  "schemaVersion": 1,
3
3
  "component": "codex-plugin",
4
- "version": "1.0.29",
4
+ "version": "1.0.31",
5
5
  "requires": {
6
- "client-host": ">=1.0.62"
6
+ "client-host": ">=1.0.64"
7
7
  },
8
8
  "files": [
9
+ "payload/.ai-bro-dev/project.json",
10
+ "payload/.ai-bro-dev/state/artifact.json",
11
+ "payload/.ai-bro-dev/state/artifact.success",
9
12
  "payload/.codex-plugin/plugin.json",
10
13
  "payload/.gitignore",
11
14
  "payload/.mcp.json",
12
15
  "payload/assets/ai-bro_128.png",
13
16
  "payload/assets/ai-bro_32.png",
17
+ "payload/bin/ai-bro-dev",
18
+ "payload/install.sh",
14
19
  "payload/mcp/mcp-stdio.mjs",
15
20
  "payload/npm_readme.md",
16
21
  "payload/release-manifest.json",
@@ -45,6 +50,12 @@
45
50
  "payload/skills/ai-bro/references/workflows/requirement-change-workflow.md",
46
51
  "payload/skills/ai-bro/references/workflows/task-closeout-workflow.md",
47
52
  "payload/skills/ai-bro/references/workflows/task-product-progress-workflow.md",
48
- "payload/skills/ai-bro/SKILL.md"
53
+ "payload/skills/ai-bro/SKILL.md",
54
+ "payload/skills/ai-bro-dev/agents/openai.yaml",
55
+ "payload/skills/ai-bro-dev/references/adapter-rules.md",
56
+ "payload/skills/ai-bro-dev/references/command-check.md",
57
+ "payload/skills/ai-bro-dev/references/project-config.md",
58
+ "payload/skills/ai-bro-dev/scripts/ai_bro_dev.mjs",
59
+ "payload/skills/ai-bro-dev/SKILL.md"
49
60
  ]
50
61
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-bro/codex-plugin",
3
- "version": "1.0.29",
3
+ "version": "1.0.31",
4
4
  "description": "AI Bro immutable component artifact for @ai-bro/codex-plugin",
5
5
  "license": "UNLICENSED",
6
6
  "files": [