TenantAtlas/app/Filament/Pages
ahmido 37c6d0622c feat: implement spec 169 action surface contract v1.1 (#200)
## Summary
- implement the Action Surface Contract v1.1 runtime changes for Spec 169
- add the new explicit ActionSurfaceType contract, validator/discovery updates, and enrolled surface declarations
- update Filament action-surface documentation, focused guard tests, and spec artifacts for the completed feature

## Included
- clickable-row vs explicit-inspect enforcement across monitoring, reporting, CRUD, and system reference surfaces
- helper-first, workflow-next, destructive-last overflow ordering checks
- system panel list discovery in the primary action-surface validator
- Spec 169 artifacts: spec, plan, tasks, research, data model, quickstart, and logical contract

## Verification
- focused Pest verification pack completed for:
  - tests/Feature/Guards/ActionSurfaceValidatorTest.php
  - tests/Feature/Guards/ActionSurfaceContractTest.php
  - tests/Feature/Rbac/TenantActionSurfaceConsistencyTest.php
- integrated browser smoke test completed for admin-side reference surfaces:
  - /admin/operations
  - /admin/audit-log
  - /admin/finding-exceptions/queue
  - /admin/reviews
  - /admin/tenants

## Notes
- system panel browser smoke coverage could not be exercised in the same session because /system routes require platform authentication in the integrated browser
- Livewire target remains v4-compliant and no provider registration or asset strategy changes are introduced by this PR

Co-authored-by: Ahmed Darrazi <ahmed.darrazi@live.de>
Reviewed-on: #200
2026-03-30 09:21:39 +00:00
..
Auth 063-entra-signin (#76) 2026-01-27 16:38:53 +00:00
Monitoring feat: implement spec 169 action surface contract v1.1 (#200) 2026-03-30 09:21:39 +00:00
Operations feat: add tenant governance aggregate contract and action surface follow-ups (#199) 2026-03-29 21:14:17 +00:00
Reviews feat: implement spec 169 action surface contract v1.1 (#200) 2026-03-30 09:21:39 +00:00
Settings feat(115): baseline operability + alerts (#140) 2026-03-01 02:26:47 +00:00
Tenancy Spec 081: Provider connection cutover (#98) 2026-02-08 11:28:51 +00:00
Workspaces feat: add shared reason translation contract (#187) 2026-03-22 20:19:43 +00:00
BaselineCompareLanding.php feat: add tenant governance aggregate contract and action surface follow-ups (#199) 2026-03-29 21:14:17 +00:00
BreakGlassRecovery.php feat: implement auth structure system panel (#77) 2026-01-27 21:49:18 +00:00
ChooseTenant.php feat: harden queued execution legitimacy (#179) 2026-03-17 21:52:40 +00:00
ChooseWorkspace.php Spec 129: add workspace admin home overview (#157) 2026-03-09 21:53:25 +00:00
InventoryCoverage.php feat: add tenant governance aggregate contract and action surface follow-ups (#199) 2026-03-29 21:14:17 +00:00
NoAccess.php feat: add tenant governance aggregate contract and action surface follow-ups (#199) 2026-03-29 21:14:17 +00:00
TenantDashboard.php Baseline governance UX polish + view Infolist (#123) 2026-02-19 23:56:09 +00:00
TenantDiagnostics.php feat: add tenant governance aggregate contract and action surface follow-ups (#199) 2026-03-29 21:14:17 +00:00
TenantRequiredPermissions.php feat: add tenant governance aggregate contract and action surface follow-ups (#199) 2026-03-29 21:14:17 +00:00
WorkspaceOverview.php feat: standardize enterprise detail pages (#162) 2026-03-10 23:06:26 +00:00