@ai-bro/codex-plugin 1.0.30 → 1.0.32
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 +29 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
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.
|
package/artifact.sha256
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
0a0b5f42e83d68641354c23983f1d2db9d4b88e7c7fc965e9f3002d97de04933 artifact.tgz
|
package/artifact.tgz
CHANGED
|
Binary file
|
package/manifest.json
CHANGED
|
@@ -1,21 +1,44 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": 1,
|
|
3
3
|
"component": "codex-plugin",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.32",
|
|
5
5
|
"requires": {
|
|
6
|
-
"client-host": ">=1.0.
|
|
6
|
+
"client-host": ">=1.0.65"
|
|
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",
|
|
12
|
+
"payload/.ai-bro-dev/state/build.json",
|
|
13
|
+
"payload/.ai-bro-dev/state/build.success",
|
|
9
14
|
"payload/.codex-plugin/plugin.json",
|
|
10
15
|
"payload/.gitignore",
|
|
11
16
|
"payload/.mcp.json",
|
|
12
17
|
"payload/assets/ai-bro_128.png",
|
|
13
18
|
"payload/assets/ai-bro_32.png",
|
|
14
19
|
"payload/bin/ai-bro-dev",
|
|
20
|
+
"payload/bin/ai-bro-dev.source.mjs",
|
|
21
|
+
"payload/bun.lock",
|
|
15
22
|
"payload/install.sh",
|
|
16
23
|
"payload/mcp/mcp-stdio.mjs",
|
|
24
|
+
"payload/node_modules/commander/esm.mjs",
|
|
25
|
+
"payload/node_modules/commander/index.js",
|
|
26
|
+
"payload/node_modules/commander/lib/argument.js",
|
|
27
|
+
"payload/node_modules/commander/lib/command.js",
|
|
28
|
+
"payload/node_modules/commander/lib/error.js",
|
|
29
|
+
"payload/node_modules/commander/lib/help.js",
|
|
30
|
+
"payload/node_modules/commander/lib/option.js",
|
|
31
|
+
"payload/node_modules/commander/lib/suggestSimilar.js",
|
|
32
|
+
"payload/node_modules/commander/LICENSE",
|
|
33
|
+
"payload/node_modules/commander/package-support.json",
|
|
34
|
+
"payload/node_modules/commander/package.json",
|
|
35
|
+
"payload/node_modules/commander/Readme.md",
|
|
36
|
+
"payload/node_modules/commander/typings/esm.d.mts",
|
|
37
|
+
"payload/node_modules/commander/typings/index.d.ts",
|
|
17
38
|
"payload/npm_readme.md",
|
|
39
|
+
"payload/package.json",
|
|
18
40
|
"payload/release-manifest.json",
|
|
41
|
+
"payload/scripts/build-dev-artifact.sh",
|
|
19
42
|
"payload/skills/ai-bro/agents/openai.yaml",
|
|
20
43
|
"payload/skills/ai-bro/references/capabilities/engineering/agents-template.md",
|
|
21
44
|
"payload/skills/ai-bro/references/capabilities/engineering/bugfix.md",
|
|
@@ -50,8 +73,11 @@
|
|
|
50
73
|
"payload/skills/ai-bro/SKILL.md",
|
|
51
74
|
"payload/skills/ai-bro-dev/agents/openai.yaml",
|
|
52
75
|
"payload/skills/ai-bro-dev/references/adapter-rules.md",
|
|
76
|
+
"payload/skills/ai-bro-dev/references/command-check.md",
|
|
53
77
|
"payload/skills/ai-bro-dev/references/project-config.md",
|
|
54
78
|
"payload/skills/ai-bro-dev/scripts/ai_bro_dev.mjs",
|
|
55
|
-
"payload/skills/ai-bro-dev/
|
|
79
|
+
"payload/skills/ai-bro-dev/scripts/ai_bro_dev.test.mjs",
|
|
80
|
+
"payload/skills/ai-bro-dev/SKILL.md",
|
|
81
|
+
"payload/THIRD_PARTY_NOTICES.md"
|
|
56
82
|
]
|
|
57
83
|
}
|