@a5c-ai/babysitter-opencode 5.0.1-staging.ae29cffafe6a → 5.0.1-staging.af82b26593a7
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.js +1 -1
- package/commands/observe.md +1 -1
- package/commands/yolo.md +1 -1
- package/package.json +2 -2
- package/plugin.json +1 -1
- package/skills/observe/SKILL.md +1 -1
- package/skills/yolo/SKILL.md +1 -1
- package/versions.json +2 -2
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.0.1-staging.
|
|
107
|
+
version: "5.0.1-staging.af82b26593a7",
|
|
108
108
|
author: { name: "a5c.ai" },
|
|
109
109
|
};
|
|
110
110
|
if (idx >= 0) marketplace.plugins[idx] = entry;
|
package/commands/observe.md
CHANGED
|
@@ -13,5 +13,5 @@ Run the babysitter observer dashboard:
|
|
|
13
13
|
|
|
14
14
|
Do not fall back to `babysitter observe`; the core Babysitter CLI does not expose
|
|
15
15
|
that subcommand. Some harness runtimes may provide a separate
|
|
16
|
-
`
|
|
16
|
+
`agent-platform observe` surface, but this skill uses the verified standalone
|
|
17
17
|
dashboard package.
|
package/commands/yolo.md
CHANGED
|
@@ -4,7 +4,7 @@ argument-hint: Specific instructions for the run.
|
|
|
4
4
|
allowed-tools: Read, Grep, Write, Task, Bash, Edit, Grep, Glob, WebFetch, WebSearch, Search, AskUserQuestion, TodoWrite, TodoRead, Skill, BashOutput, KillShell, MultiEdit, LS
|
|
5
5
|
---
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
Run the Babysitter orchestration instructions directly through the CLI, without any user interaction or breakpoints. In Claude Code, use Bash to run `babysitter instructions:babysit-skill --harness claude-code --no-interactive`; in Codex, run `babysitter instructions:babysit-skill --harness codex --no-interactive`; in other harnesses, use the same command with that harness id. Then follow the returned instructions in this same turn until completion proof is produced. Do not stop after reading the instructions, do not invoke the Skill tool first, and use the non-interactive/no-breakpoints path when the instructions offer a mode choice.
|
|
8
8
|
|
|
9
9
|
User arguments for this command:
|
|
10
10
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@a5c-ai/babysitter-opencode",
|
|
3
|
-
"version": "5.0.1-staging.
|
|
3
|
+
"version": "5.0.1-staging.af82b26593a7",
|
|
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
|
"deploy": "npm publish --access public",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"access": "public"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@a5c-ai/babysitter-sdk": "5.0.1-staging.
|
|
38
|
+
"@a5c-ai/babysitter-sdk": "5.0.1-staging.af82b26593a7"
|
|
39
39
|
},
|
|
40
40
|
"repository": {
|
|
41
41
|
"type": "git",
|
package/plugin.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "babysitter",
|
|
3
|
-
"version": "5.0.1-staging.
|
|
3
|
+
"version": "5.0.1-staging.af82b26593a7",
|
|
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": "a5c.ai",
|
|
6
6
|
"license": "MIT",
|
package/skills/observe/SKILL.md
CHANGED
|
@@ -14,5 +14,5 @@ Run the babysitter observer dashboard:
|
|
|
14
14
|
|
|
15
15
|
Do not fall back to `babysitter observe`; the core Babysitter CLI does not expose
|
|
16
16
|
that subcommand. Some harness runtimes may provide a separate
|
|
17
|
-
`
|
|
17
|
+
`agent-platform observe` surface, but this skill uses the verified standalone
|
|
18
18
|
dashboard package.
|
package/skills/yolo/SKILL.md
CHANGED
|
@@ -5,7 +5,7 @@ description: Orchestrate a babysitter run. use this command to start babysitting
|
|
|
5
5
|
|
|
6
6
|
# yolo
|
|
7
7
|
|
|
8
|
-
|
|
8
|
+
Run the Babysitter orchestration instructions directly through the CLI, without any user interaction or breakpoints. In Claude Code, use Bash to run `babysitter instructions:babysit-skill --harness claude-code --no-interactive`; in Codex, run `babysitter instructions:babysit-skill --harness codex --no-interactive`; in other harnesses, use the same command with that harness id. Then follow the returned instructions in this same turn until completion proof is produced. Do not stop after reading the instructions, do not invoke the Skill tool first, and use the non-interactive/no-breakpoints path when the instructions offer a mode choice.
|
|
9
9
|
|
|
10
10
|
User arguments for this command:
|
|
11
11
|
|
package/versions.json
CHANGED