Skip to content

housekeeping: prune merged branches (16 local + 5 remote); keep docs/epic-b-macos-windows-detection #156

Description

@gnanirahulnutakki

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

  1. 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.
  2. Delete the listed local branches (git branch -d, or -D only after confirming merged) and remote branches (git push origin --delete <branch>).
  3. Keep docs/epic-b-macos-windows-detection.
  4. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    housekeepingRepo hygiene (branches, stale PRs)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions