You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An approved parallel-task route coordinates isolated worktrees, serial
integration, independent verification, and one durable commit per task. The
route is available in Codex, Claude Code, Pi, OpenCode, and Oh My Pi, with
harness-specific fallbacks where native orchestration is unavailable.
Named execution profiles configure planner, implementer, and verifier model
settings. Profiles can be selected globally, per harness, or for one command,
and zdev plan exposes the same scoped routing for plan-only work.
Changed
Workflow and Git transitions that change the shape of the work now require
explicit approval, while directly necessary technical adjustments can remain
within an accepted task's scope.
Task-writing and worker guidance use plainer, agent-focused language and keep
actionable blocker context available for recovery.
Fixed
zdev commit --root commits the selected repository even when inherited GIT_DIR or GIT_WORK_TREE variables point elsewhere.
Work-context snapshots detect content changes in existing untracked files,
so validation cannot silently change a new implementation file while its
snapshot still compares equal.
Compatibility
Existing records, tasks, and worker configuration remain valid. Reinstall
integrations with zdev skill install <harness> --force to receive the new
parallel, planning, profile-routing, and recovery workflows.