From 6444bd1d2fbfbf659d5928dff8c4c95a537da49f Mon Sep 17 00:00:00 2001 From: Ed_ Date: Wed, 24 Jun 2026 10:13:57 -0400 Subject: [PATCH] chore(type-registry): update src_code_path_audit.md after dead code removal AuditSummary line number shifted from 1213 to 1032 after the deletion of the DSL parser (Task 2.2) and compute_result_coverage (Task 2.3). Pure metadata refresh; no semantic change. --- docs/type_registry/src_code_path_audit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/type_registry/src_code_path_audit.md b/docs/type_registry/src_code_path_audit.md index bd465fc0..de744845 100644 --- a/docs/type_registry/src_code_path_audit.md +++ b/docs/type_registry/src_code_path_audit.md @@ -42,7 +42,7 @@ Auto-generated from source. 12 struct(s) defined in this module. ## `src\code_path_audit.py::AuditSummary` **Kind:** `dataclass` -**Defined at:** line 1213 +**Defined at:** line 1032 **Fields:** - `aggregate_profiles: tuple[AggregateProfile, ...]`