check-stale-no-dedup-by-source-path
IN premise
Multiple nodes referencing the same missing source file each produce independent `source_deleted` results — no deduplication by file path.
Summary
When the staleness checker finds a source file that no longer exists, it reports a separate warning for every belief that referenced that file, even if they all point to the same missing file. This means you can get a flood of redundant alerts for a single deleted file, which adds noise to review output and could matter if downstream processes treat each result as a distinct problem to fix.
Details
| Source | entries/2026/04/29/tests-test_check_stale_issue25.md |