TenantAtlas/app
ahmido 1f0cc5de56 feat: implement operator explanation layer (#191)
## Summary
- add the shared operator explanation layer with explanation families, trustworthiness semantics, count descriptors, and centralized badge mappings
- adopt explanation-first rendering across baseline compare, governance operation run detail, baseline snapshot presentation, tenant review detail, and review register rows
- extend reason translation, artifact-truth presentation, fallback ops UX messaging, and focused regression coverage for operator explanation semantics

## Testing
- vendor/bin/sail bin pint --dirty --format agent
- vendor/bin/sail artisan test --compact tests/Feature/Monitoring/OperationsTenantScopeTest.php tests/Feature/Operations/OperationRunBlockedExecutionPresentationTest.php
- vendor/bin/sail artisan test --compact

## Notes
- Livewire v4 compatible
- panel provider registration remains in bootstrap/providers.php
- no destructive Filament actions were added or changed in this PR
- no new global-search behavior was introduced in this slice

Co-authored-by: Ahmed Darrazi <ahmed.darrazi@live.de>
Reviewed-on: #191
2026-03-24 11:24:33 +00:00
..
Console/Commands feat: harden operation lifecycle monitoring (#190) 2026-03-23 21:53:19 +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: implement operator explanation layer (#191) 2026-03-24 11:24:33 +00:00
Http feat: implement evidence domain foundation (#183) 2026-03-19 13:32:52 +00:00
Jobs feat: implement operator explanation layer (#191) 2026-03-24 11:24:33 +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: implement operator explanation layer (#191) 2026-03-24 11:24:33 +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: harden operation lifecycle monitoring (#190) 2026-03-23 21:53:19 +00:00
Providers feat: harden operation lifecycle monitoring (#190) 2026-03-23 21:53:19 +00:00
Rules feat/049-backup-restore-job-orchestration (#56) 2026-01-11 15:59:06 +00:00
Services feat: implement operator explanation layer (#191) 2026-03-24 11:24:33 +00:00
Support feat: implement operator explanation layer (#191) 2026-03-24 11:24:33 +00:00