@ai-bro/codex-plugin 1.0.30 → 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 Plugin。`ai-bro` Skill MCP 能力连接 AI Bro Client Runtime;`ai-bro-dev` Skill CLI 可独立配置增量多项目构建,并通过 PM2 管理开发进程。
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
- 97a27c71502496858c68c77642bf900c8f0fb2053f3aaa626d4e044936b864fc artifact.tgz
1
+ 39f54040caf71c3b1ab159321729cb74926b4beeacb1d04f482811ba9a55ad73 artifact.tgz
package/artifact.tgz CHANGED
Binary file
package/manifest.json CHANGED
@@ -1,11 +1,14 @@
1
1
  {
2
2
  "schemaVersion": 1,
3
3
  "component": "codex-plugin",
4
- "version": "1.0.30",
4
+ "version": "1.0.31",
5
5
  "requires": {
6
- "client-host": ">=1.0.63"
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",
@@ -50,6 +53,7 @@
50
53
  "payload/skills/ai-bro/SKILL.md",
51
54
  "payload/skills/ai-bro-dev/agents/openai.yaml",
52
55
  "payload/skills/ai-bro-dev/references/adapter-rules.md",
56
+ "payload/skills/ai-bro-dev/references/command-check.md",
53
57
  "payload/skills/ai-bro-dev/references/project-config.md",
54
58
  "payload/skills/ai-bro-dev/scripts/ai_bro_dev.mjs",
55
59
  "payload/skills/ai-bro-dev/SKILL.md"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-bro/codex-plugin",
3
- "version": "1.0.30",
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": [