Commit 96279d2
authored
refactor: remove orphaned read_context_text function (Arc C) (#29)
`read_context_text` in portfolio_truth_sources.py had zero callers
anywhere in src/ or tests/ — the comment claiming "Called indirectly
via context analysis pipeline" was stale. The 5 other 0.4.0 flagged
functions (resolve_declared_operating_path, choose_primary_context_file,
render_context_recovery_plan_markdown, latest_portfolio_truth_path,
detect_boilerplate_context) all have real production callers and are
NOT orphaned.
Verified with `grep -rn` across all .py files. 2150 tests pass,
ruff clean.1 parent 7ac5ef9 commit 96279d2
1 file changed
Lines changed: 0 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
293 | 293 | | |
294 | 294 | | |
295 | 295 | | |
296 | | - | |
297 | | - | |
298 | | - | |
299 | | - | |
300 | | - | |
301 | | - | |
302 | | - | |
303 | | - | |
304 | | - | |
305 | | - | |
306 | | - | |
307 | 296 | | |
308 | 297 | | |
309 | 298 | | |
| |||
0 commit comments