diff --git a/conductor/tracks/code_path_audit_polish_20260622/plan.md b/conductor/tracks/code_path_audit_polish_20260622/plan.md index abf991d4..c6c3a5dc 100644 --- a/conductor/tracks/code_path_audit_polish_20260622/plan.md +++ b/conductor/tracks/code_path_audit_polish_20260622/plan.md @@ -50,7 +50,7 @@ Focus: Remove the 3 carry-over code smells. - GIT NOTE: 245 lines removed from src/; 5 tests removed from tests/; commit per workflow.md ยง9.1. - VERIFY: `grep -c "to_dsl_v2\|parse_dsl_v2\|DSL_WORD_ARITY_V2" src/code_path_audit.py` = 0; all remaining 126 tests pass. -- [ ] Task 2.3: Delete dead `compute_result_coverage` function. +- [x] Task 2.3: Delete dead `compute_result_coverage` function. [2561e4ea] - WHERE: `src/code_path_audit.py:741-770` (the `compute_result_coverage` function) - WHAT: Remove the dead function. The calling site (`synthesize_aggregate_profile`) inlines its own `ResultCoverage(...)` construction at line 1181-1187; the standalone function is unused. - HOW: Use `manual-slop_py_remove_def` for `compute_result_coverage`. The tests in `tests/test_code_path_audit_phase78.py::test_compute_result_coverage_*` (2 tests) must be DELETED in this same commit.