Code Quality Check Comprehensive quality verification for recently written code. Combines spec compliance, cross-layer safety, and pre-commit checks. --- Step 1: Identify What Changed Step 2: Read Applicable Specs For each changed package/layer, read the spec index and follow its Quality Check section: Read the specific guideline files referenced — the index is a pointer, not the goal. Step 3: Run Project Checks Run the project's lint, type-check, and test commands. Fix any failures before proceeding. Step 4: Review Against Checklist Code Quality - [ ] Linter passes? - [ ] Type checker passes…