You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix CLI bugs: Required Truths and Constraints parsing
Bugs fixed:
- Required Truths showing 0/6 instead of 6/6 for converged manifolds
- Constraints showing undefined/NaN% when verification data present
Root causes:
- status.ts checked anchors.required_truths (planning-time) not verification section
- verify.ts expected generation.coverage.constraints_addressed which doesn't exist
for all manifold types
Fixes:
- Added verification field to Manifold interface in parser.ts
- status.ts now checks verification.required_truths_satisfied first
- verify.ts now checks verification.constraints_satisfied first
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments