fixes of spawn cmd
fixes of spawn cmd
feat/spawn-subsystem into main fixes of spawn cmd
- Set initial_prompt_flag to "-p" for Claude Code provider so the assembled task prompt is passed through to the CLI - Remove CLAUDECODE env var when spawning agents via PTY to avoid false-positive nesting guard rejections - Make worktree and task branch creation idempotent so re-running spawn reuses existing branches instead of erroring - Include untracked/unstaged files in evaluator confidence scoring so agents that create files without committing get full confidence Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Add "commit your changes" instruction to the assembled task prompt so agents know to stage and commit their work - Add auto_commit_worktree() that stages and commits any dirty files in the worktree before the merge coordinator runs, ensuring work that agents create but don't commit still gets merged Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
No due date set.
No dependencies set.
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?