What
cora dead-code scans examples/ (Python) and extensions/ (TS) even though ignore.files exists in .cora.yaml for review.
Evidence
On codecoradev/uteke: ~50 findings from examples/python_uteke.py (client class methods) and extensions/*/index.ts — all entry points / public client API, never called internally.
Proposal
dead-code (and ideally scan) should honor the same ignore.files patterns used by review, or accept its own dead_code.exclude config section.
Impact
-90 obvious false positives per run on uteke.
What
cora dead-codescansexamples/(Python) andextensions/(TS) even thoughignore.filesexists in.cora.yamlfor review.Evidence
On codecoradev/uteke: ~50 findings from
examples/python_uteke.py(client class methods) andextensions/*/index.ts— all entry points / public client API, never called internally.Proposal
dead-code (and ideally scan) should honor the same
ignore.filespatterns used by review, or accept its owndead_code.excludeconfig section.Impact
-90 obvious false positives per run on uteke.