resolve-source-path-returns-none-on-missing
IN premise
`resolve_source_path` returns `None` (not an exception) when the resolved file does not exist on disk or when the source string is empty.
Summary
When a source path points to a file that isn't there or is blank, the system quietly returns nothing instead of crashing. This means any code calling this function needs to handle the None case explicitly or it risks silent failures downstream — missing files won't announce themselves with an error.
Details
| Source | entries/2026/04/29/tests-test_check_stale.md |