Git Ops Intelligent git operations orchestrator. Routes read-only queries inline for speed, dispatches write operations to a background Sonnet agent ( ) to free the main session. Architecture Safety Tiers Tier 1: Read-Only - Run Inline No subagent needed. Execute directly via Bash for instant results. | Operation | Command | |-----------|---------| | Status (rich) | — one-shot HEAD + sync + tree + worktrees + branches + PR | | Worktree survey | — per-worktree state, drift detection, prunable/WIP/ghost/orphan triage | | Status (bare) | | | Log | | | Diff (unstaged) | | | Diff (staged) | | | Di…