TenantAtlas/app/Support/Baselines
ahmido 02e75e1cda feat: harden baseline compare summary trust surfaces (#196)
## Summary
- add a shared baseline compare summary assessment and assessor for compact trust propagation
- harden dashboard, landing, and banner baseline compare surfaces against false all-clear claims
- add focused Pest coverage for dashboard, landing, banner, reason translation, and canonical detail parity

## Validation
- vendor/bin/sail bin pint --dirty --format agent
- vendor/bin/sail artisan test --compact tests/Feature/Baselines/BaselineCompareSummaryAssessmentTest.php tests/Feature/Baselines/BaselineCompareExplanationFallbackTest.php tests/Feature/Filament/BaselineCompareNowWidgetTest.php tests/Feature/Filament/NeedsAttentionWidgetTest.php tests/Feature/Filament/BaselineCompareExplanationSurfaceTest.php tests/Feature/Filament/BaselineCompareLandingWhyNoFindingsTest.php tests/Feature/Filament/BaselineCompareCoverageBannerTest.php tests/Feature/Filament/BaselineCompareSummaryConsistencyTest.php tests/Feature/Filament/OperationRunBaselineTruthSurfaceTest.php tests/Feature/ReasonTranslation/ReasonTranslationExplanationTest.php

## Notes
- Livewire compliance: Filament v5 / Livewire v4 stack unchanged
- Provider registration: unchanged, Laravel 12 providers remain in bootstrap/providers.php
- Global search: no searchable resource behavior changed
- Destructive actions: none introduced by this change
- Assets: no new assets registered; existing deploy process remains unchanged

Co-authored-by: Ahmed Darrazi <ahmed.darrazi@live.de>
Reviewed-on: #196
2026-03-27 00:19:53 +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 baseline compare summary trust surfaces (#196) 2026-03-27 00:19:53 +00:00
BaselineCompareStats.php feat: harden baseline compare summary trust surfaces (#196) 2026-03-27 00:19:53 +00:00
BaselineCompareSummaryAssessment.php feat: harden baseline compare summary trust surfaces (#196) 2026-03-27 00:19:53 +00:00
BaselineCompareSummaryAssessor.php feat: harden baseline compare summary trust surfaces (#196) 2026-03-27 00:19:53 +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