bloat(#236): delete orphan scripts/audit-subagent-models.sh - #318
Merged
Conversation
85 lines, 0 references anywhere in the repo (no test, workflow, doc, or other script invokes it). Sat ~3 months on ROADMAP Back Burner with explicit gate 'Research if users care before shipping' — no demand signal materialized. Not in package.json files: list, so never shipped to npm consumers. Pure repo dead weight. Discovered via #236 method: for each scripts/*.sh, count refs in *.sh, *.yml, *.json, *.md, *.py. Threshold 0 = orphan. Six scripts inventoried; one orphan found. ROADMAP #236 marked phase-partial DONE: 3 token-amplifier fixes (v1.69.0/1.70.0/1.71.0) + this orphan delete. Categories not exercised this round (tests redundancy, CLI templates, ROADMAP archive) re-trigger on maintainer call-out. Reversible: git history retains the script if demand surfaces.
This was referenced May 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
ROADMAP #236 (functional-bloat hunt) — orphan deletion via the spec'd
git rm+ run-tests method.scripts/audit-subagent-models.sh— 85 lines, 0 references anywhere in the repo (verified across *.sh, *.yml, *.json, *.md, *.py). Sat ~3 months on Back Burner with skeptical gate ("Research if users care before shipping"). Not inpackage.jsonfiles:list, so never shipped to npm consumers. Pure repo dead weight.(Replaces #317, which got stranded after origin/main was force-updated mid-flow.)
How discovered
Output: 6 scripts inventoried, 1 orphan (
audit-subagent-models.shat 0 refs; the other 5 had 3-6 refs each).Test plan
All test suites green after
git rm:tests/test-cli.sh— 78/78 PASStests/test-plugin.sh— 25/25 PASStests/test-doc-consistency.sh— 35/35 PASStests/test-workflow-triggers.sh— 169/169 PASStests/test-hooks.sh— 154/154 PASStests/test-self-update.sh— 153/153 PASSZero failures. Confirms the 0-reference grep was authoritative.
ROADMAP update
#236 marked phase-partial DONE:
Categories not exercised this round (tests redundancy, CLI templates, ROADMAP archive-below-fold) re-trigger on maintainer call-out.
Back Burner "Subagent Model Compliance Audit" entry updated with note pointing at this commit; if demand resurfaces, restore from git history.
Reversibility
Single git revert. Script reachable forever via the deletion commit.