diff --git a/conductor/tracks/code_path_audit_polish_20260622/plan.md b/conductor/tracks/code_path_audit_polish_20260622/plan.md index 6b47650c..abf991d4 100644 --- a/conductor/tracks/code_path_audit_polish_20260622/plan.md +++ b/conductor/tracks/code_path_audit_polish_20260622/plan.md @@ -41,7 +41,7 @@ Focus: Remove the 3 carry-over code smells. - GIT NOTE: 1 line removed; commit per workflow.md ยง9.1. - VERIFY: `uv run python -c "import src.code_path_audit; print('OK')"` succeeds. -- [ ] Task 2.2: Delete DSL parser dead code. +- [x] Task 2.2: Delete DSL parser dead code. [b385cd44] - WHERE: `src/code_path_audit.py:845-1090` (the `DSL_WORD_ARITY_V2` constant, `_atom`, `to_dsl_v2`, `parse_dsl_v2` functions) - WHAT: Remove the dead DSL parser. The new `run_audit()` (line 1217) only writes `.md` files; DSL files are not produced. - HOW: Use `manual-slop_py_remove_def` for each of the 4 definitions (`DSL_WORD_ARITY_V2`, `_atom`, `to_dsl_v2`, `parse_dsl_v2`). Then verify the file still imports cleanly.