# v1.5.0-alpha.0 — Git tracking first cut This alpha starts the v1.5 git tracking work. ## Added - `relay-baton git status` and `relay-baton git status --json` for read-only branch, ahead/behind, clean/dirty, staged/unstaged/untracked, changed-file, and diff-stat summaries. - Non-git projects now report `available:false` for git tracking instead of failing. - Desktop Dashboard now includes a Git panel fed by the CLI sidecar. - Agent Room now supports `/git` as a read-only command. - `.ai-session/git-baseline.json` is created on `init`; `git status --json` reports whether branch, HEAD, or dirty state changed since that baseline. - `status --json`, `review --json`, and generated handoffs now include bounded git tracking summaries while keeping full diffs as file references. - `docs/TASK-v1.5-git-tracking.md` records the v1.5 plan and carry-over. ## Constraints - No git write commands were added. No commit, push, PR, branch, checkout, reset, merge, or stash automation.