بنقرة واحدة
babysitter-resume
Resume orchestrating an existing babysitter run.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Resume orchestrating an existing babysitter run.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Orchestrate complex, multi-step AI workflows with quality convergence loops, event-sourced state, and human-in-the-loop approval gates. Use when the user wants to babysit a task, orchestrate a workflow, run quality-gated development, resume a previous orchestration run, diagnose run health, plan without executing, set up a project or user profile for babysitter, or assimilate an external methodology. Also use when the user mentions "babysitter", "orchestrate", "babysit", "quality loop", or "convergence loop".
Help and documentation for babysitter commands, processes, skills, agents, and methodologies.
Plan a babysitter workflow without executing it. Focus on creating the best process possible.
Install or refresh a team-pinned babysitter runtime/content setup from lockfile.
Start a babysitter orchestration run. Use this command to start babysitting a complex workflow.
Analyze a completed or in-flight run and propose process improvements for future runs.
| name | babysitter:resume |
| description | Resume orchestrating an existing babysitter run. |
| argument-hint | [recent|tag:<tag>|search:<query>|list|name <alias>|tag +/-<tag>|sessionId] |
Resume an existing babysitter orchestration run that was paused, interrupted, or left incomplete.
If a selector is provided, use the session index:
recent -> most recently updated sessiontag:<tag> -> latest session tagged with <tag>search:<query> -> latest session matching alias/tag/session idlist -> return indexed sessionsname <alias> -> set alias on most recent sessiontag +<tag> / tag -<tag> -> add/remove tag on most recent sessionIf no selector is provided, default to recent.
For fallback/manual mode, discover incomplete runs:
babysitter run:status --runs-dir .a5c/runs --json
Look for runs with status: "waiting" or status: "executed" (not completed/failed). Suggest the most recent incomplete run.
babysitter session:resume \
--session-id "${CODEX_THREAD_ID:-$CODEX_SESSION_ID}" \
--state-dir "$CODEX_PLUGIN_ROOT/skills/babysitter/state" \
--run-id <runId> \
--runs-dir .a5c/runs \
--json
Resume iterating from the current state:
babysitter run:iterate .a5c/runs/<runId> --json --iteration <n> --plugin-root "$CODEX_PLUGIN_ROOT"
Handle pending effects as in /babysitter:call:
task:postWhen completionProof is emitted, return it wrapped in <promise>PROOF</promise>.