formal/SilverSight/RRC/Q16_16Manifold.lean:
- All 278 rows now use classifyExactCharPoly instead of classifyExact
- Fixes 19 peripheral matrices (exact ρ=1.0) that power iteration
misclassified as LogogramProjection (actual: CognitiveLoadField)
- Eliminates power iteration non-convergence bug from the pipeline
python/build_manifold.py:
- Updated to emit classifyExactCharPoly in generated Lean code
- Future manifold regeneration will use exact classifier
This completes the migration from power iteration to exact eigenvalue
computation for the entire 278-row fixture corpus.
Use object_id from invariant_receipt as the lookup key instead of
equation_id from equation_record. This aligns the predictions JSON
with the manifold findMatrix calls. Build passes 3307 jobs.