3d412ba260
The 1-space indentation convention is now enforced project-wide (per fix_indentation_1space_20260516). These 10 scripts are overlapping one-shot fixers and auditors from that era; their purpose has been served. Removed (10 files, ~30 KB): - audit_indentation.py (4.6 KB) - indentation auditor - check_hints_v2.py (1.0 KB) - crude regex hint checker - correct_indentation.py (6.4 KB) - one-shot corrector - extract_symbols.py (547 B) - crude symbol printer - fix_gaps.py (704 B) - whitespace gap fixer - fix_indent.py (9.6 KB) - indent fixer v1 - fix_indent_ast.py (3.4 KB) - indent fixer v2 (AST-based) - fix_indent_v3.py (2.2 KB) - indent fixer v3 (render-method-specific) - standardize_indent.py (1.0 KB) - indent standardizer - type_hint_scanner.py (718 B) - CLI hint scanner Audit (per spec §Gaps to Fill) confirms zero external references in active code, docs, CI, or planned tracks.