78c9d46336
5-convention outline. The full styleguide content goes in Phase 12 (with the meta-audit + the 1-line extension).
1.3 KiB
1.3 KiB
Code Path & Data Pipeline Audit Styleguide
Status: Active convention as of 2026-06-22. Established by the
code_path_audit_20260607v2 track.
This styleguide codifies the contract for src/code_path_audit.py v2 and the 6 input audit scripts it consumes. Companion to data_oriented_design.md, error_handling.md, type_aliases.md, and agent_memory_dimensions.md.
The 5 Conventions (to be filled in Phase 12)
- Per-aggregate profile structure (the 14 top-level fields).
- The 4 decomposition directions (componentize, unify, hold, insufficient_data).
- The override file format (
scripts/code_path_audit_overrides.toml). - The 4 mem dim classification rules (curation, discussion, rag, knowledge, config, control, unknown).
- The cross-audit integration contract (the 6 input JSON shapes; the 3-tier finding-to-aggregate mapping).
See Also
conductor/tracks/code_path_audit_20260607/spec_v2.md- the canonical specconductor/tracks/code_path_audit_20260607/plan_v2.md- the canonical planconductor/code_styleguides/data_oriented_design.md- the canonical DOD referenceconductor/code_styleguides/error_handling.md- theResult[T]conventionconductor/code_styleguides/type_aliases.md- the 10 TypeAliases + 1 NamedTupleconductor/code_styleguides/agent_memory_dimensions.md- the 4 mem dims