[MUDA][AUDIT] Cut the waste — branch sprawl, repo bloat, abandoned PRs, issue backlog #376
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Muda Audit — April 7, 2026
Audited
timmy-config(primary) andhermes-agentfor waste. Here's where you personally need to cut.1. BRANCH SPRAWL — 100 branches (Critical)
timmy-confighas 100 branches. Most are dead. Recommended cuts:Branches linked to MERGED PRs (delete immediately, work is in main):
ezra/issue-358→ #361 mergedezra/issue-348→ #360 mergedezra/issue-349→ #352 mergedezra/issue-350→ #351 mergedfeat/bezalel-builder-wizard→ #323 mergedgemini/pass-5-handoff→ #313 mergedgemini/pass-4-docs-audit→ #312 mergedgemini/pass-2-continuity→ #301 mergedgemini/force-multiplier-2→ #297 mergedgemini/force-multiplier-1→ #296 mergedgemini/issue-246→ #294 mergedgemini/pass-2-status→ fully included in main (0 ahead)Branches linked to CLOSED (unmerged) PRs (delete, work was rejected):
gemini/pass-4-nexus-bridge→ #311 closedgemini/pass-4-memory-injection→ #310 closedgemini/pass-4-automerge→ #309 closedgemini/pass-3-metrics→ #308 closedgemini/pass-3-decomposition→ #307 closedgemini/pass-3-resurrection→ #306 closedgemini/pass-3-quality-gate→ #305 closedgemini/pass-2-docs→ #304 closedgemini/pass-2-audit→ #303 closedgemini/pass-2-fallback→ #302 closedgemini/force-multiplier-5→ #300 closedgemini/force-multiplier-4→ #299 closedgemini/force-multiplier-3→ #298 closedtimmy/issue-291-fix-model-drift→ #344 closedtimmy/force-multipliers-541-542→ #327 closeddocs/automation-audit-20260404→ #148 closed (166 commits behind)Orphaned branches (no PR at all):
timmy/japanese-wisdom-guards— 16 behind, 3 ahead, never PR'dtimmy/fleet-capacity-inventory— 8 behind, 1 ahead, no PRezra/lazarus-cell-spec-268— 72 behind, 2 ahead, orphanedallegro/m2-commit-or-abort-845— 47 behind, 1 ahead, orphanedAction: Delete ~40+ dead branches. Target: under 15 branches total.
2. REPO BLOAT — 1.1 GiB (Critical)
timmy-configis 1.1 GiB for a config repo. This is 8x larger thanhermes-agent(136 MiB) which has actual code.Root causes:
assets/Vassal Rising.mp3— MP3 committed directly to git. Binary files don't belong in config repos.Action:
Vassal Rising.mp3from git history (git filter-repo).gitattributesfor LFS on*.mp3,*.mp4,*.png,*.jpggit gc --aggressive3. ABANDONED PR WORK — ~15 closed-unmerged PRs
Gemini submitted a batch of "Force Multiplier" + "Sovereign Orchestration" PRs (#298-#311) — 14 PRs closed without merge in a single day. Many had conflicting files.
This pattern suggests:
Action:
4. ISSUE BACKLOG — 94 open issues
94 open issues is high for a 3-day-old repo. All were filed by Timmy in a burst. Risks:
Action:
p0-critical,p1-high,p2-medium,p3-backlog5. CI GAPS
validate-matrix-scaffold.ymlruns #1 and #2 show 0s runtime — the workflow may be broken or misconfiguredhermes-agenthas CI but it's been red (syntax error inauxiliary_client.pyper #223)Action:
validate-matrix-scaffold.ymlworkflowPriority Order