babysitter:issue
Run issue-driven orchestration.
Behavior
- Parse issue input:
- Numeric issue id, or full GitHub issue URL.
- Optional
--repo owner/name.
- Resolve repository:
- If
--repoomitted, infer from current git remote.
- If
- Fetch issue details:
- Use
.codex/github-workflow.jshelper.
- Use
- Generate:
- Concise implementation plan.
- Proposed steps and risk notes.
- Optional actions:
--apply-> returnmode=applyand ready-to-run babysitter prompt.--pr <number>-> post plan comment to existing PR.--open-pr-> attemptgh pr create --fill.
- If in apply mode:
- Start babysitter run with issue context in prompt.
Output Contract
- Return JSON with:
issue: metadataplan: list of actionable stepsmode:planorapplynextAction: command suggestion