Private
Public Access
0
0

conductor(plan): Mark Task 2.2 complete (DSL parser dead code removed)

This commit is contained in:
2026-06-24 09:58:05 -04:00
parent b385cd441b
commit facaceba36
@@ -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.