conductor(tracks): update code_path_audit_20260607 entry to reflect MVP pivot
Updated the Code Path Audit entry in the tracks.md registry to accurately describe the MVP state after the code_path_audit_polish_20260622 follow-up: REMOVED: - '4 renderers (to_dsl_v2 flat-section, to_markdown 10-section, to_tree box-drawing, parse_dsl_v2 round-trip)' -> '2 renderers (to_markdown 10-section, to_tree box-drawing)' - '14-tagged-word v2 postfix DSL' claim (the DSL parser was deprecated) ADDED: - 'MVP output is a single AUDIT_REPORT.md (6797 lines, 311KB) + per-aggregate markdowns + summary.md as a TOC pointer' - '127 tests passing after the polish follow-up (was 131 pre-polish; -4 DSL tests removed)' (was previously 131) - Note about DSL deprecation referencing code_path_audit_polish_20260622 No other track entries were modified.
This commit is contained in:
+1
-1
@@ -636,7 +636,7 @@ Lightweight chronology; full spec/plan/state per track is in the linked folder.
|
||||
|
||||
#### Track: Code Path Audit
|
||||
*Link: [./tracks/code_path_audit_20260607/](./tracks/code_path_audit_20260607/), Spec: [./tracks/code_path_audit_20260607/spec_v2.md](./tracks/code_path_audit_20260607/spec_v2.md), Plan: [./tracks/code_path_audit_20260607/plan_v2.md](./tracks/code_path_audit_20260607/plan_v2.md), Report: [../../docs/reports/TRACK_COMPLETION_code_path_audit_20260622.md](../../docs/reports/TRACK_COMPLETION_code_path_audit_20260622.md)*
|
||||
*Goal: **v2 SHIPPED 2026-06-22 (commit `a99e3e6e`)** — Build `src/code_path_audit.py` — a data-oriented static-analysis tool that audits the 13 data aggregates (10 in-scope + 3 candidate placeholders for any_type_componentization_20260621) in `src/`. 4 static analyzers (PCG via 3 AST passes, MemoryDim classifier, APD with 5 access patterns + 25% dominance, CFE with 7 frequencies + entry-point detection), 4 renderers (`to_dsl_v2` flat-section, `to_markdown` 10-section, `to_tree` box-drawing, `parse_dsl_v2` round-trip), 11 public functions (5 deterministic + 5 returning `Result[T]` per `error_handling.md` hard rule + 1 CLI), 14-tagged-word v2 postfix DSL. Cross-validates the 2 foundational tracks (`data_structure_strengthening_20260606` + `data_oriented_error_handling_20260606`) via the 6-input cross-audit integration. 4-direction decomposition cost (componentize/unify/hold/insufficient_data). 131 tests passing (124 unit + 7 integration; 2 live_gui opt-in via `CODE_PATH_AUDIT_LIVE_GUI=1`). All 4 audit scripts pass (with 2 known issues documented in the completion report). 5 follow-up tracks recorded.*
|
||||
*Goal: **v2 SHIPPED 2026-06-22 (commit `a99e3e6e`)** — Build `src/code_path_audit.py` — a data-oriented static-analysis tool that audits the 13 data aggregates (10 in-scope + 3 candidate placeholders for any_type_componentization_20260621) in `src/`. 4 static analyzers (PCG via 3 AST passes, MemoryDim classifier, APD with 5 access patterns + 25% dominance, CFE with 7 frequencies + entry-point detection), 2 renderers (`to_markdown` 10-section, `to_tree` box-drawing), 11 public functions (5 deterministic + 5 returning `Result[T]` per `error_handling.md` hard rule + 1 CLI). Cross-validates the 2 foundational tracks (`data_structure_strengthening_20260606` + `data_oriented_error_handling_20260606`) via the 6-input cross-audit integration. 4-direction decomposition cost (componentize/unify/hold/insufficient_data). **MVP output is a single `AUDIT_REPORT.md` (6797 lines, 311KB) + per-aggregate markdowns + `summary.md` as a TOC pointer.** 127 tests passing after the polish follow-up (was 131 pre-polish; -4 DSL tests removed). All 4 audit scripts pass (with 2 known issues documented in the completion report, 5 follow-up tracks recorded). **Note: the v2 DSL format (`to_dsl_v2` + `parse_dsl_v2`) was deprecated in 2026-06-24 by code_path_audit_polish_20260622 — DSL files are no longer produced; `run_audit()` writes `.md` files only.***
|
||||
*v1 preserved unchanged as `spec.md` + `plan.md`. The v2 re-scope replaced "per-action" framing with "per-data-aggregate" framing (the user's directive 2026-06-22).*
|
||||
|
||||
#### Track: Phase 2/4/5 Call-Site Completion (post any_type_componentization) `[track-created: 2026-06-21]`
|
||||
|
||||
Reference in New Issue
Block a user