@ai-bro/codex-plugin 1.0.32 → 1.0.34
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/artifact.sha256 +1 -1
- package/artifact.tgz +0 -0
- package/manifest.json +2 -3
- package/package.json +1 -1
package/artifact.sha256
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
1c836b812c45fcde3f71556b7208dc84d4aa9458bb734083e3090358bb9d4af8 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.34",
|
|
5
5
|
"requires": {
|
|
6
|
-
"client-host": ">=1.0.
|
|
6
|
+
"client-host": ">=1.0.67"
|
|
7
7
|
},
|
|
8
8
|
"files": [
|
|
9
9
|
"payload/.ai-bro-dev/project.json",
|
|
@@ -76,7 +76,6 @@
|
|
|
76
76
|
"payload/skills/ai-bro-dev/references/command-check.md",
|
|
77
77
|
"payload/skills/ai-bro-dev/references/project-config.md",
|
|
78
78
|
"payload/skills/ai-bro-dev/scripts/ai_bro_dev.mjs",
|
|
79
|
-
"payload/skills/ai-bro-dev/scripts/ai_bro_dev.test.mjs",
|
|
80
79
|
"payload/skills/ai-bro-dev/SKILL.md",
|
|
81
80
|
"payload/THIRD_PARTY_NOTICES.md"
|
|
82
81
|
]
|