TenantAtlas/app
ahmido 5ec62cd117 feat: harden livewire trusted state boundaries (#182)
## Summary
- add the shared trusted-state model and resolver helpers for first-slice Livewire and Filament surfaces
- harden managed tenant onboarding, tenant required permissions, and system runbooks against forged or stale public state
- add focused Pest guard and regression coverage plus the complete spec 152 artifact set

## Validation
- `vendor/bin/sail artisan test --compact`
- manual smoke validated on `/admin/onboarding/{onboardingDraft}`
- manual smoke validated on `/admin/tenants/{tenant}/required-permissions`
- manual smoke validated on `/system/ops/runbooks`

## Notes
- Livewire v4.0+ / Filament v5 stack unchanged
- no new panels, routes, assets, or global-search changes
- provider registration remains in `bootstrap/providers.php`

Co-authored-by: Ahmed Darrazi <ahmed.darrazi@live.de>
Reviewed-on: #182
2026-03-18 23:01:14 +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: add onboarding lifecycle checkpoints and locking (#169) 2026-03-14 11:02:29 +00:00
Filament feat: harden livewire trusted state boundaries (#182) 2026-03-18 23:01:14 +00:00
Http feat: central tenant operability policy (#177) 2026-03-17 11:48:55 +00:00
Jobs feat: harden findings workflow and audit backstop (#181) 2026-03-18 12:57:23 +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: harden findings workflow and audit backstop (#181) 2026-03-18 12:57:23 +00:00
Notifications feat: harden queued execution legitimacy (#179) 2026-03-17 21:52:40 +00:00
Observers feat: standardize platform provider identity (#166) 2026-03-13 16:29:08 +00:00
Policies feat: harden findings workflow and audit backstop (#181) 2026-03-18 12:57:23 +00:00
Providers feat: harden queued execution legitimacy (#179) 2026-03-17 21:52:40 +00:00
Rules feat/049-backup-restore-job-orchestration (#56) 2026-01-11 15:59:06 +00:00
Services feat: harden livewire trusted state boundaries (#182) 2026-03-18 23:01:14 +00:00
Support feat: harden livewire trusted state boundaries (#182) 2026-03-18 23:01:14 +00:00