Continue from the Notion handoff titled Litify Case Manager Command Center Revision - 2026-06-12 by wiring case-manager command-center metrics into the local SAIL command-center app.
CaseManagerCommandCenterRow to src/lib/types.ts.caseManagerCommandCenter to the dashboard data contract in src/lib/dashboard-data.ts.src/lib/mock-data.ts.src/lib/adapters/litify-salesforce.ts with live aggregate SOQL for active non-resolution matters, treatment load, unrated cases where Case_Rating__c = '-', demands pending review, and Negotiation over 60 days with no current offer.CaseManagerCommandCenter panel to src/components/command-center.tsx immediately after the hero strip.src/lib/adapters/litify-salesforce.test.ts to cover the new live mapping.LITIFY_ORG is connected.litify_pm__Matter__c.litify_pm__lit_Case_Manager__c / litify_pm__lit_Case_Manager__r.Name.litify_pm__Matter_Stage_Activity_Formula__c.litify_pm__Insurance__c demand fields.Case_Rating__c = '-', not null.npm test -- --run src/lib/adapters/litify-salesforce.test.ts passed.git diff --check -- <touched files> passed.npm run lint, touched-file ESLint, npm run build, and npx tsc --noEmit did not return diagnostics and had to be stopped after hanging silently.