TenantAtlas/app/Filament/Resources
ahmido 8426741068 feat: add baseline snapshot truth guards (#189)
## Summary
- add explicit BaselineSnapshot lifecycle truth with conservative backfill and a shared truth resolver
- block baseline compare from building, incomplete, or superseded snapshots and align workspace/tenant UI truth surfaces with effective snapshot state
- surface artifact truth separately from operation outcome across baseline profile, snapshot, compare, and operation run pages

## Testing
- integrated browser smoke test on the active feature surfaces
- `vendor/bin/sail artisan test --compact tests/Feature/Filament/BaselineSnapshotTruthSurfaceTest.php tests/Feature/Filament/BaselineProfileCompareStartSurfaceTest.php`
- targeted baseline lifecycle and compare guard coverage added in Pest
- `vendor/bin/sail bin pint --dirty --format agent`

## Notes
- Livewire v4 compliance preserved
- no panel provider registration changes were needed; Laravel 12 providers remain in `bootstrap/providers.php`
- global search remains disabled for the affected baseline resources by design
- destructive actions remain confirmation-gated; capture and compare actions keep their existing authorization and confirmation behavior
- no new panel assets were added; existing deploy flow for `filament:assets` is unchanged

Co-authored-by: Ahmed Darrazi <ahmed.darrazi@live.de>
Reviewed-on: #189
2026-03-23 11:32:00 +00:00
..
AlertDeliveryResource/Pages feat: canonical tenant context resolution (#164) 2026-03-11 21:24:28 +00:00
AlertDestinationResource/Pages Spec 103: IA semantics (scope vs filter vs targeting) + UI polish (#126) 2026-02-21 00:28:15 +00:00
AlertRuleResource/Pages Spec 103: IA semantics (scope vs filter vs targeting) + UI polish (#126) 2026-02-21 00:28:15 +00:00
BackupScheduleResource feat: tenant-owned query canon and wrong-tenant guards (#180) 2026-03-18 08:33:13 +00:00
BackupSetResource feat: tenant-owned query canon and wrong-tenant guards (#180) 2026-03-18 08:33:13 +00:00
BaselineProfileResource feat: add baseline snapshot truth guards (#189) 2026-03-23 11:32:00 +00:00
BaselineSnapshotResource/Pages feat: add baseline snapshot truth guards (#189) 2026-03-23 11:32:00 +00:00
EntraGroupResource/Pages feat: tenant-owned query canon and wrong-tenant guards (#180) 2026-03-18 08:33:13 +00:00
EvidenceSnapshotResource/Pages feat: implement evidence domain foundation (#183) 2026-03-19 13:32:52 +00:00
FindingExceptionResource/Pages feat: implement finding risk acceptance lifecycle (#184) 2026-03-20 01:07:55 +00:00
FindingResource/Pages feat: implement finding risk acceptance lifecycle (#184) 2026-03-20 01:07:55 +00:00
InventoryItemResource/Pages feat: tenant-owned query canon and wrong-tenant guards (#180) 2026-03-18 08:33:13 +00:00
PolicyResource feat: tenant-owned query canon and wrong-tenant guards (#180) 2026-03-18 08:33:13 +00:00
PolicyVersionResource/Pages feat: tenant-owned query canon and wrong-tenant guards (#180) 2026-03-18 08:33:13 +00:00
ProviderConnectionResource/Pages feat: add shared reason translation contract (#187) 2026-03-22 20:19:43 +00:00
RestoreRunResource/Pages feat: tenant-owned query canon and wrong-tenant guards (#180) 2026-03-18 08:33:13 +00:00
ReviewPackResource/Pages Fix Review Pack generation UX + notifications (#133) 2026-02-23 19:42:52 +00:00
TenantResource feat: add shared reason translation contract (#187) 2026-03-22 20:19:43 +00:00
TenantReviewResource/Pages feat: add tenant review layer (#185) 2026-03-21 22:03:01 +00:00
Workspaces Spec 125: standardize Filament table UX (#152) 2026-03-08 22:54:56 +00:00
AlertDeliveryResource.php feat: add cross-resource navigation cohesion (#160) 2026-03-10 16:08:14 +00:00
AlertDestinationResource.php Spec 125: standardize Filament table UX (#152) 2026-03-08 22:54:56 +00:00
AlertRuleResource.php Spec 125: standardize Filament table UX (#152) 2026-03-08 22:54:56 +00:00
BackupScheduleResource.php feat: tenant-owned query canon and wrong-tenant guards (#180) 2026-03-18 08:33:13 +00:00
BackupSetResource.php feat: tenant-owned query canon and wrong-tenant guards (#180) 2026-03-18 08:33:13 +00:00
BaselineProfileResource.php feat: add baseline snapshot truth guards (#189) 2026-03-23 11:32:00 +00:00
BaselineSnapshotResource.php feat: add baseline snapshot truth guards (#189) 2026-03-23 11:32:00 +00:00
EntraGroupResource.php feat: tenant-owned query canon and wrong-tenant guards (#180) 2026-03-18 08:33:13 +00:00
EvidenceSnapshotResource.php feat: implement governance artifact truth semantics (#188) 2026-03-23 00:13:57 +00:00
FindingExceptionResource.php feat: implement finding risk acceptance lifecycle (#184) 2026-03-20 01:07:55 +00:00
FindingResource.php feat: implement finding risk acceptance lifecycle (#184) 2026-03-20 01:07:55 +00:00
InventoryItemResource.php feat: tenant-owned query canon and wrong-tenant guards (#180) 2026-03-18 08:33:13 +00:00
OperationRunResource.php feat: add baseline snapshot truth guards (#189) 2026-03-23 11:32:00 +00:00
PolicyResource.php feat: tenant-owned query canon and wrong-tenant guards (#180) 2026-03-18 08:33:13 +00:00
PolicyVersionResource.php feat: tenant-owned query canon and wrong-tenant guards (#180) 2026-03-18 08:33:13 +00:00
ProviderConnectionResource.php feat: add shared reason translation contract (#187) 2026-03-22 20:19:43 +00:00
RestoreRunResource.php feat: normalize operator outcome taxonomy (#186) 2026-03-22 12:13:34 +00:00
ReviewPackResource.php feat: implement governance artifact truth semantics (#188) 2026-03-23 00:13:57 +00:00
TenantResource.php feat: add shared reason translation contract (#187) 2026-03-22 20:19:43 +00:00
TenantReviewResource.php feat: implement governance artifact truth semantics (#188) 2026-03-23 00:13:57 +00:00