@a5c-ai/babysitter-pi 6.0.2 → 6.0.3-staging.032e07a1ffa0
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/bin/install-shared.cjs +1 -1
- package/commands/observe.md +1 -1
- package/package.json +1 -1
- package/versions.json +2 -2
package/bin/install-shared.cjs
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: "6.0.
|
|
107
|
+
version: "6.0.3-staging.032e07a1ffa0",
|
|
108
108
|
author: { name: "a5c.ai" },
|
|
109
109
|
};
|
|
110
110
|
if (idx >= 0) marketplace.plugins[idx] = entry;
|
package/commands/observe.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
description: Launch the babysitter observer dashboard. Installs and runs the real-time observer UI that watches babysitter runs, displaying task progress, journal events, and orchestration state in your browser.
|
|
3
|
-
argument-hint: [--watch-dir <dir>]
|
|
3
|
+
argument-hint: "[--watch-dir <dir>]"
|
|
4
4
|
allowed-tools: Read, Grep, Write, Task, Bash
|
|
5
5
|
---
|
|
6
6
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@a5c-ai/babysitter-pi",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.3-staging.032e07a1ffa0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Orchestrate complex, multi-step workflows with event-sourced state management, hook-based extensibility, and human-in-the-loop approval — pi",
|
|
6
6
|
"keywords": [
|
package/versions.json
CHANGED