TenantAtlas/app/Support/OpsUx
ahmido 03127a670b Spec 096: Ops polish (assignment summaries + dedupe + reconcile tracking + seed DX) (#115)
Implements Spec 096 ops polish bundle:

- Persist durable OperationRun.summary_counts for assignment fetch/restore (final attempt wins)
- Server-side dedupe for assignment jobs (15-minute cooldown + non-canonical skip)
- Track ReconcileAdapterRunsJob via workspace-scoped OperationRun + stable failure codes + overlap prevention
- Seed DX: ensure seeded tenants use UUID v4 external_id and seed satisfies workspace_id NOT NULL constraints

Verification (local / evidence-based):
- `vendor/bin/sail artisan test --compact tests/Feature/Operations/AssignmentRunSummaryCountsTest.php tests/Feature/Operations/AssignmentJobDedupeTest.php tests/Feature/Operations/ReconcileAdapterRunsJobTrackingTest.php tests/Feature/Seed/PoliciesSeederExternalIdTest.php`
- `vendor/bin/sail bin pint --dirty`

Spec artifacts included under `specs/096-ops-polish-assignment-dedupe-system-tracking/` (spec/plan/tasks/checklists).

Co-authored-by: Ahmed Darrazi <ahmed.darrazi@live.de>
Reviewed-on: #115
2026-02-15 20:49:38 +00:00
..
ActiveRuns.php feat(058): tenant dashboard + active-runs gating (#68) 2026-01-21 14:00:42 +00:00
AssignmentJobFingerprint.php Spec 096: Ops polish (assignment summaries + dedupe + reconcile tracking + seed DX) (#115) 2026-02-15 20:49:38 +00:00
BulkRunContext.php 056-remove-legacy-bulkops (#65) 2026-01-19 23:27:52 +00:00
OperationRunUrl.php 055-ops-ux-rollout (#64) 2026-01-18 14:50:15 +00:00
OperationStatusNormalizer.php 055-ops-ux-rollout (#64) 2026-01-18 14:50:15 +00:00
OperationSummaryKeys.php feat: unify provider connection actions and notifications (#73) 2026-01-25 01:01:37 +00:00
OperationUxPresenter.php 055-ops-ux-rollout (#64) 2026-01-18 14:50:15 +00:00
OpsUxBrowserEvents.php 055-ops-ux-rollout (#64) 2026-01-18 14:50:15 +00:00
RunDetailPolling.php 055-ops-ux-rollout (#64) 2026-01-18 14:50:15 +00:00
RunDurationInsights.php 055-ops-ux-rollout (#64) 2026-01-18 14:50:15 +00:00
RunFailureSanitizer.php Spec 081: Provider connection cutover (#98) 2026-02-08 11:28:51 +00:00
SummaryCountsNormalizer.php 055-ops-ux-rollout (#64) 2026-01-18 14:50:15 +00:00