@ai-bro/codex-plugin 1.0.28 → 1.0.30
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 +1 -1
- package/artifact.sha256 +1 -1
- package/artifact.tgz +0 -0
- package/manifest.json +10 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
此 npm
|
|
1
|
+
此 npm 包分发 AI Bro Plugin。`ai-bro` Skill 与 MCP 能力连接 AI Bro Client Runtime;`ai-bro-dev` Skill 和 CLI 可独立配置增量多项目构建,并通过 PM2 管理开发进程。
|
package/artifact.sha256
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
97a27c71502496858c68c77642bf900c8f0fb2053f3aaa626d4e044936b864fc artifact.tgz
|
package/artifact.tgz
CHANGED
|
Binary file
|
package/manifest.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": 1,
|
|
3
3
|
"component": "codex-plugin",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.30",
|
|
5
5
|
"requires": {
|
|
6
|
-
"client-host": ">=1.0.
|
|
6
|
+
"client-host": ">=1.0.63"
|
|
7
7
|
},
|
|
8
8
|
"files": [
|
|
9
9
|
"payload/.codex-plugin/plugin.json",
|
|
@@ -11,6 +11,8 @@
|
|
|
11
11
|
"payload/.mcp.json",
|
|
12
12
|
"payload/assets/ai-bro_128.png",
|
|
13
13
|
"payload/assets/ai-bro_32.png",
|
|
14
|
+
"payload/bin/ai-bro-dev",
|
|
15
|
+
"payload/install.sh",
|
|
14
16
|
"payload/mcp/mcp-stdio.mjs",
|
|
15
17
|
"payload/npm_readme.md",
|
|
16
18
|
"payload/release-manifest.json",
|
|
@@ -45,6 +47,11 @@
|
|
|
45
47
|
"payload/skills/ai-bro/references/workflows/requirement-change-workflow.md",
|
|
46
48
|
"payload/skills/ai-bro/references/workflows/task-closeout-workflow.md",
|
|
47
49
|
"payload/skills/ai-bro/references/workflows/task-product-progress-workflow.md",
|
|
48
|
-
"payload/skills/ai-bro/SKILL.md"
|
|
50
|
+
"payload/skills/ai-bro/SKILL.md",
|
|
51
|
+
"payload/skills/ai-bro-dev/agents/openai.yaml",
|
|
52
|
+
"payload/skills/ai-bro-dev/references/adapter-rules.md",
|
|
53
|
+
"payload/skills/ai-bro-dev/references/project-config.md",
|
|
54
|
+
"payload/skills/ai-bro-dev/scripts/ai_bro_dev.mjs",
|
|
55
|
+
"payload/skills/ai-bro-dev/SKILL.md"
|
|
49
56
|
]
|
|
50
57
|
}
|