TenantAtlas/app
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
..
Console/Commands feat: standardize platform provider identity (#166) 2026-03-13 16:29:08 +00:00
Contracts/Hardening feat: provider access hardening (RBAC write gate) (#132) 2026-02-23 00:49:37 +00:00
Exceptions feat: implement evidence domain foundation (#183) 2026-03-19 13:32:52 +00:00
Filament feat: add baseline snapshot truth guards (#189) 2026-03-23 11:32:00 +00:00
Http feat: implement evidence domain foundation (#183) 2026-03-19 13:32:52 +00:00
Jobs feat: add baseline snapshot truth guards (#189) 2026-03-23 11:32:00 +00:00
Listeners 085-tenant-operate-hub (#103) 2026-02-11 13:02:03 +00:00
Livewire feat: add resolved reference presentation layer (#161) 2026-03-10 18:52:52 +00:00
Models feat: add baseline snapshot truth guards (#189) 2026-03-23 11:32:00 +00:00
Notifications feat: add shared reason translation contract (#187) 2026-03-22 20:19:43 +00:00
Observers feat: standardize platform provider identity (#166) 2026-03-13 16:29:08 +00:00
Policies feat: add tenant review layer (#185) 2026-03-21 22:03:01 +00:00
Providers feat: add tenant review layer (#185) 2026-03-21 22:03:01 +00:00
Rules feat/049-backup-restore-job-orchestration (#56) 2026-01-11 15:59:06 +00:00
Services feat: add baseline snapshot truth guards (#189) 2026-03-23 11:32:00 +00:00
Support feat: add baseline snapshot truth guards (#189) 2026-03-23 11:32:00 +00:00