@a5c-ai/babysitter-codex 0.1.6-staging.dd5dc0db → 0.1.6-staging.f079a57a
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/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@a5c-ai/babysitter-codex",
|
|
3
|
-
"version": "0.1.6-staging.
|
|
3
|
+
"version": "0.1.6-staging.f079a57a",
|
|
4
4
|
"description": "Babysitter Codex skill bundle and integration package for OpenAI Codex CLI - multi-step AI workflows with the upstream process library, 15 orchestration modes, and BOM-safe SKILL installation",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"test": "node test/integration.test.js && node test/harness.test.js && node test/plugin.test.js && node test/packaged-install.test.js && node test/features-1-10.test.js && node test/process-mining.test.js",
|
|
@@ -60,6 +60,6 @@
|
|
|
60
60
|
},
|
|
61
61
|
"homepage": "https://github.com/a5c-ai/babysitter/tree/main/plugins/babysitter-codex#readme",
|
|
62
62
|
"dependencies": {
|
|
63
|
-
"@a5c-ai/babysitter-sdk": "0.0.183-staging.
|
|
63
|
+
"@a5c-ai/babysitter-sdk": "0.0.183-staging.f079a57a"
|
|
64
64
|
}
|
|
65
65
|
}
|