TenantAtlas/app/Support/Baselines
ahmido 55aef627aa feat: harden finding governance health surfaces (#197)
## Summary
- harden findings and finding-exception Filament surfaces so workflow state, governance validity, overdue urgency, and next action are operator-first
- add tenant stats widgets, segmented tabs, richer governance warnings, and baseline/dashboard attention propagation for overdue and lapsed governance states
- add Spec 166 artifacts plus regression coverage for findings, badges, baseline summaries, tenantless operation viewer behavior, and critical table standards

## Verification
- `vendor/bin/sail bin pint --dirty --format agent`
- `vendor/bin/sail artisan test --compact`

## Filament Notes
- Livewire v4.0+ compliance: yes, implementation stays on Filament v5 / Livewire v4 APIs only
- Provider registration: unchanged, Laravel 12 panel/provider registration remains in `bootstrap/providers.php`
- Global search: unchanged in this slice; `FindingExceptionResource` stays not globally searchable, no new globally searchable resource was introduced
- Destructive actions: existing revoke/reject/approve/renew/workflow mutations remain capability-gated and confirmation-gated where already defined
- Asset strategy: no new assets added; existing deploy process remains unchanged, including `php artisan filament:assets` when registered assets are used
- Testing plan delivered: findings list/detail, exception register, dashboard attention, baseline summary, badge semantics, and tenantless operation viewer coverage

Co-authored-by: Ahmed Darrazi <ahmed.darrazi@live.de>
Reviewed-on: #197
2026-03-28 10:11:12 +00:00
..
BaselineCaptureMode.php Spec 119: Drift cutover to Baseline Compare (golden master) (#144) 2026-03-06 14:30:49 +00:00
BaselineCompareEvidenceGapDetails.php feat: implement baseline subject resolution semantics (#193) 2026-03-25 12:40:45 +00:00
BaselineCompareExplanationRegistry.php feat: harden baseline compare summary trust surfaces (#196) 2026-03-27 00:19:53 +00:00
BaselineCompareReasonCode.php feat: harden finding governance health surfaces (#197) 2026-03-28 10:11:12 +00:00
BaselineCompareStats.php feat: harden finding governance health surfaces (#197) 2026-03-28 10:11:12 +00:00
BaselineCompareSummaryAssessment.php feat: harden finding governance health surfaces (#197) 2026-03-28 10:11:12 +00:00
BaselineCompareSummaryAssessor.php feat: harden finding governance health surfaces (#197) 2026-03-28 10:11:12 +00:00
BaselineEvidenceResumeToken.php Spec 119: Drift cutover to Baseline Compare (golden master) (#144) 2026-03-06 14:30:49 +00:00
BaselineFullContentRolloutGate.php Spec 119: Drift cutover to Baseline Compare (golden master) (#144) 2026-03-06 14:30:49 +00:00
BaselineProfileStatus.php Spec 116: Baseline drift engine v1 (meta fidelity + coverage guard) (#141) 2026-03-02 22:02:58 +00:00
BaselineReasonCodes.php feat: implement operator explanation layer (#191) 2026-03-24 11:24:33 +00:00
BaselineScope.php feat: implement baseline subject resolution semantics (#193) 2026-03-25 12:40:45 +00:00
BaselineSnapshotLifecycleState.php feat: add baseline snapshot truth guards (#189) 2026-03-23 11:32:00 +00:00
BaselineSubjectKey.php feat: add Intune RBAC baseline compare support (#156) 2026-03-09 18:49:20 +00:00
BaselineSupportCapabilityGuard.php feat: implement baseline subject resolution semantics (#193) 2026-03-25 12:40:45 +00:00
OperatorActionCategory.php feat: implement baseline subject resolution semantics (#193) 2026-03-25 12:40:45 +00:00
PolicyVersionCapturePurpose.php Spec 119: Drift cutover to Baseline Compare (golden master) (#144) 2026-03-06 14:30:49 +00:00
ResolutionOutcome.php feat: implement baseline subject resolution semantics (#193) 2026-03-25 12:40:45 +00:00
ResolutionOutcomeRecord.php feat: implement baseline subject resolution semantics (#193) 2026-03-25 12:40:45 +00:00
ResolutionPath.php feat: implement baseline subject resolution semantics (#193) 2026-03-25 12:40:45 +00:00
SubjectClass.php feat: implement baseline subject resolution semantics (#193) 2026-03-25 12:40:45 +00:00
SubjectDescriptor.php feat: implement baseline subject resolution semantics (#193) 2026-03-25 12:40:45 +00:00
SubjectResolver.php feat: implement baseline subject resolution semantics (#193) 2026-03-25 12:40:45 +00:00
SupportCapabilityRecord.php feat: implement baseline subject resolution semantics (#193) 2026-03-25 12:40:45 +00:00