@a5c-ai/babysitter-codex 5.1.1-staging.ab08a86fa136 → 5.1.1-staging.b362bbfbd41b
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/.codex-plugin/plugin.json +1 -1
- package/README.md +2 -2
- package/bin/install-shared.js +1 -1
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "babysitter",
|
|
3
|
-
"version": "5.1.1-staging.
|
|
3
|
+
"version": "5.1.1-staging.b362bbfbd41b",
|
|
4
4
|
"description": "Orchestrate complex, multi-step workflows with event-sourced state management, hook-based extensibility, and human-in-the-loop approval",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "a5c.ai",
|
package/README.md
CHANGED
|
@@ -62,8 +62,8 @@ codex plugin marketplace add ./path/to/babysitter
|
|
|
62
62
|
Then browse and install:
|
|
63
63
|
|
|
64
64
|
```bash
|
|
65
|
-
codex plugin list --
|
|
66
|
-
codex plugin
|
|
65
|
+
codex plugin list --marketplace babysitter
|
|
66
|
+
codex plugin add babysitter --marketplace babysitter
|
|
67
67
|
```
|
|
68
68
|
|
|
69
69
|
Other marketplace commands:
|
package/bin/install-shared.js
CHANGED
|
@@ -104,7 +104,7 @@ function ensureMarketplaceEntry(marketplacePath, pluginRoot) {
|
|
|
104
104
|
name: PLUGIN_NAME,
|
|
105
105
|
source: relSource,
|
|
106
106
|
description: "Orchestrate complex, multi-step workflows with event-sourced state management, hook-based extensibility, and human-in-the-loop approval",
|
|
107
|
-
version: "5.1.1-staging.
|
|
107
|
+
version: "5.1.1-staging.b362bbfbd41b",
|
|
108
108
|
author: { name: "a5c.ai" },
|
|
109
109
|
};
|
|
110
110
|
if (idx >= 0) marketplace.plugins[idx] = entry;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@a5c-ai/babysitter-codex",
|
|
3
|
-
"version": "5.1.1-staging.
|
|
3
|
+
"version": "5.1.1-staging.b362bbfbd41b",
|
|
4
4
|
"description": "Orchestrate complex, multi-step workflows with event-sourced state management, hook-based extensibility, and human-in-the-loop approval",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"test": "npm run validate:ci",
|