@ai-bro/codex-plugin 1.0.26 → 1.0.28
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 +3 -2
- package/package.json +1 -1
package/artifact.sha256
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
585d1c991a06f768cdbb95dce77f004a8f993ee660c4bdab9ad761cf42519f1a 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.28",
|
|
5
5
|
"requires": {
|
|
6
|
-
"client-host": ">=1.0.
|
|
6
|
+
"client-host": ">=1.0.59"
|
|
7
7
|
},
|
|
8
8
|
"files": [
|
|
9
9
|
"payload/.codex-plugin/plugin.json",
|
|
@@ -43,6 +43,7 @@
|
|
|
43
43
|
"payload/skills/ai-bro/references/workflows/bugfix-workflow.md",
|
|
44
44
|
"payload/skills/ai-bro/references/workflows/README.md",
|
|
45
45
|
"payload/skills/ai-bro/references/workflows/requirement-change-workflow.md",
|
|
46
|
+
"payload/skills/ai-bro/references/workflows/task-closeout-workflow.md",
|
|
46
47
|
"payload/skills/ai-bro/references/workflows/task-product-progress-workflow.md",
|
|
47
48
|
"payload/skills/ai-bro/SKILL.md"
|
|
48
49
|
]
|