TenantAtlas/app/Support/Baselines
ahmido 1b88d28739 feat: consolidate operation naming surfaces (#202)
## Summary
- align operator-visible OperationRun terminology to canonical `Operations` / `Operation` labels across shared links, notifications, verification/onboarding surfaces, summary widgets, and monitoring/detail pages
- add the Spec 171 planning artifacts under `specs/171-operations-naming-consolidation/`
- close the remaining tenant dashboard and admin copy drift found during browser smoke validation

## Validation
- `export PATH="/bin:/usr/bin:/usr/local/bin:$PATH" && vendor/bin/sail artisan test --compact tests/Unit/Support/RelatedNavigationResolverTest.php tests/Unit/Support/References/RelatedContextReferenceAdapterTest.php tests/Feature/OpsUx/NotificationViewRunLinkTest.php tests/Feature/Guards/ActionSurfaceContractTest.php tests/Feature/Operations/TenantlessOperationRunViewerTest.php tests/Feature/Filament/BackupSetResolvedReferencePresentationTest.php tests/Feature/Filament/TenantVerificationReportWidgetTest.php tests/Feature/Onboarding/OnboardingVerificationTest.php tests/Feature/Onboarding/OnboardingVerificationClustersTest.php tests/Feature/Onboarding/OnboardingVerificationV1_5UxTest.php tests/Feature/Filament/BaselineCompareSummaryConsistencyTest.php tests/Feature/Filament/WorkspaceOverviewContentTest.php tests/Feature/Filament/RecentOperationsSummaryWidgetTest.php tests/Feature/Monitoring/OperationLifecycleAggregateVisibilityTest.php tests/Feature/System/Spec114/OpsTriageActionsTest.php tests/Feature/System/Spec114/OpsFailuresViewTest.php tests/Feature/System/Spec114/OpsStuckViewTest.php`
- `export PATH="/bin:/usr/bin:/usr/local/bin:$PATH" && vendor/bin/sail artisan test --compact tests/Browser/OnboardingDraftRefreshTest.php`
- `export PATH="/bin:/usr/bin:/usr/local/bin:$PATH" && vendor/bin/sail bin pint --dirty --format agent`

## Notes
- no schema or route renames
- Filament / Livewire surface behavior stays within the existing admin and tenant panels
- OperationRunResource remains excluded from global search

Co-authored-by: Ahmed Darrazi <ahmed.darrazi@live.de>
Reviewed-on: #202
2026-03-30 22:51:06 +00:00
..
BaselineCaptureMode.php Spec 119: Drift cutover to Baseline Compare (golden master) (#144) 2026-03-06 14:30:49 +00:00
BaselineCompareEvidenceGapDetails.php feat: implement baseline subject resolution semantics (#193) 2026-03-25 12:40:45 +00:00
BaselineCompareExplanationRegistry.php feat: harden baseline compare summary trust surfaces (#196) 2026-03-27 00:19:53 +00:00
BaselineCompareReasonCode.php feat: harden finding governance health surfaces (#197) 2026-03-28 10:11:12 +00:00
BaselineCompareStats.php feat: add tenant governance aggregate contract and action surface follow-ups (#199) 2026-03-29 21:14:17 +00:00
BaselineCompareSummaryAssessment.php feat: harden finding governance health surfaces (#197) 2026-03-28 10:11:12 +00:00
BaselineCompareSummaryAssessor.php feat: consolidate operation naming surfaces (#202) 2026-03-30 22:51:06 +00:00
BaselineEvidenceResumeToken.php Spec 119: Drift cutover to Baseline Compare (golden master) (#144) 2026-03-06 14:30:49 +00:00
BaselineFullContentRolloutGate.php Spec 119: Drift cutover to Baseline Compare (golden master) (#144) 2026-03-06 14:30:49 +00:00
BaselineProfileStatus.php Spec 116: Baseline drift engine v1 (meta fidelity + coverage guard) (#141) 2026-03-02 22:02:58 +00:00
BaselineReasonCodes.php feat: implement operator explanation layer (#191) 2026-03-24 11:24:33 +00:00
BaselineScope.php feat: implement baseline subject resolution semantics (#193) 2026-03-25 12:40:45 +00:00
BaselineSnapshotLifecycleState.php feat: add baseline snapshot truth guards (#189) 2026-03-23 11:32:00 +00:00
BaselineSubjectKey.php feat: add Intune RBAC baseline compare support (#156) 2026-03-09 18:49:20 +00:00
BaselineSupportCapabilityGuard.php feat: implement baseline subject resolution semantics (#193) 2026-03-25 12:40:45 +00:00
OperatorActionCategory.php feat: implement baseline subject resolution semantics (#193) 2026-03-25 12:40:45 +00:00
PolicyVersionCapturePurpose.php Spec 119: Drift cutover to Baseline Compare (golden master) (#144) 2026-03-06 14:30:49 +00:00
ResolutionOutcome.php feat: implement baseline subject resolution semantics (#193) 2026-03-25 12:40:45 +00:00
ResolutionOutcomeRecord.php feat: implement baseline subject resolution semantics (#193) 2026-03-25 12:40:45 +00:00
ResolutionPath.php feat: implement baseline subject resolution semantics (#193) 2026-03-25 12:40:45 +00:00
SubjectClass.php feat: implement baseline subject resolution semantics (#193) 2026-03-25 12:40:45 +00:00
SubjectDescriptor.php feat: implement baseline subject resolution semantics (#193) 2026-03-25 12:40:45 +00:00
SubjectResolver.php feat: implement baseline subject resolution semantics (#193) 2026-03-25 12:40:45 +00:00
SupportCapabilityRecord.php feat: implement baseline subject resolution semantics (#193) 2026-03-25 12:40:45 +00:00
TenantGovernanceAggregate.php feat: add tenant governance aggregate contract and action surface follow-ups (#199) 2026-03-29 21:14:17 +00:00
TenantGovernanceAggregateResolver.php feat: add tenant governance aggregate contract and action surface follow-ups (#199) 2026-03-29 21:14:17 +00:00