From 619847b3b425bf95db6678d60e2b611ad3df7b4b Mon Sep 17 00:00:00 2001 From: Ed_ Date: Wed, 24 Jun 2026 10:00:59 -0400 Subject: [PATCH] conductor(plan): Mark Task 2.3 complete (compute_result_coverage removed) --- conductor/tracks/code_path_audit_polish_20260622/plan.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.