@ai-bro/codex-plugin 1.0.31 → 1.0.33
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 +25 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -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
|
|
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
|
+
88686096a927af27d19d9a8a3d293db371c33f38e99d428a7b1c237fe67eef36 artifact.tgz
|
package/artifact.tgz
CHANGED
|
Binary file
|
package/manifest.json
CHANGED
|
@@ -1,24 +1,44 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": 1,
|
|
3
3
|
"component": "codex-plugin",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.33",
|
|
5
5
|
"requires": {
|
|
6
|
-
"client-host": ">=1.0.
|
|
6
|
+
"client-host": ">=1.0.66"
|
|
7
7
|
},
|
|
8
8
|
"files": [
|
|
9
9
|
"payload/.ai-bro-dev/project.json",
|
|
10
10
|
"payload/.ai-bro-dev/state/artifact.json",
|
|
11
11
|
"payload/.ai-bro-dev/state/artifact.success",
|
|
12
|
+
"payload/.ai-bro-dev/state/build.json",
|
|
13
|
+
"payload/.ai-bro-dev/state/build.success",
|
|
12
14
|
"payload/.codex-plugin/plugin.json",
|
|
13
15
|
"payload/.gitignore",
|
|
14
16
|
"payload/.mcp.json",
|
|
15
17
|
"payload/assets/ai-bro_128.png",
|
|
16
18
|
"payload/assets/ai-bro_32.png",
|
|
17
19
|
"payload/bin/ai-bro-dev",
|
|
20
|
+
"payload/bin/ai-bro-dev.source.mjs",
|
|
21
|
+
"payload/bun.lock",
|
|
18
22
|
"payload/install.sh",
|
|
19
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",
|
|
20
38
|
"payload/npm_readme.md",
|
|
39
|
+
"payload/package.json",
|
|
21
40
|
"payload/release-manifest.json",
|
|
41
|
+
"payload/scripts/build-dev-artifact.sh",
|
|
22
42
|
"payload/skills/ai-bro/agents/openai.yaml",
|
|
23
43
|
"payload/skills/ai-bro/references/capabilities/engineering/agents-template.md",
|
|
24
44
|
"payload/skills/ai-bro/references/capabilities/engineering/bugfix.md",
|
|
@@ -56,6 +76,8 @@
|
|
|
56
76
|
"payload/skills/ai-bro-dev/references/command-check.md",
|
|
57
77
|
"payload/skills/ai-bro-dev/references/project-config.md",
|
|
58
78
|
"payload/skills/ai-bro-dev/scripts/ai_bro_dev.mjs",
|
|
59
|
-
"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"
|
|
60
82
|
]
|
|
61
83
|
}
|