Tooling & CI Priority: P1 (HIGH) Implementation Guidelines - Linter : Use . Enforce and . - Formatting : Use . Run on every commit. - DCM : Use for complexity checks (Max cyclomatic complexity: 15). - Build Runner : Always use with code generation. - CI Pipeline : All PRs MUST pass , , and steps. - Imports : Group imports: , , then relative. - Documentation : Use for public APIs. Link symbols using . - Linting Commands : - - - Pre-commit : Keep in sync with analyze/format/metrics commands. Code Anti-Patterns - No build runner without --delete-conflicting-outputs : Causes stale generated file…