graph_dead
Find symbols that no entry point references, exposing potentially dead code. It refuses to answer when sources are unreadable so exports are never mistaken for dead symbols.
Instructions
Symbols with no accepted reference that no declared entry point names. REFUSES (status refused) while a source is unreadable: with no exportedness recorded, an exported-but-unimported symbol is indistinguishable from a dead one. Never a deletion recommendation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entry_points | No | Path under this root to a newline-separated id/label list; `#` comments ok. | |
| accept_missing_exports | No | Answer anyway, accepting the gap. Never a default. |