@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.
@@ -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.ae29cffafe6a",
107
+ version: "5.0.1-staging.af82b26593a7",
108
108
  author: { name: "a5c.ai" },
109
109
  };
110
110
  if (idx >= 0) marketplace.plugins[idx] = entry;
@@ -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
- `babysitter-agent observe` surface, but this skill uses the verified standalone
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
- Start the Babysitter run directly through the CLI, without any user interaction or breakpoints. Do not invoke the Skill tool and do not run an instructions-only command. In Claude Code, use Bash to run `babysitter-agent yolo --harness claude-code --workspace "$PWD" --prompt "<user arguments>" --json`; in Codex, run `babysitter-agent yolo --harness codex --workspace "$PWD" --prompt "<user arguments>" --json`; in other harnesses, use the same command with that harness id. Replace `<user arguments>` with the arguments shown below, wait for the command to finish, and treat the CLI completion proof as the result.
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.ae29cffafe6a",
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.ae29cffafe6a"
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.ae29cffafe6a",
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",
@@ -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
- `babysitter-agent observe` surface, but this skill uses the verified standalone
17
+ `agent-platform observe` surface, but this skill uses the verified standalone
18
18
  dashboard package.
@@ -5,7 +5,7 @@ description: Orchestrate a babysitter run. use this command to start babysitting
5
5
 
6
6
  # yolo
7
7
 
8
- Start the Babysitter run directly through the CLI, without any user interaction or breakpoints. Do not invoke the Skill tool and do not run an instructions-only command. In Claude Code, use Bash to run `babysitter-agent yolo --harness claude-code --workspace "$PWD" --prompt "<user arguments>" --json`; in Codex, run `babysitter-agent yolo --harness codex --workspace "$PWD" --prompt "<user arguments>" --json`; in other harnesses, use the same command with that harness id. Replace `<user arguments>` with the arguments shown below, wait for the command to finish, and treat the CLI completion proof as the result.
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
@@ -1,4 +1,4 @@
1
1
  {
2
- "sdkVersion": "5.0.1-staging.ae29cffafe6a",
3
- "extensionVersion": "5.0.1-staging.ae29cffafe6a"
2
+ "sdkVersion": "5.0.1-staging.af82b26593a7",
3
+ "extensionVersion": "5.0.1-staging.af82b26593a7"
4
4
  }