[AUDIT] Dead Code Audit — flag unimported GOFAI files and Gemini bloat #83
Reference in New Issue
Block a user
Delete Branch "perplexity/dead-code-audit"
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?
Dead Code Audit
Post-merge review flagged two potential issues:
Unimported GOFAI files —
game/npc-logic.jsandscripts/guardrails.jswere added by PRs #79 and #80, but the game runtime lives injs/. These may be dead code.game.js bloat — PR #76 (Gemini) added +3,258 lines for two small fixes. Likely a whole-file rewrite. Needs diffing to find dead functions.
This PR adds the audit doc to
docs/as a tracking artifact with action items.Reference: perplexity-contrib-2026-04-12