Charon v1.0
First release of Charon, a single-file audit prompt for Claude Code that finds dead code, unused files, unused dependencies, and duplicated code, then writes an evidence-backed report instead of touching anything.
- Advisory only: no deletions, no edits, ever. Findings carry file:line, the detecting tool, verbatim evidence, and last-touched dates.
- Mandatory false-positive triage: reflection/dynamic dispatch, DI wiring, framework entry points, public APIs, fixtures, and plugin registries are flagged for judgment, never auto-confirmed.
- Dated tool table (knip, vulture, staticcheck/deadcode, cargo-machete, Roslyn analyzers, jscpd), re-verified on every run.
- Cooperates with Phanes-managed projects: report filed into the documentation tree, session-summary TODOs, registry annotation proposals for the architect.
Install:
mkdir -p ~/.claude/commands
curl -L https://raw.githubusercontent.com/Aloim/charon/main/Charon.md -o ~/.claude/commands/charon.mdThen run /charon in your project. See the README for Windows commands and report interpretation.