Context / Problem
A pile of already-merged (or duplicate) branches lingers locally and on the remote, cluttering the branch list and making it hard to see active work. These should be pruned. One WIP branch must be kept.
Evidence
Verified against the working tree on 2026-07-09.
Local branches to delete (all merged, or duplicates):
| Branch |
Merged via |
feat/A6-run-governance-bridge |
PR #81 |
feat/epicA-slice1-daemon |
PR #82 |
feat/epicA-slice4-lower |
PR #83 |
fix/A1-hook-p95-claim |
PR #51 |
fix/A5-tier-egress-telemetry |
PR #55 |
fix/A6-mission-lowering |
PR #56 |
fix/A7-go-cve-gate |
PR #54 |
fix/epicA-104-seccomp-runpath |
PR #129 |
fix/epicA-119-cgroup-ownership |
PR #126 |
fix/epicA-121-124-failopen |
PR #128 |
chore/cve-gate-blocking |
PR #84 |
docs/epic-b-auto-detection-plan |
PR #114 |
docs/regen-hugo-mirror-epicb |
PR #118 |
docs/epic-b-performance-fp-budget |
PR #117 |
pr92-base |
duplicate/scratch |
feat/epicA-slice4.2-lsm |
duplicate (PR #92 CLOSED; superseded by #101) |
Remote branches to delete (origin/…):
| Remote branch |
Merged via |
origin/feat/A2-eval-harness |
PR #53 |
origin/feat/A6-run-governance-bridge |
PR #81 |
origin/feat/epicA-slice1-daemon |
PR #82 |
origin/fix/A2-unicode-confusable |
PR #52 |
origin/feat/epicA-slice4.2-lsm |
PR #92 (CLOSED) |
KEEP (active WIP): docs/epic-b-macos-windows-detection.
Also present but tied to still-open/draft PRs — do not delete: docs/epic-a-completion-assessment (#125), docs/epic-b-b1-linux-detection (#120), docs/epic-b-b2-b7-slice-plans (#127), docs/epic-b-linux-detection-research (#137), fix/epicA-122-123-honesty (#136), and origin/feature/ultimate-game-stopper (handle via the PR #18 issue).
What to do / Acceptance criteria
- Before deleting each branch, confirm it is merged (
git branch --merged origin/dev / check the PR is MERGED). Do not delete anything with an open/draft PR.
- Delete the listed local branches (
git branch -d, or -D only after confirming merged) and remote branches (git push origin --delete <branch>).
- Keep
docs/epic-b-macos-windows-detection.
- Acceptance: the listed 16 local + 5 remote branches are gone; only active WIP and PR-backed branches remain;
git branch / git branch -r are clean.
Context / Problem
A pile of already-merged (or duplicate) branches lingers locally and on the remote, cluttering the branch list and making it hard to see active work. These should be pruned. One WIP branch must be kept.
Evidence
Verified against the working tree on 2026-07-09.
Local branches to delete (all merged, or duplicates):
feat/A6-run-governance-bridgefeat/epicA-slice1-daemonfeat/epicA-slice4-lowerfix/A1-hook-p95-claimfix/A5-tier-egress-telemetryfix/A6-mission-loweringfix/A7-go-cve-gatefix/epicA-104-seccomp-runpathfix/epicA-119-cgroup-ownershipfix/epicA-121-124-failopenchore/cve-gate-blockingdocs/epic-b-auto-detection-plandocs/regen-hugo-mirror-epicbdocs/epic-b-performance-fp-budgetpr92-basefeat/epicA-slice4.2-lsmRemote branches to delete (
origin/…):origin/feat/A2-eval-harnessorigin/feat/A6-run-governance-bridgeorigin/feat/epicA-slice1-daemonorigin/fix/A2-unicode-confusableorigin/feat/epicA-slice4.2-lsmKEEP (active WIP):
docs/epic-b-macos-windows-detection.What to do / Acceptance criteria
git branch --merged origin/dev/ check the PR is MERGED). Do not delete anything with an open/draft PR.git branch -d, or-Donly after confirming merged) and remote branches (git push origin --delete <branch>).docs/epic-b-macos-windows-detection.git branch/git branch -rare clean.