p-dev-harness 0.3.0 → 0.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +16 -5
- package/dist/github/client.d.ts +88 -1
- package/dist/github/client.d.ts.map +1 -1
- package/dist/github/client.js +98 -7
- package/dist/github/client.js.map +1 -1
- package/dist/github/rate-limit-metadata.d.ts +16 -0
- package/dist/github/rate-limit-metadata.d.ts.map +1 -0
- package/dist/github/rate-limit-metadata.js +73 -0
- package/dist/github/rate-limit-metadata.js.map +1 -0
- package/dist/p-dev/git-object-plumbing.d.ts +19 -0
- package/dist/p-dev/git-object-plumbing.d.ts.map +1 -0
- package/dist/p-dev/git-object-plumbing.js +196 -0
- package/dist/p-dev/git-object-plumbing.js.map +1 -0
- package/dist/p-dev/package-paths.d.ts +1 -0
- package/dist/p-dev/package-paths.d.ts.map +1 -1
- package/dist/p-dev/package-paths.js +3 -0
- package/dist/p-dev/package-paths.js.map +1 -1
- package/dist/p-dev/workspace-snapshot-digest.d.ts +12 -0
- package/dist/p-dev/workspace-snapshot-digest.d.ts.map +1 -0
- package/dist/p-dev/workspace-snapshot-digest.js +34 -0
- package/dist/p-dev/workspace-snapshot-digest.js.map +1 -0
- package/dist/p-dev/workspace-snapshot-generator.d.ts +15 -0
- package/dist/p-dev/workspace-snapshot-generator.d.ts.map +1 -0
- package/dist/p-dev/workspace-snapshot-generator.js +69 -0
- package/dist/p-dev/workspace-snapshot-generator.js.map +1 -0
- package/dist/p-dev/workspace-snapshot-git.d.ts +26 -0
- package/dist/p-dev/workspace-snapshot-git.d.ts.map +1 -0
- package/dist/p-dev/workspace-snapshot-git.js +151 -0
- package/dist/p-dev/workspace-snapshot-git.js.map +1 -0
- package/dist/p-dev/workspace-snapshot-manifest.d.ts +18 -0
- package/dist/p-dev/workspace-snapshot-manifest.d.ts.map +1 -0
- package/dist/p-dev/workspace-snapshot-manifest.js +292 -0
- package/dist/p-dev/workspace-snapshot-manifest.js.map +1 -0
- package/dist/p-dev/workspace-snapshot-policy.d.ts +16 -0
- package/dist/p-dev/workspace-snapshot-policy.d.ts.map +1 -0
- package/dist/p-dev/workspace-snapshot-policy.js +168 -0
- package/dist/p-dev/workspace-snapshot-policy.js.map +1 -0
- package/dist/p-dev/workspace-snapshot-types.d.ts +54 -0
- package/dist/p-dev/workspace-snapshot-types.d.ts.map +1 -0
- package/dist/p-dev/workspace-snapshot-types.js +7 -0
- package/dist/p-dev/workspace-snapshot-types.js.map +1 -0
- package/dist/p-dev/workspace-snapshot-validation.d.ts +17 -0
- package/dist/p-dev/workspace-snapshot-validation.d.ts.map +1 -0
- package/dist/p-dev/workspace-snapshot-validation.js +115 -0
- package/dist/p-dev/workspace-snapshot-validation.js.map +1 -0
- package/dist/setup/github-remote-provider.d.ts +129 -0
- package/dist/setup/github-remote-provider.d.ts.map +1 -1
- package/dist/setup/github-remote-provider.js +214 -3
- package/dist/setup/github-remote-provider.js.map +1 -1
- package/dist/setup/github-remote-setup-live.d.ts +46 -1
- package/dist/setup/github-remote-setup-live.d.ts.map +1 -1
- package/dist/setup/github-remote-setup-live.js +121 -4
- package/dist/setup/github-remote-setup-live.js.map +1 -1
- package/dist/setup/github-secret-encryption.d.ts.map +1 -1
- package/dist/setup/github-secret-encryption.js +3 -1
- package/dist/setup/github-secret-encryption.js.map +1 -1
- package/dist/setup/github-upload-rate-limit-gate.d.ts +17 -0
- package/dist/setup/github-upload-rate-limit-gate.d.ts.map +1 -0
- package/dist/setup/github-upload-rate-limit-gate.js +42 -0
- package/dist/setup/github-upload-rate-limit-gate.js.map +1 -0
- package/dist/setup/harness-managed-repo-marker.d.ts +28 -1
- package/dist/setup/harness-managed-repo-marker.d.ts.map +1 -1
- package/dist/setup/harness-managed-repo-marker.js +165 -2
- package/dist/setup/harness-managed-repo-marker.js.map +1 -1
- package/dist/setup/harness-provisioning-context.d.ts +14 -12
- package/dist/setup/harness-provisioning-context.d.ts.map +1 -1
- package/dist/setup/harness-provisioning-context.js +54 -42
- package/dist/setup/harness-provisioning-context.js.map +1 -1
- package/dist/setup/harness-provisioning-pending-state.d.ts +33 -22
- package/dist/setup/harness-provisioning-pending-state.d.ts.map +1 -1
- package/dist/setup/harness-provisioning-pending-state.js +49 -30
- package/dist/setup/harness-provisioning-pending-state.js.map +1 -1
- package/dist/setup/harness-repo-provisioning.d.ts +10 -5
- package/dist/setup/harness-repo-provisioning.d.ts.map +1 -1
- package/dist/setup/harness-repo-provisioning.js +403 -335
- package/dist/setup/harness-repo-provisioning.js.map +1 -1
- package/dist/setup/harness-snapshot-provisioning-helpers.d.ts +21 -0
- package/dist/setup/harness-snapshot-provisioning-helpers.d.ts.map +1 -0
- package/dist/setup/harness-snapshot-provisioning-helpers.js +55 -0
- package/dist/setup/harness-snapshot-provisioning-helpers.js.map +1 -0
- package/dist/setup/harness-snapshot-provisioning.d.ts +111 -0
- package/dist/setup/harness-snapshot-provisioning.d.ts.map +1 -0
- package/dist/setup/harness-snapshot-provisioning.js +684 -0
- package/dist/setup/harness-snapshot-provisioning.js.map +1 -0
- package/dist/setup/harness-workspace-snapshot-loader.d.ts +15 -0
- package/dist/setup/harness-workspace-snapshot-loader.d.ts.map +1 -0
- package/dist/setup/harness-workspace-snapshot-loader.js +80 -0
- package/dist/setup/harness-workspace-snapshot-loader.js.map +1 -0
- package/dist/setup/mock-git-repository-store.d.ts +43 -0
- package/dist/setup/mock-git-repository-store.d.ts.map +1 -0
- package/dist/setup/mock-git-repository-store.js +232 -0
- package/dist/setup/mock-git-repository-store.js.map +1 -0
- package/gui/.next/BUILD_ID +1 -1
- package/gui/.next/app-build-manifest.json +49 -49
- package/gui/.next/app-path-routes-manifest.json +15 -15
- package/gui/.next/build-manifest.json +2 -2
- package/gui/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/gui/.next/server/app/_not-found.html +1 -1
- package/gui/.next/server/app/_not-found.rsc +2 -2
- package/gui/.next/server/app/api/setup/apply-connect-services/route.js +1 -1
- package/gui/.next/server/app/api/setup/apply-connect-services/route.js.nft.json +1 -1
- package/gui/.next/server/app/api/setup/apply-connect-services/route_client-reference-manifest.js +1 -1
- package/gui/.next/server/app/api/setup/apply-harness-repo-provisioning/route.js +1 -1
- package/gui/.next/server/app/api/setup/apply-harness-repo-provisioning/route.js.nft.json +1 -1
- package/gui/.next/server/app/api/setup/apply-harness-repo-provisioning/route_client-reference-manifest.js +1 -1
- package/gui/.next/server/app/api/setup/apply-harness-secrets/route.js +1 -1
- package/gui/.next/server/app/api/setup/apply-harness-secrets/route.js.nft.json +1 -1
- package/gui/.next/server/app/api/setup/apply-harness-secrets/route_client-reference-manifest.js +1 -1
- package/gui/.next/server/app/api/setup/apply-linear-setup/route.js +1 -1
- package/gui/.next/server/app/api/setup/apply-linear-setup/route.js.nft.json +1 -1
- package/gui/.next/server/app/api/setup/apply-linear-setup/route_client-reference-manifest.js +1 -1
- package/gui/.next/server/app/api/setup/apply-local-files/route.js +1 -1
- package/gui/.next/server/app/api/setup/apply-local-files/route.js.nft.json +1 -1
- package/gui/.next/server/app/api/setup/apply-local-files/route_client-reference-manifest.js +1 -1
- package/gui/.next/server/app/api/setup/apply-target-workflow/route.js +1 -1
- package/gui/.next/server/app/api/setup/apply-target-workflow/route.js.nft.json +1 -1
- package/gui/.next/server/app/api/setup/apply-target-workflow/route_client-reference-manifest.js +1 -1
- package/gui/.next/server/app/api/setup/apply-vercel-bridge/route.js +1 -1
- package/gui/.next/server/app/api/setup/apply-vercel-bridge/route.js.nft.json +1 -1
- package/gui/.next/server/app/api/setup/apply-vercel-bridge/route_client-reference-manifest.js +1 -1
- package/gui/.next/server/app/api/setup/finalize-target-workflow/route.js +1 -1
- package/gui/.next/server/app/api/setup/finalize-target-workflow/route.js.nft.json +1 -1
- package/gui/.next/server/app/api/setup/finalize-target-workflow/route_client-reference-manifest.js +1 -1
- package/gui/.next/server/app/api/setup/harness-provisioning-summary/route.js +1 -1
- package/gui/.next/server/app/api/setup/harness-provisioning-summary/route.js.nft.json +1 -1
- package/gui/.next/server/app/api/setup/harness-provisioning-summary/route_client-reference-manifest.js +1 -1
- package/gui/.next/server/app/api/setup/linear-options/route.js +1 -1
- package/gui/.next/server/app/api/setup/linear-options/route.js.nft.json +1 -1
- package/gui/.next/server/app/api/setup/linear-options/route_client-reference-manifest.js +1 -1
- package/gui/.next/server/app/api/setup/linear-summary/route.js +1 -1
- package/gui/.next/server/app/api/setup/linear-summary/route.js.nft.json +1 -1
- package/gui/.next/server/app/api/setup/linear-summary/route_client-reference-manifest.js +1 -1
- package/gui/.next/server/app/api/setup/local-readiness/route_client-reference-manifest.js +1 -1
- package/gui/.next/server/app/api/setup/manual-harness-secret-values/route.js +1 -1
- package/gui/.next/server/app/api/setup/manual-harness-secret-values/route.js.nft.json +1 -1
- package/gui/.next/server/app/api/setup/manual-harness-secret-values/route_client-reference-manifest.js +1 -1
- package/gui/.next/server/app/api/setup/preview-connect-services/route.js +1 -1
- package/gui/.next/server/app/api/setup/preview-connect-services/route.js.nft.json +1 -1
- package/gui/.next/server/app/api/setup/preview-connect-services/route_client-reference-manifest.js +1 -1
- package/gui/.next/server/app/api/setup/preview-harness-repo-provisioning/route.js +1 -1
- package/gui/.next/server/app/api/setup/preview-harness-repo-provisioning/route.js.nft.json +1 -1
- package/gui/.next/server/app/api/setup/preview-harness-repo-provisioning/route_client-reference-manifest.js +1 -1
- package/gui/.next/server/app/api/setup/preview-harness-secrets/route.js +1 -1
- package/gui/.next/server/app/api/setup/preview-harness-secrets/route.js.nft.json +1 -1
- package/gui/.next/server/app/api/setup/preview-harness-secrets/route_client-reference-manifest.js +1 -1
- package/gui/.next/server/app/api/setup/preview-linear-setup/route.js +1 -1
- package/gui/.next/server/app/api/setup/preview-linear-setup/route.js.nft.json +1 -1
- package/gui/.next/server/app/api/setup/preview-linear-setup/route_client-reference-manifest.js +1 -1
- package/gui/.next/server/app/api/setup/preview-local-files/route.js +1 -1
- package/gui/.next/server/app/api/setup/preview-local-files/route.js.nft.json +1 -1
- package/gui/.next/server/app/api/setup/preview-local-files/route_client-reference-manifest.js +1 -1
- package/gui/.next/server/app/api/setup/preview-target-workflow/route.js +1 -1
- package/gui/.next/server/app/api/setup/preview-target-workflow/route.js.nft.json +1 -1
- package/gui/.next/server/app/api/setup/preview-target-workflow/route_client-reference-manifest.js +1 -1
- package/gui/.next/server/app/api/setup/preview-vercel-bridge/route.js +1 -1
- package/gui/.next/server/app/api/setup/preview-vercel-bridge/route.js.nft.json +1 -1
- package/gui/.next/server/app/api/setup/preview-vercel-bridge/route_client-reference-manifest.js +1 -1
- package/gui/.next/server/app/api/setup/remote-summary/route.js +1 -1
- package/gui/.next/server/app/api/setup/remote-summary/route.js.nft.json +1 -1
- package/gui/.next/server/app/api/setup/remote-summary/route_client-reference-manifest.js +1 -1
- package/gui/.next/server/app/api/setup/summary/route.js +1 -1
- package/gui/.next/server/app/api/setup/summary/route.js.nft.json +1 -1
- package/gui/.next/server/app/api/setup/summary/route_client-reference-manifest.js +1 -1
- package/gui/.next/server/app/api/setup/vercel-bridge-options/route.js +1 -1
- package/gui/.next/server/app/api/setup/vercel-bridge-options/route.js.nft.json +1 -1
- package/gui/.next/server/app/api/setup/vercel-bridge-options/route_client-reference-manifest.js +1 -1
- package/gui/.next/server/app/api/setup/vercel-bridge-redeploy-status/route.js +1 -1
- package/gui/.next/server/app/api/setup/vercel-bridge-redeploy-status/route.js.nft.json +1 -1
- package/gui/.next/server/app/api/setup/vercel-bridge-redeploy-status/route_client-reference-manifest.js +1 -1
- package/gui/.next/server/app/api/setup/vercel-summary/route.js +1 -1
- package/gui/.next/server/app/api/setup/vercel-summary/route.js.nft.json +1 -1
- package/gui/.next/server/app/api/setup/vercel-summary/route_client-reference-manifest.js +1 -1
- package/gui/.next/server/app/api/setup/verify-harness-repo/route.js +1 -1
- package/gui/.next/server/app/api/setup/verify-harness-repo/route.js.nft.json +1 -1
- package/gui/.next/server/app/api/setup/verify-harness-repo/route_client-reference-manifest.js +1 -1
- package/gui/.next/server/app/api/setup/verify-service/route_client-reference-manifest.js +1 -1
- package/gui/.next/server/app/api/setup/verify-target-repo/route_client-reference-manifest.js +1 -1
- package/gui/.next/server/app/index.html +1 -1
- package/gui/.next/server/app/index.rsc +2 -2
- package/gui/.next/server/app/page_client-reference-manifest.js +1 -1
- package/gui/.next/server/app/settings/configure/page.js +2 -2
- package/gui/.next/server/app/settings/configure/page.js.nft.json +1 -1
- package/gui/.next/server/app/settings/configure/page_client-reference-manifest.js +1 -1
- package/gui/.next/server/app-paths-manifest.json +15 -15
- package/gui/.next/server/chunks/477.js +2 -2
- package/gui/.next/server/chunks/647.js +82 -0
- package/gui/.next/server/chunks/900.js +1 -1
- package/gui/.next/server/pages/404.html +1 -1
- package/gui/.next/server/pages/500.html +1 -1
- package/gui/.next/static/css/781f3c93b6d7425a.css +3 -0
- package/gui/.next/trace +4 -4
- package/package.json +2 -1
- package/workspace-snapshot/files/.agents/skills/architecture-evolution-audit/SKILL.md +282 -0
- package/workspace-snapshot/files/.agents/skills/code-health-audit/SKILL.md +188 -0
- package/workspace-snapshot/files/.agents/skills/implementation/SKILL.md +279 -0
- package/workspace-snapshot/files/.agents/skills/issue-intake/SKILL.md +163 -0
- package/workspace-snapshot/files/.agents/skills/issue-intake/examples.md +112 -0
- package/workspace-snapshot/files/.agents/skills/planner/SKILL.md +253 -0
- package/workspace-snapshot/files/.agents/skills/security-audit/SKILL.md +270 -0
- package/workspace-snapshot/files/.env.example +37 -0
- package/workspace-snapshot/files/.github/CODEOWNERS +4 -0
- package/workspace-snapshot/files/.github/dependabot.yml +12 -0
- package/workspace-snapshot/files/.github/workflows/ci.yml +32 -0
- package/workspace-snapshot/files/.github/workflows/codeql.yml +35 -0
- package/workspace-snapshot/files/.github/workflows/harness-auto-runner.yml +561 -0
- package/workspace-snapshot/files/.harness/config.example.json +83 -0
- package/workspace-snapshot/files/AGENTS.md +130 -0
- package/workspace-snapshot/files/ARCHITECTURE.md +385 -0
- package/workspace-snapshot/files/CHANGELOG.md +166 -0
- package/workspace-snapshot/files/LICENSE +21 -0
- package/workspace-snapshot/files/README.md +110 -0
- package/workspace-snapshot/files/ROADMAP.md +50 -0
- package/workspace-snapshot/files/api/linear-webhook.ts +41 -0
- package/workspace-snapshot/files/apps/gui/app/api/setup/apply-connect-services/route.ts +21 -0
- package/workspace-snapshot/files/apps/gui/app/api/setup/apply-harness-repo-provisioning/route.ts +35 -0
- package/workspace-snapshot/files/apps/gui/app/api/setup/apply-harness-secrets/route.ts +42 -0
- package/workspace-snapshot/files/apps/gui/app/api/setup/apply-linear-setup/route.ts +23 -0
- package/workspace-snapshot/files/apps/gui/app/api/setup/apply-local-files/route.ts +42 -0
- package/workspace-snapshot/files/apps/gui/app/api/setup/apply-target-workflow/route.ts +49 -0
- package/workspace-snapshot/files/apps/gui/app/api/setup/apply-vercel-bridge/route.ts +26 -0
- package/workspace-snapshot/files/apps/gui/app/api/setup/finalize-target-workflow/route.ts +32 -0
- package/workspace-snapshot/files/apps/gui/app/api/setup/harness-provisioning-summary/route.ts +17 -0
- package/workspace-snapshot/files/apps/gui/app/api/setup/linear-options/route.ts +17 -0
- package/workspace-snapshot/files/apps/gui/app/api/setup/linear-summary/route.ts +15 -0
- package/workspace-snapshot/files/apps/gui/app/api/setup/local-readiness/route.ts +18 -0
- package/workspace-snapshot/files/apps/gui/app/api/setup/manual-harness-secret-values/route.ts +33 -0
- package/workspace-snapshot/files/apps/gui/app/api/setup/preview-connect-services/route.ts +17 -0
- package/workspace-snapshot/files/apps/gui/app/api/setup/preview-harness-repo-provisioning/route.ts +22 -0
- package/workspace-snapshot/files/apps/gui/app/api/setup/preview-harness-secrets/route.ts +19 -0
- package/workspace-snapshot/files/apps/gui/app/api/setup/preview-linear-setup/route.ts +20 -0
- package/workspace-snapshot/files/apps/gui/app/api/setup/preview-local-files/route.ts +17 -0
- package/workspace-snapshot/files/apps/gui/app/api/setup/preview-target-workflow/route.ts +25 -0
- package/workspace-snapshot/files/apps/gui/app/api/setup/preview-vercel-bridge/route.ts +23 -0
- package/workspace-snapshot/files/apps/gui/app/api/setup/remote-summary/route.ts +15 -0
- package/workspace-snapshot/files/apps/gui/app/api/setup/summary/route.ts +10 -0
- package/workspace-snapshot/files/apps/gui/app/api/setup/vercel-bridge-options/route.ts +29 -0
- package/workspace-snapshot/files/apps/gui/app/api/setup/vercel-bridge-redeploy-status/route.ts +22 -0
- package/workspace-snapshot/files/apps/gui/app/api/setup/vercel-summary/route.ts +15 -0
- package/workspace-snapshot/files/apps/gui/app/api/setup/verify-harness-repo/route.ts +31 -0
- package/workspace-snapshot/files/apps/gui/app/api/setup/verify-service/route.ts +41 -0
- package/workspace-snapshot/files/apps/gui/app/api/setup/verify-target-repo/route.ts +33 -0
- package/workspace-snapshot/files/apps/gui/app/layout.tsx +28 -0
- package/workspace-snapshot/files/apps/gui/app/page.tsx +5 -0
- package/workspace-snapshot/files/apps/gui/app/settings/configure/page.tsx +34 -0
- package/workspace-snapshot/files/apps/gui/components/custom/app-shell.tsx +39 -0
- package/workspace-snapshot/files/apps/gui/components/custom/configure-experience.tsx +671 -0
- package/workspace-snapshot/files/apps/gui/components/custom/configure-page-content.tsx +45 -0
- package/workspace-snapshot/files/apps/gui/components/custom/configure-workflow.tsx +1284 -0
- package/workspace-snapshot/files/apps/gui/components/custom/connected-status.tsx +30 -0
- package/workspace-snapshot/files/apps/gui/components/custom/environment-config-form.tsx +400 -0
- package/workspace-snapshot/files/apps/gui/components/custom/first-run-stepper.tsx +199 -0
- package/workspace-snapshot/files/apps/gui/components/custom/github-token-help-disclosure.tsx +142 -0
- package/workspace-snapshot/files/apps/gui/components/custom/guided-cloud-secrets-card.tsx +993 -0
- package/workspace-snapshot/files/apps/gui/components/custom/guided-linear-workspace-card.tsx +526 -0
- package/workspace-snapshot/files/apps/gui/components/custom/guided-local-readiness-card.tsx +132 -0
- package/workspace-snapshot/files/apps/gui/components/custom/guided-step-transition.tsx +60 -0
- package/workspace-snapshot/files/apps/gui/components/custom/guided-target-workflow-card.tsx +396 -0
- package/workspace-snapshot/files/apps/gui/components/custom/guided-vercel-bridge-card.tsx +861 -0
- package/workspace-snapshot/files/apps/gui/components/custom/local-write-confirmation.tsx +91 -0
- package/workspace-snapshot/files/apps/gui/components/custom/local-write-preview.tsx +52 -0
- package/workspace-snapshot/files/apps/gui/components/custom/preview-panel.tsx +19 -0
- package/workspace-snapshot/files/apps/gui/components/custom/primary-setup-task-card.tsx +65 -0
- package/workspace-snapshot/files/apps/gui/components/custom/readiness-banner.tsx +91 -0
- package/workspace-snapshot/files/apps/gui/components/custom/remote-action-confirmation.tsx +155 -0
- package/workspace-snapshot/files/apps/gui/components/custom/remote-action-preview.tsx +84 -0
- package/workspace-snapshot/files/apps/gui/components/custom/remote-secret-form.tsx +123 -0
- package/workspace-snapshot/files/apps/gui/components/custom/remote-setup-section.tsx +354 -0
- package/workspace-snapshot/files/apps/gui/components/custom/review-cloud-secrets-disclosure.tsx +59 -0
- package/workspace-snapshot/files/apps/gui/components/custom/review-generated-files-disclosure.tsx +67 -0
- package/workspace-snapshot/files/apps/gui/components/custom/section-card.tsx +33 -0
- package/workspace-snapshot/files/apps/gui/components/custom/service-icons.tsx +30 -0
- package/workspace-snapshot/files/apps/gui/components/custom/setup-apply-result.tsx +52 -0
- package/workspace-snapshot/files/apps/gui/components/custom/setup-checklist.tsx +206 -0
- package/workspace-snapshot/files/apps/gui/components/custom/setup-dashboard.tsx +124 -0
- package/workspace-snapshot/files/apps/gui/components/custom/setup-readonly-sections.tsx +210 -0
- package/workspace-snapshot/files/apps/gui/components/custom/status-badge.tsx +22 -0
- package/workspace-snapshot/files/apps/gui/components/custom/target-repo-config-form.tsx +647 -0
- package/workspace-snapshot/files/apps/gui/components/custom/target-workflow-pr-card.tsx +283 -0
- package/workspace-snapshot/files/apps/gui/components/custom/theme-provider.tsx +11 -0
- package/workspace-snapshot/files/apps/gui/components/custom/theme-toggle.tsx +44 -0
- package/workspace-snapshot/files/apps/gui/components/custom/workflow-install-pending-panel.tsx +116 -0
- package/workspace-snapshot/files/apps/gui/components/ui/badge.tsx +40 -0
- package/workspace-snapshot/files/apps/gui/components/ui/button.tsx +52 -0
- package/workspace-snapshot/files/apps/gui/components/ui/card.tsx +64 -0
- package/workspace-snapshot/files/apps/gui/components/ui/checkbox.tsx +21 -0
- package/workspace-snapshot/files/apps/gui/components/ui/input.tsx +22 -0
- package/workspace-snapshot/files/apps/gui/components/ui/label.tsx +20 -0
- package/workspace-snapshot/files/apps/gui/components/ui/separator.tsx +23 -0
- package/workspace-snapshot/files/apps/gui/components/ui/skeleton.tsx +13 -0
- package/workspace-snapshot/files/apps/gui/components/ui/textarea.tsx +22 -0
- package/workspace-snapshot/files/apps/gui/components.json +21 -0
- package/workspace-snapshot/files/apps/gui/lib/constants/breakpoints.ts +13 -0
- package/workspace-snapshot/files/apps/gui/lib/constants/form.ts +8 -0
- package/workspace-snapshot/files/apps/gui/lib/constants/index.ts +4 -0
- package/workspace-snapshot/files/apps/gui/lib/constants/layout.ts +9 -0
- package/workspace-snapshot/files/apps/gui/lib/constants/spacing.ts +8 -0
- package/workspace-snapshot/files/apps/gui/lib/guided-setup.ts +216 -0
- package/workspace-snapshot/files/apps/gui/lib/setup-json-response.ts +19 -0
- package/workspace-snapshot/files/apps/gui/lib/setup-server.ts +836 -0
- package/workspace-snapshot/files/apps/gui/lib/step6-remote-state.ts +43 -0
- package/workspace-snapshot/files/apps/gui/lib/utils.ts +6 -0
- package/workspace-snapshot/files/apps/gui/lib/vercel-bridge-polling-ui.ts +16 -0
- package/workspace-snapshot/files/apps/gui/lib/verification-state.ts +170 -0
- package/workspace-snapshot/files/apps/gui/next-env.d.ts +6 -0
- package/workspace-snapshot/files/apps/gui/next.config.ts +34 -0
- package/workspace-snapshot/files/apps/gui/postcss.config.mjs +8 -0
- package/workspace-snapshot/files/apps/gui/public/setup/github-token/github-pat-generate-classic.png +0 -0
- package/workspace-snapshot/files/apps/gui/public/setup/github-token/github-pat-generate-new-token.png +0 -0
- package/workspace-snapshot/files/apps/gui/public/setup/github-token/github-pat-verify-email.png +0 -0
- package/workspace-snapshot/files/apps/gui/styles/globals.css +86 -0
- package/workspace-snapshot/files/apps/gui/tsconfig.json +24 -0
- package/workspace-snapshot/files/apps/gui/tweetsodium.d.ts +14 -0
- package/workspace-snapshot/files/docs/architecture/linear-automation-state-machine.md +267 -0
- package/workspace-snapshot/files/docs/decisions/0001-cursor-first-v0.1.md +59 -0
- package/workspace-snapshot/files/docs/decisions/0003-automation-state-machine-and-auto-model-policy.md +65 -0
- package/workspace-snapshot/files/docs/decisions/0004-agent-provider-boundary.md +109 -0
- package/workspace-snapshot/files/docs/design/product-development-harness-gui.md +1024 -0
- package/workspace-snapshot/files/docs/getting-started.md +123 -0
- package/workspace-snapshot/files/docs/gui-local.md +151 -0
- package/workspace-snapshot/files/docs/gui-remote-setup.md +106 -0
- package/workspace-snapshot/files/docs/integration-repair.md +82 -0
- package/workspace-snapshot/files/docs/issue-intake.md +124 -0
- package/workspace-snapshot/files/docs/linear-watcher-setup.md +184 -0
- package/workspace-snapshot/files/docs/milestones/m1-runner-foundation.md +51 -0
- package/workspace-snapshot/files/docs/milestones/m2-planning-phase.md +129 -0
- package/workspace-snapshot/files/docs/milestones/m3-implementation-phase.md +158 -0
- package/workspace-snapshot/files/docs/milestones/m4-handoff-phase.md +122 -0
- package/workspace-snapshot/files/docs/milestones/m5-revision-phase.md +101 -0
- package/workspace-snapshot/files/docs/milestones/m6-merge-phase.md +143 -0
- package/workspace-snapshot/files/docs/milestones/m7-issue-intake.md +72 -0
- package/workspace-snapshot/files/docs/milestones/m8-linear-watcher.md +80 -0
- package/workspace-snapshot/files/docs/npm-packaging-spike.md +52 -0
- package/workspace-snapshot/files/docs/operator-config.md +187 -0
- package/workspace-snapshot/files/docs/p-dev.md +213 -0
- package/workspace-snapshot/files/docs/production-sync-automation.md +176 -0
- package/workspace-snapshot/files/docs/provider-portability.md +131 -0
- package/workspace-snapshot/files/docs/releases/release-process.md +272 -0
- package/workspace-snapshot/files/docs/releases/v0.2.0.md +193 -0
- package/workspace-snapshot/files/docs/releases/v0.3.0.md +188 -0
- package/workspace-snapshot/files/docs/releases/v0.3.1.md +102 -0
- package/workspace-snapshot/files/docs/research/001-manual-run-retrospective.md +64 -0
- package/workspace-snapshot/files/docs/research/002-linear-cursor-integration-smoke-test.md +64 -0
- package/workspace-snapshot/files/docs/research/003-cursor-automation-planning-router-spike.md +104 -0
- package/workspace-snapshot/files/docs/research/README.md +26 -0
- package/workspace-snapshot/files/docs/security.md +190 -0
- package/workspace-snapshot/files/docs/skills/README.md +7 -0
- package/workspace-snapshot/files/docs/skills/skill-architecture.md +197 -0
- package/workspace-snapshot/files/docs/target-repo-branch-setup.md +80 -0
- package/workspace-snapshot/files/evals/README.md +31 -0
- package/workspace-snapshot/files/examples/README.md +32 -0
- package/workspace-snapshot/files/examples/runs/001-target-app-github-link/README.md +49 -0
- package/workspace-snapshot/files/examples/runs/001-target-app-github-link/eval-scorecard.md +63 -0
- package/workspace-snapshot/files/examples/runs/001-target-app-github-link/implementation-plan.md +79 -0
- package/workspace-snapshot/files/examples/runs/001-target-app-github-link/linear-issue.md +74 -0
- package/workspace-snapshot/files/examples/runs/001-target-app-github-link/pr-readiness-report.md +92 -0
- package/workspace-snapshot/files/examples/runs/m5.5-live-sandbox-smoke/README.md +73 -0
- package/workspace-snapshot/files/gpt/issue-intake/custom-gpt-instructions.md +112 -0
- package/workspace-snapshot/files/gpt/issue-intake/knowledge.md +278 -0
- package/workspace-snapshot/files/gpt/issue-intake/setup-guide.md +115 -0
- package/workspace-snapshot/files/gpt/issue-intake/smoke-test.md +119 -0
- package/workspace-snapshot/files/harness.config.json +92 -0
- package/workspace-snapshot/files/harness.config.schema.json +352 -0
- package/workspace-snapshot/files/package-lock.json +3716 -0
- package/workspace-snapshot/files/package.json +60 -0
- package/workspace-snapshot/files/packages/p-dev/LICENSE +21 -0
- package/workspace-snapshot/files/packages/p-dev/README.md +64 -0
- package/workspace-snapshot/files/packages/p-dev/gui.next.config.mjs +13 -0
- package/workspace-snapshot/files/packages/p-dev/package.json +63 -0
- package/workspace-snapshot/files/prompts/issue-intake-chatgpt.md +264 -0
- package/workspace-snapshot/files/scripts/generate-config-schema.ts +16 -0
- package/workspace-snapshot/files/scripts/prepare-p-dev-package.ts +155 -0
- package/workspace-snapshot/files/skills/README.md +7 -0
- package/workspace-snapshot/files/skills/issue-intake/README.md +5 -0
- package/workspace-snapshot/files/src/agents/cursor-provider.ts +109 -0
- package/workspace-snapshot/files/src/agents/index.ts +68 -0
- package/workspace-snapshot/files/src/agents/provider.ts +7 -0
- package/workspace-snapshot/files/src/agents/types.ts +85 -0
- package/workspace-snapshot/files/src/artifacts/events.ts +31 -0
- package/workspace-snapshot/files/src/artifacts/manifest-fields.ts +9 -0
- package/workspace-snapshot/files/src/artifacts/manifest.ts +20 -0
- package/workspace-snapshot/files/src/artifacts/paths.ts +145 -0
- package/workspace-snapshot/files/src/artifacts/redact.ts +50 -0
- package/workspace-snapshot/files/src/artifacts/run-id.ts +4 -0
- package/workspace-snapshot/files/src/artifacts/snapshot.ts +13 -0
- package/workspace-snapshot/files/src/artifacts/summary.ts +116 -0
- package/workspace-snapshot/files/src/cli/commands/diagnose-vercel-bridge.ts +25 -0
- package/workspace-snapshot/files/src/cli/commands/doctor.ts +205 -0
- package/workspace-snapshot/files/src/cli/commands/inspect.ts +46 -0
- package/workspace-snapshot/files/src/cli/commands/operator-init.ts +39 -0
- package/workspace-snapshot/files/src/cli/commands/redact-output.ts +19 -0
- package/workspace-snapshot/files/src/cli/commands/resolve-route.ts +81 -0
- package/workspace-snapshot/files/src/cli/commands/run.ts +53 -0
- package/workspace-snapshot/files/src/cli/commands/sync-production.ts +207 -0
- package/workspace-snapshot/files/src/cli/commands/validate-issue.ts +72 -0
- package/workspace-snapshot/files/src/cli/exit-codes.ts +4 -0
- package/workspace-snapshot/files/src/cli/finalize-exit.ts +9 -0
- package/workspace-snapshot/files/src/cli/program.ts +200 -0
- package/workspace-snapshot/files/src/config/defaults.ts +33 -0
- package/workspace-snapshot/files/src/config/load-config.ts +80 -0
- package/workspace-snapshot/files/src/config/load-dotenv.ts +11 -0
- package/workspace-snapshot/files/src/config/resolve-config.ts +127 -0
- package/workspace-snapshot/files/src/config/schema.ts +129 -0
- package/workspace-snapshot/files/src/config/status-names.ts +63 -0
- package/workspace-snapshot/files/src/config/types.ts +1 -0
- package/workspace-snapshot/files/src/cursor/agent-factory.ts +126 -0
- package/workspace-snapshot/files/src/cursor/errors.ts +18 -0
- package/workspace-snapshot/files/src/cursor/git-result.ts +87 -0
- package/workspace-snapshot/files/src/cursor/model.ts +47 -0
- package/workspace-snapshot/files/src/cursor/revision-git-result.ts +80 -0
- package/workspace-snapshot/files/src/cursor/run-cleanup.ts +30 -0
- package/workspace-snapshot/files/src/cursor/run-observer.ts +367 -0
- package/workspace-snapshot/files/src/cursor/urls.ts +19 -0
- package/workspace-snapshot/files/src/fixture/frontmatter.ts +56 -0
- package/workspace-snapshot/files/src/github/actions-url.ts +13 -0
- package/workspace-snapshot/files/src/github/base-branch.ts +120 -0
- package/workspace-snapshot/files/src/github/check-policy.ts +108 -0
- package/workspace-snapshot/files/src/github/client.ts +796 -0
- package/workspace-snapshot/files/src/github/commit-reachability.ts +184 -0
- package/workspace-snapshot/files/src/github/links.ts +23 -0
- package/workspace-snapshot/files/src/github/merge-result.ts +31 -0
- package/workspace-snapshot/files/src/github/pr-discovery.ts +55 -0
- package/workspace-snapshot/files/src/github/pr-inspector.ts +297 -0
- package/workspace-snapshot/files/src/github/pr-url.ts +23 -0
- package/workspace-snapshot/files/src/github/rate-limit-metadata.ts +105 -0
- package/workspace-snapshot/files/src/gui/configure-health.ts +160 -0
- package/workspace-snapshot/files/src/gui/dev-server-process.ts +213 -0
- package/workspace-snapshot/files/src/gui/port.ts +78 -0
- package/workspace-snapshot/files/src/gui/repo-root.ts +61 -0
- package/workspace-snapshot/files/src/gui/start-configure-stable.ts +139 -0
- package/workspace-snapshot/files/src/gui/start-gui.ts +126 -0
- package/workspace-snapshot/files/src/index.ts +10 -0
- package/workspace-snapshot/files/src/linear/client.ts +49 -0
- package/workspace-snapshot/files/src/linear/comment-card.ts +74 -0
- package/workspace-snapshot/files/src/linear/comments.ts +891 -0
- package/workspace-snapshot/files/src/linear/handoff-comment.ts +19 -0
- package/workspace-snapshot/files/src/linear/issue-query.ts +70 -0
- package/workspace-snapshot/files/src/linear/markers.ts +238 -0
- package/workspace-snapshot/files/src/linear/merge-source-comment.ts +46 -0
- package/workspace-snapshot/files/src/linear/parser.ts +101 -0
- package/workspace-snapshot/files/src/linear/phase-labels.ts +58 -0
- package/workspace-snapshot/files/src/linear/planning-comment.ts +19 -0
- package/workspace-snapshot/files/src/linear/pm-feedback-comment.ts +41 -0
- package/workspace-snapshot/files/src/linear/revision-comment.ts +19 -0
- package/workspace-snapshot/files/src/linear/states.ts +20 -0
- package/workspace-snapshot/files/src/linear/writer.ts +216 -0
- package/workspace-snapshot/files/src/p-dev/browser.ts +26 -0
- package/workspace-snapshot/files/src/p-dev/cli.ts +93 -0
- package/workspace-snapshot/files/src/p-dev/git-object-plumbing.ts +271 -0
- package/workspace-snapshot/files/src/p-dev/launch.ts +173 -0
- package/workspace-snapshot/files/src/p-dev/main.ts +10 -0
- package/workspace-snapshot/files/src/p-dev/next-bin.ts +8 -0
- package/workspace-snapshot/files/src/p-dev/node-version.ts +46 -0
- package/workspace-snapshot/files/src/p-dev/package-paths.ts +47 -0
- package/workspace-snapshot/files/src/p-dev/package-version.ts +63 -0
- package/workspace-snapshot/files/src/p-dev/runtime-mode.ts +28 -0
- package/workspace-snapshot/files/src/p-dev/shutdown.ts +66 -0
- package/workspace-snapshot/files/src/p-dev/workspace-snapshot-digest.ts +50 -0
- package/workspace-snapshot/files/src/p-dev/workspace-snapshot-generator.ts +112 -0
- package/workspace-snapshot/files/src/p-dev/workspace-snapshot-git.ts +221 -0
- package/workspace-snapshot/files/src/p-dev/workspace-snapshot-manifest.ts +336 -0
- package/workspace-snapshot/files/src/p-dev/workspace-snapshot-policy.ts +198 -0
- package/workspace-snapshot/files/src/p-dev/workspace-snapshot-types.ts +59 -0
- package/workspace-snapshot/files/src/p-dev/workspace-snapshot-validation.ts +137 -0
- package/workspace-snapshot/files/src/p-dev/workspace.ts +114 -0
- package/workspace-snapshot/files/src/preview/production-from-merge.ts +143 -0
- package/workspace-snapshot/files/src/preview/urls.ts +28 -0
- package/workspace-snapshot/files/src/preview/vercel-from-pr.ts +123 -0
- package/workspace-snapshot/files/src/prompts/branch-name.ts +22 -0
- package/workspace-snapshot/files/src/prompts/builder.ts +88 -0
- package/workspace-snapshot/files/src/prompts/implementation.md +77 -0
- package/workspace-snapshot/files/src/prompts/integration-repair-builder.ts +65 -0
- package/workspace-snapshot/files/src/prompts/integration-repair.md +111 -0
- package/workspace-snapshot/files/src/prompts/planning.md +64 -0
- package/workspace-snapshot/files/src/prompts/revision-builder.ts +61 -0
- package/workspace-snapshot/files/src/prompts/revision.md +71 -0
- package/workspace-snapshot/files/src/resolver/allowed-repos.ts +18 -0
- package/workspace-snapshot/files/src/resolver/errors.ts +14 -0
- package/workspace-snapshot/files/src/resolver/normalize-repo.ts +32 -0
- package/workspace-snapshot/files/src/resolver/target-repo.ts +118 -0
- package/workspace-snapshot/files/src/runner/building-recovery.ts +26 -0
- package/workspace-snapshot/files/src/runner/dry-run.ts +137 -0
- package/workspace-snapshot/files/src/runner/errors.ts +70 -0
- package/workspace-snapshot/files/src/runner/execution-environment.ts +179 -0
- package/workspace-snapshot/files/src/runner/fixture.ts +25 -0
- package/workspace-snapshot/files/src/runner/idempotency.ts +507 -0
- package/workspace-snapshot/files/src/runner/orchestrator.ts +182 -0
- package/workspace-snapshot/files/src/runner/phase-args.ts +49 -0
- package/workspace-snapshot/files/src/runner/phase-infer.ts +67 -0
- package/workspace-snapshot/files/src/runner/phases/handoff.ts +615 -0
- package/workspace-snapshot/files/src/runner/phases/implementation.ts +617 -0
- package/workspace-snapshot/files/src/runner/phases/integration-repair.ts +613 -0
- package/workspace-snapshot/files/src/runner/phases/merge.ts +1202 -0
- package/workspace-snapshot/files/src/runner/phases/planning.ts +456 -0
- package/workspace-snapshot/files/src/runner/phases/production-sync.ts +308 -0
- package/workspace-snapshot/files/src/runner/phases/revision.ts +795 -0
- package/workspace-snapshot/files/src/runner/preflight.ts +218 -0
- package/workspace-snapshot/files/src/runner/resolve-route.ts +154 -0
- package/workspace-snapshot/files/src/setup/config-builder.ts +117 -0
- package/workspace-snapshot/files/src/setup/config-local-editor.ts +260 -0
- package/workspace-snapshot/files/src/setup/config-writer.ts +173 -0
- package/workspace-snapshot/files/src/setup/control-plane-readiness-server.ts +16 -0
- package/workspace-snapshot/files/src/setup/control-plane-readiness.ts +291 -0
- package/workspace-snapshot/files/src/setup/control-plane-setup-state.ts +60 -0
- package/workspace-snapshot/files/src/setup/control-plane-types.ts +121 -0
- package/workspace-snapshot/files/src/setup/doctor-summary.ts +96 -0
- package/workspace-snapshot/files/src/setup/env-merge.ts +266 -0
- package/workspace-snapshot/files/src/setup/env-writer.ts +179 -0
- package/workspace-snapshot/files/src/setup/first-run-readiness.ts +1431 -0
- package/workspace-snapshot/files/src/setup/generated-instructions.ts +96 -0
- package/workspace-snapshot/files/src/setup/github-dispatch-token.ts +88 -0
- package/workspace-snapshot/files/src/setup/github-remote-provider.ts +983 -0
- package/workspace-snapshot/files/src/setup/github-remote-setup-live.ts +775 -0
- package/workspace-snapshot/files/src/setup/github-repo-slug.ts +31 -0
- package/workspace-snapshot/files/src/setup/github-secret-encryption.ts +16 -0
- package/workspace-snapshot/files/src/setup/github-upload-rate-limit-gate.ts +58 -0
- package/workspace-snapshot/files/src/setup/github-workflow-permissions.ts +174 -0
- package/workspace-snapshot/files/src/setup/gui-view-model.ts +566 -0
- package/workspace-snapshot/files/src/setup/guided-config-form.ts +52 -0
- package/workspace-snapshot/files/src/setup/harness-dispatch-repo.ts +158 -0
- package/workspace-snapshot/files/src/setup/harness-managed-repo-marker.ts +653 -0
- package/workspace-snapshot/files/src/setup/harness-provisioning-context.ts +331 -0
- package/workspace-snapshot/files/src/setup/harness-provisioning-pending-state.ts +282 -0
- package/workspace-snapshot/files/src/setup/harness-repo-provisioning.ts +1656 -0
- package/workspace-snapshot/files/src/setup/harness-secret-fingerprint.ts +51 -0
- package/workspace-snapshot/files/src/setup/harness-secret-setup.ts +439 -0
- package/workspace-snapshot/files/src/setup/harness-snapshot-provisioning-helpers.ts +92 -0
- package/workspace-snapshot/files/src/setup/harness-snapshot-provisioning.ts +1007 -0
- package/workspace-snapshot/files/src/setup/harness-template-identity.ts +151 -0
- package/workspace-snapshot/files/src/setup/harness-workspace-snapshot-loader.ts +105 -0
- package/workspace-snapshot/files/src/setup/linear-setup-apply.ts +270 -0
- package/workspace-snapshot/files/src/setup/linear-setup-client.ts +276 -0
- package/workspace-snapshot/files/src/setup/linear-setup-plan.ts +353 -0
- package/workspace-snapshot/files/src/setup/linear-setup-summary.ts +33 -0
- package/workspace-snapshot/files/src/setup/linear-status-contract.ts +110 -0
- package/workspace-snapshot/files/src/setup/linear-webhook-env-local.ts +104 -0
- package/workspace-snapshot/files/src/setup/linear-webhook-secret.ts +441 -0
- package/workspace-snapshot/files/src/setup/local-apply-actions.ts +524 -0
- package/workspace-snapshot/files/src/setup/local-readiness-checks.ts +334 -0
- package/workspace-snapshot/files/src/setup/mock-git-repository-store.ts +291 -0
- package/workspace-snapshot/files/src/setup/mock-target-workflow-finalization.ts +445 -0
- package/workspace-snapshot/files/src/setup/model-settings.ts +73 -0
- package/workspace-snapshot/files/src/setup/permission-model.ts +79 -0
- package/workspace-snapshot/files/src/setup/redact-secrets.ts +85 -0
- package/workspace-snapshot/files/src/setup/remote-actions.ts +214 -0
- package/workspace-snapshot/files/src/setup/remote-apply-actions.ts +390 -0
- package/workspace-snapshot/files/src/setup/remote-preview-fingerprint.ts +37 -0
- package/workspace-snapshot/files/src/setup/remote-setup-summary.ts +143 -0
- package/workspace-snapshot/files/src/setup/secret-change-token.ts +14 -0
- package/workspace-snapshot/files/src/setup/service-verification.ts +549 -0
- package/workspace-snapshot/files/src/setup/setup-actions.ts +183 -0
- package/workspace-snapshot/files/src/setup/setup-github-auth.ts +15 -0
- package/workspace-snapshot/files/src/setup/setup-state.ts +74 -0
- package/workspace-snapshot/files/src/setup/stale-smoke-repo.ts +141 -0
- package/workspace-snapshot/files/src/setup/sync-downstream-summaries.ts +105 -0
- package/workspace-snapshot/files/src/setup/target-workflow-finalization-lock.ts +95 -0
- package/workspace-snapshot/files/src/setup/target-workflow-finalization-types.ts +55 -0
- package/workspace-snapshot/files/src/setup/target-workflow-finalization.ts +897 -0
- package/workspace-snapshot/files/src/setup/target-workflow-setup.ts +247 -0
- package/workspace-snapshot/files/src/setup/test-only-provisioning-provider.ts +51 -0
- package/workspace-snapshot/files/src/setup/test-only-remote-setup-provider.ts +51 -0
- package/workspace-snapshot/files/src/setup/tweetsodium.d.ts +14 -0
- package/workspace-snapshot/files/src/setup/vercel-bridge-diagnostics.ts +510 -0
- package/workspace-snapshot/files/src/setup/vercel-bridge-options.ts +160 -0
- package/workspace-snapshot/files/src/setup/vercel-bridge-readiness.ts +150 -0
- package/workspace-snapshot/files/src/setup/vercel-bridge-redeploy-poll.ts +744 -0
- package/workspace-snapshot/files/src/setup/vercel-bridge-redeploy-state.ts +46 -0
- package/workspace-snapshot/files/src/setup/vercel-bridge-structured-log.ts +86 -0
- package/workspace-snapshot/files/src/setup/vercel-bridge-verification.ts +63 -0
- package/workspace-snapshot/files/src/setup/vercel-production-redeploy.ts +298 -0
- package/workspace-snapshot/files/src/setup/vercel-setup-apply.ts +1058 -0
- package/workspace-snapshot/files/src/setup/vercel-setup-client.ts +695 -0
- package/workspace-snapshot/files/src/setup/vercel-setup-plan.ts +672 -0
- package/workspace-snapshot/files/src/setup/vercel-setup-summary.ts +42 -0
- package/workspace-snapshot/files/src/setup/vercel-webhook-probe.ts +161 -0
- package/workspace-snapshot/files/src/setup/workflow-install-merge-errors.ts +166 -0
- package/workspace-snapshot/files/src/types/parsed-issue.ts +8 -0
- package/workspace-snapshot/files/src/types/run.ts +157 -0
- package/workspace-snapshot/files/src/validate/constants.ts +2 -0
- package/workspace-snapshot/files/src/validate/issue.ts +286 -0
- package/workspace-snapshot/files/src/validate/report.ts +68 -0
- package/workspace-snapshot/files/src/validate/types.ts +29 -0
- package/workspace-snapshot/files/src/webhook/dispatch-github.ts +44 -0
- package/workspace-snapshot/files/src/webhook/dispatch-statuses.ts +26 -0
- package/workspace-snapshot/files/src/webhook/extract-issue-key.ts +49 -0
- package/workspace-snapshot/files/src/webhook/filter.ts +41 -0
- package/workspace-snapshot/files/src/webhook/handle-linear-webhook.ts +201 -0
- package/workspace-snapshot/files/src/webhook/parse-linear-issue-event.ts +105 -0
- package/workspace-snapshot/files/src/webhook/redact-log.ts +26 -0
- package/workspace-snapshot/files/src/webhook/types.ts +75 -0
- package/workspace-snapshot/files/src/webhook/verify.ts +68 -0
- package/workspace-snapshot/files/src/webhook/workflow-command.ts +10 -0
- package/workspace-snapshot/files/src/workflow/dispatch-metadata.ts +59 -0
- package/workspace-snapshot/files/src/workflow/manifest-summary.ts +57 -0
- package/workspace-snapshot/files/src/workflow/production-sync-dispatch.ts +65 -0
- package/workspace-snapshot/files/src/workflow/summarize-manifest.ts +20 -0
- package/workspace-snapshot/files/src/workflow/validate.ts +43 -0
- package/workspace-snapshot/files/src/workflow/write-dispatch-metadata.ts +8 -0
- package/workspace-snapshot/files/templates/eval-scorecard.md +54 -0
- package/workspace-snapshot/files/templates/implementation-plan.md +59 -0
- package/workspace-snapshot/files/templates/linear-issue.md +53 -0
- package/workspace-snapshot/files/templates/pr-readiness-report.md +57 -0
- package/workspace-snapshot/files/tests/agents/cursor-provider.test.ts +238 -0
- package/workspace-snapshot/files/tests/artifacts/manifest.test.ts +54 -0
- package/workspace-snapshot/files/tests/artifacts/redact.test.ts +47 -0
- package/workspace-snapshot/files/tests/cli/doctor.test.ts +120 -0
- package/workspace-snapshot/files/tests/cli/finalize-exit.test.ts +28 -0
- package/workspace-snapshot/files/tests/cli/operator-init.test.ts +146 -0
- package/workspace-snapshot/files/tests/cli/sync-production-dispatch.test.ts +103 -0
- package/workspace-snapshot/files/tests/cli/validate-issue.test.ts +99 -0
- package/workspace-snapshot/files/tests/config/load-dotenv.test.ts +64 -0
- package/workspace-snapshot/files/tests/config/resolve-config.test.ts +273 -0
- package/workspace-snapshot/files/tests/config/schema.test.ts +107 -0
- package/workspace-snapshot/files/tests/cursor/agent-factory.test.ts +217 -0
- package/workspace-snapshot/files/tests/cursor/git-result.test.ts +77 -0
- package/workspace-snapshot/files/tests/cursor/model.test.ts +108 -0
- package/workspace-snapshot/files/tests/cursor/revision-git-result.test.ts +68 -0
- package/workspace-snapshot/files/tests/cursor/run-cleanup.test.ts +52 -0
- package/workspace-snapshot/files/tests/cursor/run-observer.test.ts +280 -0
- package/workspace-snapshot/files/tests/cursor/urls.test.ts +27 -0
- package/workspace-snapshot/files/tests/fixtures/config/minimal.json +16 -0
- package/workspace-snapshot/files/tests/fixtures/github/pr-4-vercel-comment.json +10 -0
- package/workspace-snapshot/files/tests/fixtures/issues/broad-for-direct-impl.md +28 -0
- package/workspace-snapshot/files/tests/fixtures/issues/context-target-repo.md +21 -0
- package/workspace-snapshot/files/tests/fixtures/issues/explicit-target-repo.md +21 -0
- package/workspace-snapshot/files/tests/fixtures/issues/gpt-broad-example.md +35 -0
- package/workspace-snapshot/files/tests/fixtures/issues/gpt-narrow-example.md +30 -0
- package/workspace-snapshot/files/tests/fixtures/issues/invalid-missing-task.md +16 -0
- package/workspace-snapshot/files/tests/fixtures/issues/invalid-no-ac-bullets.md +20 -0
- package/workspace-snapshot/files/tests/fixtures/issues/missing-acceptance-criteria.md +17 -0
- package/workspace-snapshot/files/tests/fixtures/issues/unknown-repo.md +20 -0
- package/workspace-snapshot/files/tests/fixtures/issues/valid-minimal.md +20 -0
- package/workspace-snapshot/files/tests/fixtures/issues/valid-project-only.md +17 -0
- package/workspace-snapshot/files/tests/fixtures/issues/valid-target-app.md +31 -0
- package/workspace-snapshot/files/tests/fixtures/linear/implementation-comment-wes-13.md +16 -0
- package/workspace-snapshot/files/tests/fixtures/linear/pm-feedback-wes-13.md +3 -0
- package/workspace-snapshot/files/tests/fixtures/webhook/issue-building-to-pr-open.json +27 -0
- package/workspace-snapshot/files/tests/fixtures/webhook/issue-pm-review.json +27 -0
- package/workspace-snapshot/files/tests/fixtures/webhook/issue-ready-for-planning.json +27 -0
- package/workspace-snapshot/files/tests/fixtures/webhook/issue-title-only-update.json +25 -0
- package/workspace-snapshot/files/tests/fixtures/workflows/harness-auto-runner-with-production-sync.yml +561 -0
- package/workspace-snapshot/files/tests/fixtures/workflows/trigger-harness-production-sync.yml +31 -0
- package/workspace-snapshot/files/tests/github/actions-url.test.ts +45 -0
- package/workspace-snapshot/files/tests/github/base-branch.test.ts +156 -0
- package/workspace-snapshot/files/tests/github/check-policy.test.ts +59 -0
- package/workspace-snapshot/files/tests/github/client.test.ts +226 -0
- package/workspace-snapshot/files/tests/github/commit-reachability.test.ts +148 -0
- package/workspace-snapshot/files/tests/github/merge-result.test.ts +26 -0
- package/workspace-snapshot/files/tests/github/pr-discovery.test.ts +55 -0
- package/workspace-snapshot/files/tests/github/pr-inspector.test.ts +393 -0
- package/workspace-snapshot/files/tests/github/pr-url.test.ts +30 -0
- package/workspace-snapshot/files/tests/github/rate-limit-metadata.test.ts +92 -0
- package/workspace-snapshot/files/tests/gui/configure-fix-loop.test.ts +460 -0
- package/workspace-snapshot/files/tests/gui/configure-health.test.ts +67 -0
- package/workspace-snapshot/files/tests/gui/design-system.test.ts +86 -0
- package/workspace-snapshot/files/tests/gui/dev-server-process.test.ts +22 -0
- package/workspace-snapshot/files/tests/gui/guided-setup.test.ts +186 -0
- package/workspace-snapshot/files/tests/gui/m6-configure-boundaries.test.ts +884 -0
- package/workspace-snapshot/files/tests/gui/packaged-harness-cloud-secrets-routes.test.ts +287 -0
- package/workspace-snapshot/files/tests/gui/packaged-harness-provisioning-routes.test.ts +212 -0
- package/workspace-snapshot/files/tests/gui/packaged-harness-target-workflow-routes.test.ts +227 -0
- package/workspace-snapshot/files/tests/gui/port.test.ts +74 -0
- package/workspace-snapshot/files/tests/gui/repo-root.test.ts +60 -0
- package/workspace-snapshot/files/tests/gui/setup-api.test.ts +181 -0
- package/workspace-snapshot/files/tests/gui/setup-json-response.test.ts +34 -0
- package/workspace-snapshot/files/tests/gui/step6-remote-state.test.ts +75 -0
- package/workspace-snapshot/files/tests/gui/sync-downstream-summaries.test.ts +198 -0
- package/workspace-snapshot/files/tests/gui/vercel-bridge-polling-ui.test.ts +25 -0
- package/workspace-snapshot/files/tests/gui/verification-state.test.ts +172 -0
- package/workspace-snapshot/files/tests/linear/comment-assertions.ts +24 -0
- package/workspace-snapshot/files/tests/linear/comment-card.test.ts +73 -0
- package/workspace-snapshot/files/tests/linear/comments.test.ts +185 -0
- package/workspace-snapshot/files/tests/linear/handoff-comment.test.ts +34 -0
- package/workspace-snapshot/files/tests/linear/markers.test.ts +97 -0
- package/workspace-snapshot/files/tests/linear/merge-comment.test.ts +61 -0
- package/workspace-snapshot/files/tests/linear/merge-source-comment.test.ts +49 -0
- package/workspace-snapshot/files/tests/linear/parser.test.ts +83 -0
- package/workspace-snapshot/files/tests/linear/planning-comment.test.ts +29 -0
- package/workspace-snapshot/files/tests/linear/pm-feedback-comment.test.ts +63 -0
- package/workspace-snapshot/files/tests/p-dev/browser.test.ts +38 -0
- package/workspace-snapshot/files/tests/p-dev/cli.test.ts +39 -0
- package/workspace-snapshot/files/tests/p-dev/git-object-plumbing.test.ts +139 -0
- package/workspace-snapshot/files/tests/p-dev/launch.test.ts +110 -0
- package/workspace-snapshot/files/tests/p-dev/next-bin.test.ts +16 -0
- package/workspace-snapshot/files/tests/p-dev/node-version.test.ts +20 -0
- package/workspace-snapshot/files/tests/p-dev/package-manifest.test.ts +47 -0
- package/workspace-snapshot/files/tests/p-dev/package-packed-artifact.test.ts +130 -0
- package/workspace-snapshot/files/tests/p-dev/package-paths.test.ts +43 -0
- package/workspace-snapshot/files/tests/p-dev/package-version.test.ts +55 -0
- package/workspace-snapshot/files/tests/p-dev/packaged-workspace-setup.test.ts +87 -0
- package/workspace-snapshot/files/tests/p-dev/runtime-mode.test.ts +18 -0
- package/workspace-snapshot/files/tests/p-dev/workspace-snapshot-digest.test.ts +61 -0
- package/workspace-snapshot/files/tests/p-dev/workspace-snapshot-generator.test.ts +76 -0
- package/workspace-snapshot/files/tests/p-dev/workspace-snapshot-policy.test.ts +35 -0
- package/workspace-snapshot/files/tests/p-dev/workspace-snapshot-validation.test.ts +158 -0
- package/workspace-snapshot/files/tests/p-dev/workspace.test.ts +80 -0
- package/workspace-snapshot/files/tests/preview/production-from-merge.test.ts +39 -0
- package/workspace-snapshot/files/tests/preview/vercel-from-pr.test.ts +120 -0
- package/workspace-snapshot/files/tests/prompts/builder.test.ts +58 -0
- package/workspace-snapshot/files/tests/prompts/implementation-builder.test.ts +76 -0
- package/workspace-snapshot/files/tests/prompts/issue-intake-chatgpt.test.ts +105 -0
- package/workspace-snapshot/files/tests/resolver/allowed-repos.test.ts +44 -0
- package/workspace-snapshot/files/tests/resolver/normalize-repo.test.ts +44 -0
- package/workspace-snapshot/files/tests/resolver/target-repo.test.ts +91 -0
- package/workspace-snapshot/files/tests/runner/building-recovery.test.ts +30 -0
- package/workspace-snapshot/files/tests/runner/dry-run.test.ts +128 -0
- package/workspace-snapshot/files/tests/runner/execution-environment.test.ts +114 -0
- package/workspace-snapshot/files/tests/runner/handoff.test.ts +312 -0
- package/workspace-snapshot/files/tests/runner/idempotency-handoff.test.ts +170 -0
- package/workspace-snapshot/files/tests/runner/idempotency-implementation.test.ts +143 -0
- package/workspace-snapshot/files/tests/runner/idempotency-merge.test.ts +118 -0
- package/workspace-snapshot/files/tests/runner/idempotency-revision.test.ts +111 -0
- package/workspace-snapshot/files/tests/runner/idempotency.test.ts +83 -0
- package/workspace-snapshot/files/tests/runner/implementation.test.ts +196 -0
- package/workspace-snapshot/files/tests/runner/integration-repair.test.ts +263 -0
- package/workspace-snapshot/files/tests/runner/merge.test.ts +760 -0
- package/workspace-snapshot/files/tests/runner/orchestrator.test.ts +301 -0
- package/workspace-snapshot/files/tests/runner/phase-args.test.ts +38 -0
- package/workspace-snapshot/files/tests/runner/planning.test.ts +160 -0
- package/workspace-snapshot/files/tests/runner/resolve-route.test.ts +249 -0
- package/workspace-snapshot/files/tests/runner/revision.test.ts +326 -0
- package/workspace-snapshot/files/tests/setup/config-builder.test.ts +136 -0
- package/workspace-snapshot/files/tests/setup/config-local-editor.test.ts +164 -0
- package/workspace-snapshot/files/tests/setup/connect-services-credential-availability.test.ts +151 -0
- package/workspace-snapshot/files/tests/setup/connect-services-env.test.ts +84 -0
- package/workspace-snapshot/files/tests/setup/control-plane-readiness.test.ts +59 -0
- package/workspace-snapshot/files/tests/setup/doctor-summary.test.ts +48 -0
- package/workspace-snapshot/files/tests/setup/env-merge.test.ts +177 -0
- package/workspace-snapshot/files/tests/setup/env-writer.test.ts +97 -0
- package/workspace-snapshot/files/tests/setup/first-run-readiness.test.ts +1099 -0
- package/workspace-snapshot/files/tests/setup/generated-instructions.test.ts +48 -0
- package/workspace-snapshot/files/tests/setup/github-dispatch-token.test.ts +111 -0
- package/workspace-snapshot/files/tests/setup/github-remote-provider.test.ts +66 -0
- package/workspace-snapshot/files/tests/setup/github-remote-setup-live.test.ts +59 -0
- package/workspace-snapshot/files/tests/setup/github-workflow-permissions.test.ts +71 -0
- package/workspace-snapshot/files/tests/setup/gui-remote-storage.test.ts +43 -0
- package/workspace-snapshot/files/tests/setup/gui-view-model.test.ts +251 -0
- package/workspace-snapshot/files/tests/setup/guided-config-form.test.ts +54 -0
- package/workspace-snapshot/files/tests/setup/harness-dispatch-repo.test.ts +105 -0
- package/workspace-snapshot/files/tests/setup/harness-managed-repo-marker.test.ts +141 -0
- package/workspace-snapshot/files/tests/setup/harness-provisioning-context.test.ts +89 -0
- package/workspace-snapshot/files/tests/setup/harness-provisioning-pending-state.test.ts +88 -0
- package/workspace-snapshot/files/tests/setup/harness-repo-provisioning.test.ts +897 -0
- package/workspace-snapshot/files/tests/setup/harness-secret-setup.test.ts +255 -0
- package/workspace-snapshot/files/tests/setup/harness-snapshot-default-branch.test.ts +73 -0
- package/workspace-snapshot/files/tests/setup/harness-snapshot-description-finalization.test.ts +136 -0
- package/workspace-snapshot/files/tests/setup/harness-snapshot-marker-tree.test.ts +61 -0
- package/workspace-snapshot/files/tests/setup/harness-snapshot-reconciliation.test.ts +132 -0
- package/workspace-snapshot/files/tests/setup/harness-snapshot-structured-errors.test.ts +137 -0
- package/workspace-snapshot/files/tests/setup/harness-snapshot-upload-rate-limit.test.ts +105 -0
- package/workspace-snapshot/files/tests/setup/linear-setup-apply.test.ts +131 -0
- package/workspace-snapshot/files/tests/setup/linear-setup-plan.test.ts +106 -0
- package/workspace-snapshot/files/tests/setup/linear-webhook-env-local.test.ts +95 -0
- package/workspace-snapshot/files/tests/setup/linear-webhook-secret.test.ts +256 -0
- package/workspace-snapshot/files/tests/setup/live-provisioning-error-preservation.test.ts +98 -0
- package/workspace-snapshot/files/tests/setup/local-apply-actions.test.ts +352 -0
- package/workspace-snapshot/files/tests/setup/local-readiness-checks.test.ts +175 -0
- package/workspace-snapshot/files/tests/setup/model-settings.test.ts +52 -0
- package/workspace-snapshot/files/tests/setup/packaged-provisioning-permissions.test.ts +41 -0
- package/workspace-snapshot/files/tests/setup/permission-model.test.ts +38 -0
- package/workspace-snapshot/files/tests/setup/redact-secrets.test.ts +78 -0
- package/workspace-snapshot/files/tests/setup/remote-actions.test.ts +45 -0
- package/workspace-snapshot/files/tests/setup/remote-apply-actions.test.ts +302 -0
- package/workspace-snapshot/files/tests/setup/remote-preview-fingerprint.test.ts +121 -0
- package/workspace-snapshot/files/tests/setup/service-verification.test.ts +312 -0
- package/workspace-snapshot/files/tests/setup/setup-actions.test.ts +96 -0
- package/workspace-snapshot/files/tests/setup/setup-form-defaults.test.ts +35 -0
- package/workspace-snapshot/files/tests/setup/setup-server-remote.test.ts +90 -0
- package/workspace-snapshot/files/tests/setup/stale-smoke-repo.test.ts +84 -0
- package/workspace-snapshot/files/tests/setup/step6-automatic-apply-outcome.test.ts +303 -0
- package/workspace-snapshot/files/tests/setup/target-workflow-finalization-lock.test.ts +51 -0
- package/workspace-snapshot/files/tests/setup/target-workflow-finalization-step-github.test.ts +435 -0
- package/workspace-snapshot/files/tests/setup/target-workflow-finalization.test.ts +222 -0
- package/workspace-snapshot/files/tests/setup/target-workflow-setup.test.ts +62 -0
- package/workspace-snapshot/files/tests/setup/test-workspace-snapshot-fixture.ts +100 -0
- package/workspace-snapshot/files/tests/setup/vercel-bridge-diagnostics.test.ts +429 -0
- package/workspace-snapshot/files/tests/setup/vercel-bridge-options.test.ts +135 -0
- package/workspace-snapshot/files/tests/setup/vercel-bridge-preview-fingerprint.test.ts +52 -0
- package/workspace-snapshot/files/tests/setup/vercel-bridge-redeploy-poll.test.ts +582 -0
- package/workspace-snapshot/files/tests/setup/vercel-bridge-structured-log.test.ts +45 -0
- package/workspace-snapshot/files/tests/setup/vercel-bridge-verification.test.ts +39 -0
- package/workspace-snapshot/files/tests/setup/vercel-endpoint-reachability.test.ts +60 -0
- package/workspace-snapshot/files/tests/setup/vercel-production-redeploy.test.ts +184 -0
- package/workspace-snapshot/files/tests/setup/vercel-setup-apply.test.ts +1282 -0
- package/workspace-snapshot/files/tests/setup/vercel-setup-client.test.ts +395 -0
- package/workspace-snapshot/files/tests/setup/vercel-setup-plan.test.ts +261 -0
- package/workspace-snapshot/files/tests/setup/vercel-webhook-probe.test.ts +78 -0
- package/workspace-snapshot/files/tests/setup/workflow-install-merge-errors.test.ts +38 -0
- package/workspace-snapshot/files/tests/validate-issue/report.test.ts +56 -0
- package/workspace-snapshot/files/tests/validate-issue/validate-issue.test.ts +202 -0
- package/workspace-snapshot/files/tests/webhook/dispatch-github.test.ts +193 -0
- package/workspace-snapshot/files/tests/webhook/extract-issue-key.test.ts +65 -0
- package/workspace-snapshot/files/tests/webhook/filter.test.ts +132 -0
- package/workspace-snapshot/files/tests/webhook/harness-auto-runner-workflow.test.ts +169 -0
- package/workspace-snapshot/files/tests/webhook/parse-linear-issue-event.test.ts +89 -0
- package/workspace-snapshot/files/tests/webhook/verify.test.ts +125 -0
- package/workspace-snapshot/files/tests/workflow/dispatch-metadata.test.ts +38 -0
- package/workspace-snapshot/files/tests/workflow/manifest-summary.test.ts +58 -0
- package/workspace-snapshot/files/tests/workflow/production-sync-dispatch.test.ts +101 -0
- package/workspace-snapshot/files/tests/workflow/validate.test.ts +70 -0
- package/workspace-snapshot/files/tests/workflow/workflow-shell-safety.test.ts +92 -0
- package/workspace-snapshot/files/tsconfig.json +22 -0
- package/workspace-snapshot/files/vercel.json +10 -0
- package/workspace-snapshot/files/vitest.config.ts +15 -0
- package/workspace-snapshot/manifest.json +4911 -0
- package/gui/.next/server/chunks/120.js +0 -81
- package/gui/.next/static/css/cc2acc71c03f3b4b.css +0 -3
- /package/gui/.next/static/{7x8X_k4tESvkyqRnNCC9E → ZGJuemeaiW4yT7CTlmjdG}/_buildManifest.js +0 -0
- /package/gui/.next/static/{7x8X_k4tESvkyqRnNCC9E → ZGJuemeaiW4yT7CTlmjdG}/_ssgManifest.js +0 -0
|
@@ -0,0 +1,1431 @@
|
|
|
1
|
+
import type { SetupGuiViewModel } from "./gui-view-model.js";
|
|
2
|
+
import type { RemoteSetupSummary } from "./remote-setup-summary.js";
|
|
3
|
+
import {
|
|
4
|
+
evaluateHarnessSecretPresence,
|
|
5
|
+
HARNESS_ACTIONS_SECRET_NAMES,
|
|
6
|
+
type HarnessActionsSecretName,
|
|
7
|
+
type RemoteHarnessSecretApplyResult,
|
|
8
|
+
} from "./remote-actions.js";
|
|
9
|
+
import type { StaleSmokeDiagnostics } from "./stale-smoke-repo.js";
|
|
10
|
+
import {
|
|
11
|
+
remoteSetupBlockedByStaleSmoke,
|
|
12
|
+
shouldSuppressRemoteDownstreamStatus,
|
|
13
|
+
} from "./stale-smoke-repo.js";
|
|
14
|
+
import {
|
|
15
|
+
collectConnectServicesBlockers,
|
|
16
|
+
collectLinearWorkspaceBlockers,
|
|
17
|
+
collectVercelBridgeBlockers,
|
|
18
|
+
computeCloudSecretsConfigStateFingerprint,
|
|
19
|
+
isCloudSecretsStaleFromControlPlane,
|
|
20
|
+
} from "./control-plane-readiness.js";
|
|
21
|
+
import type { ControlPlaneReadinessContext } from "./control-plane-types.js";
|
|
22
|
+
|
|
23
|
+
export type FirstRunStepId =
|
|
24
|
+
| "connect-services"
|
|
25
|
+
| "linear-workspace"
|
|
26
|
+
| "vercel-bridge"
|
|
27
|
+
| "local-setup"
|
|
28
|
+
| "local-readiness"
|
|
29
|
+
| "cloud-secrets"
|
|
30
|
+
| "target-workflow"
|
|
31
|
+
| "ready-for-first-run";
|
|
32
|
+
|
|
33
|
+
export type FirstRunStepStatus =
|
|
34
|
+
| "not_started"
|
|
35
|
+
| "in_progress"
|
|
36
|
+
| "blocked"
|
|
37
|
+
| "ready"
|
|
38
|
+
| "complete";
|
|
39
|
+
|
|
40
|
+
export interface ReadinessBlocker {
|
|
41
|
+
id: string;
|
|
42
|
+
stepId: FirstRunStepId;
|
|
43
|
+
message: string;
|
|
44
|
+
action: string;
|
|
45
|
+
priority: number;
|
|
46
|
+
blocking: boolean;
|
|
47
|
+
tone?: "setup_needed" | "error";
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
export interface ReadinessAction {
|
|
51
|
+
id: string;
|
|
52
|
+
label: string;
|
|
53
|
+
stepId: FirstRunStepId;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
export interface FirstRunStep {
|
|
57
|
+
id: FirstRunStepId;
|
|
58
|
+
label: string;
|
|
59
|
+
status: FirstRunStepStatus;
|
|
60
|
+
summary: string;
|
|
61
|
+
blockers: ReadinessBlocker[];
|
|
62
|
+
warnings: ReadinessBlocker[];
|
|
63
|
+
primaryAction?: ReadinessAction;
|
|
64
|
+
inspectable: boolean;
|
|
65
|
+
actionable: boolean;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
export interface FirstRunReadinessUiState {
|
|
69
|
+
localPreviewStale?: boolean;
|
|
70
|
+
remoteSecretPreviewStale?: boolean;
|
|
71
|
+
linearPreviewStale?: boolean;
|
|
72
|
+
vercelPreviewStale?: boolean;
|
|
73
|
+
/** Set when the operator finishes reviewing local readiness and continues. */
|
|
74
|
+
localReadinessReviewed?: boolean;
|
|
75
|
+
/** Set when the operator finishes cloud secrets setup and continues. */
|
|
76
|
+
cloudSecretsReviewed?: boolean;
|
|
77
|
+
/** Verified automatic cloud-secrets apply evidence for blocker resolution. */
|
|
78
|
+
cloudSecretsApplyEvidence?: CloudSecretsApplyEvidence;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
export interface CloudSecretsApplyEvidence {
|
|
82
|
+
path: "automatic";
|
|
83
|
+
applyFingerprint: string;
|
|
84
|
+
configStateFingerprint: string;
|
|
85
|
+
harnessConfigJsonB64Written: boolean;
|
|
86
|
+
harnessDispatchRepo?: string;
|
|
87
|
+
harnessDispatchRepoResolved?: boolean;
|
|
88
|
+
harnessDispatchRepoSource?: string;
|
|
89
|
+
harnessRepoAccess?: RemoteSetupSummary["harnessRepoAccess"];
|
|
90
|
+
postApplyVerificationReady?: boolean;
|
|
91
|
+
secretPresence?: {
|
|
92
|
+
allPresent: boolean;
|
|
93
|
+
missing: string[];
|
|
94
|
+
unknown: string[];
|
|
95
|
+
};
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
export type Step6AutomaticApplyOutcomeKind =
|
|
99
|
+
| "idle"
|
|
100
|
+
| "success"
|
|
101
|
+
| "stale-after-apply"
|
|
102
|
+
| "apply-failed"
|
|
103
|
+
| "verification-inconclusive"
|
|
104
|
+
| "success-blocked";
|
|
105
|
+
|
|
106
|
+
export interface Step6AutomaticApplyOutcome {
|
|
107
|
+
kind: Step6AutomaticApplyOutcomeKind;
|
|
108
|
+
message?: string;
|
|
109
|
+
primaryBlocker?: ReadinessBlocker;
|
|
110
|
+
canContinue?: boolean;
|
|
111
|
+
showRetry?: boolean;
|
|
112
|
+
showRefresh?: boolean;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
export interface PrimarySetupTask {
|
|
116
|
+
id: string;
|
|
117
|
+
stepId: FirstRunStepId;
|
|
118
|
+
title: string;
|
|
119
|
+
problem: string;
|
|
120
|
+
whyItMatters: string;
|
|
121
|
+
neededFromYou: string;
|
|
122
|
+
primaryCtaLabel: string;
|
|
123
|
+
secondaryCtaLabel: string;
|
|
124
|
+
tone?: "setup_needed" | "error";
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
export interface FirstRunReadiness {
|
|
128
|
+
steps: FirstRunStep[];
|
|
129
|
+
currentStepId: FirstRunStepId;
|
|
130
|
+
highestPriorityBlocker?: ReadinessBlocker;
|
|
131
|
+
nextRecommendedAction?: ReadinessAction;
|
|
132
|
+
primaryTask?: PrimarySetupTask;
|
|
133
|
+
staleSmokeDiagnostics: StaleSmokeDiagnostics;
|
|
134
|
+
remoteSetupBlockedByUpstream: boolean;
|
|
135
|
+
readyForFirstRun: boolean;
|
|
136
|
+
localReadinessBlockersCleared: boolean;
|
|
137
|
+
localReadinessReviewed: boolean;
|
|
138
|
+
localReadinessComplete: boolean;
|
|
139
|
+
cloudSecretsBlockersCleared: boolean;
|
|
140
|
+
cloudSecretsReviewed: boolean;
|
|
141
|
+
nonBlockingWarnings: ReadinessBlocker[];
|
|
142
|
+
prohibitedActionsNote: string;
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
const STEP_ORDER: FirstRunStepId[] = [
|
|
146
|
+
"connect-services",
|
|
147
|
+
"linear-workspace",
|
|
148
|
+
"vercel-bridge",
|
|
149
|
+
"local-setup",
|
|
150
|
+
"local-readiness",
|
|
151
|
+
"cloud-secrets",
|
|
152
|
+
"target-workflow",
|
|
153
|
+
"ready-for-first-run",
|
|
154
|
+
];
|
|
155
|
+
|
|
156
|
+
const STEP_LABELS: Record<FirstRunStepId, string> = {
|
|
157
|
+
"connect-services": "Connect services",
|
|
158
|
+
"linear-workspace": "Set up Linear workspace",
|
|
159
|
+
"vercel-bridge": "Set up Vercel webhook bridge",
|
|
160
|
+
"local-setup": "Choose target repo(s)",
|
|
161
|
+
"local-readiness": "Check local readiness",
|
|
162
|
+
"cloud-secrets": "Connect cloud secrets",
|
|
163
|
+
"target-workflow": "Install target repo workflow",
|
|
164
|
+
"ready-for-first-run": "Ready for first run",
|
|
165
|
+
};
|
|
166
|
+
|
|
167
|
+
const PROHIBITED_ACTIONS_NOTE =
|
|
168
|
+
"M6 confirms setup readiness only. It does not trigger harness phases, Linear automation, cloud workflow dispatch, implementation branches, or issue-work PRs. A later milestone may add a safe first-issue dry run.";
|
|
169
|
+
|
|
170
|
+
function localFileExists(
|
|
171
|
+
summary: SetupGuiViewModel,
|
|
172
|
+
label: string,
|
|
173
|
+
): boolean {
|
|
174
|
+
return summary.localFiles.find((file) => file.label === label)?.exists ?? false;
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
const SETUP_NEEDED_BLOCKER_IDS = new Set([
|
|
178
|
+
"missing-env-local",
|
|
179
|
+
"missing-config-local",
|
|
180
|
+
"missing-harness-config-path",
|
|
181
|
+
"missing-linear-key",
|
|
182
|
+
"missing-cursor-key",
|
|
183
|
+
"missing-github-token",
|
|
184
|
+
"missing-vercel-token",
|
|
185
|
+
"config-unresolved",
|
|
186
|
+
"linear-workspace-not-applied",
|
|
187
|
+
"vercel-bridge-not-applied",
|
|
188
|
+
]);
|
|
189
|
+
|
|
190
|
+
function pushBlocker(
|
|
191
|
+
blockers: ReadinessBlocker[],
|
|
192
|
+
blocker: Omit<ReadinessBlocker, "blocking" | "tone"> & {
|
|
193
|
+
blocking?: boolean;
|
|
194
|
+
tone?: "setup_needed" | "error";
|
|
195
|
+
},
|
|
196
|
+
): void {
|
|
197
|
+
blockers.push({
|
|
198
|
+
blocking: true,
|
|
199
|
+
tone: blocker.tone ?? (SETUP_NEEDED_BLOCKER_IDS.has(blocker.id)
|
|
200
|
+
? "setup_needed"
|
|
201
|
+
: "error"),
|
|
202
|
+
...blocker,
|
|
203
|
+
});
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
function pushWarning(
|
|
207
|
+
warnings: ReadinessBlocker[],
|
|
208
|
+
blocker: Omit<ReadinessBlocker, "blocking">,
|
|
209
|
+
): void {
|
|
210
|
+
warnings.push({ ...blocker, blocking: false });
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
export function collectLocalSetupBlockers(
|
|
214
|
+
summary: SetupGuiViewModel,
|
|
215
|
+
uiState?: FirstRunReadinessUiState,
|
|
216
|
+
staleSmokeDiagnostics?: StaleSmokeDiagnostics,
|
|
217
|
+
): ReadinessBlocker[] {
|
|
218
|
+
const blockers: ReadinessBlocker[] = [];
|
|
219
|
+
|
|
220
|
+
if (!localFileExists(summary, ".env.local")) {
|
|
221
|
+
pushBlocker(blockers, {
|
|
222
|
+
id: "missing-env-local",
|
|
223
|
+
stepId: "local-setup",
|
|
224
|
+
message: "Setup needed: create .env.local on this machine.",
|
|
225
|
+
action: "Add your target repo in Step 4, then preview setup files.",
|
|
226
|
+
priority: 100,
|
|
227
|
+
});
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
if (!localFileExists(summary, ".harness/config.local.json")) {
|
|
231
|
+
pushBlocker(blockers, {
|
|
232
|
+
id: "missing-config-local",
|
|
233
|
+
stepId: "local-setup",
|
|
234
|
+
message: "Setup needed: create .harness/config.local.json.",
|
|
235
|
+
action: "Choose your target repo in Step 4, then preview setup files.",
|
|
236
|
+
priority: 101,
|
|
237
|
+
});
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
if (!summary.envKeyPresence.HARNESS_CONFIG_PATH) {
|
|
241
|
+
pushBlocker(blockers, {
|
|
242
|
+
id: "missing-harness-config-path",
|
|
243
|
+
stepId: "local-setup",
|
|
244
|
+
message: "Setup needed: HARNESS_CONFIG_PATH is not configured yet.",
|
|
245
|
+
action:
|
|
246
|
+
"This is set automatically when you create local setup files.",
|
|
247
|
+
priority: 102,
|
|
248
|
+
});
|
|
249
|
+
}
|
|
250
|
+
|
|
251
|
+
if (!summary.overview.configResolved && !summary.configSource.parseError) {
|
|
252
|
+
pushBlocker(blockers, {
|
|
253
|
+
id: "config-unresolved",
|
|
254
|
+
stepId: "local-setup",
|
|
255
|
+
message: "Setup needed: harness config is not configured locally yet.",
|
|
256
|
+
action: "Complete Step 4 to create local setup files.",
|
|
257
|
+
priority: 106,
|
|
258
|
+
});
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
if (uiState?.localPreviewStale) {
|
|
262
|
+
pushBlocker(blockers, {
|
|
263
|
+
id: "local-preview-stale",
|
|
264
|
+
stepId: "local-setup",
|
|
265
|
+
message: "Blocked: Local preview is out of date.",
|
|
266
|
+
action:
|
|
267
|
+
"Next: Regenerate preview after your latest edits, then confirm and apply.",
|
|
268
|
+
priority: 107,
|
|
269
|
+
});
|
|
270
|
+
}
|
|
271
|
+
|
|
272
|
+
if (staleSmokeDiagnostics?.hasStaleConfig) {
|
|
273
|
+
if (staleSmokeDiagnostics.staleHarnessDispatchRepo) {
|
|
274
|
+
pushBlocker(blockers, {
|
|
275
|
+
id: "stale-smoke-dispatch-repo",
|
|
276
|
+
stepId: "local-setup",
|
|
277
|
+
message:
|
|
278
|
+
"Blocked: Your setup points at an old disposable smoke-test harness repo.",
|
|
279
|
+
action:
|
|
280
|
+
"Next: Reset GITHUB_DISPATCH_REPOSITORY to your current harness repo, preview local setup, then apply.",
|
|
281
|
+
priority: 108,
|
|
282
|
+
});
|
|
283
|
+
}
|
|
284
|
+
|
|
285
|
+
if (staleSmokeDiagnostics.staleTargetRepos.length > 0) {
|
|
286
|
+
pushBlocker(blockers, {
|
|
287
|
+
id: "stale-smoke-target-repo",
|
|
288
|
+
stepId: "local-setup",
|
|
289
|
+
message:
|
|
290
|
+
"Blocked: Target repo config still points at an old disposable smoke-test repo.",
|
|
291
|
+
action:
|
|
292
|
+
"Next: Enter your intended target repo in Local setup, preview local setup, then apply.",
|
|
293
|
+
priority: 109,
|
|
294
|
+
});
|
|
295
|
+
}
|
|
296
|
+
}
|
|
297
|
+
|
|
298
|
+
return blockers.sort((left, right) => left.priority - right.priority);
|
|
299
|
+
}
|
|
300
|
+
|
|
301
|
+
export function collectLocalReadinessBlockers(
|
|
302
|
+
summary: SetupGuiViewModel,
|
|
303
|
+
): { blockers: ReadinessBlocker[]; warnings: ReadinessBlocker[] } {
|
|
304
|
+
const blockers: ReadinessBlocker[] = [];
|
|
305
|
+
const warnings: ReadinessBlocker[] = [];
|
|
306
|
+
|
|
307
|
+
if (summary.configSource.parseError) {
|
|
308
|
+
pushBlocker(blockers, {
|
|
309
|
+
id: "config-parse-error",
|
|
310
|
+
stepId: "local-readiness",
|
|
311
|
+
message: "Blocked: Harness config does not parse.",
|
|
312
|
+
action:
|
|
313
|
+
"Next: Fix .harness/config.local.json validation errors in Local setup.",
|
|
314
|
+
priority: 200,
|
|
315
|
+
});
|
|
316
|
+
}
|
|
317
|
+
|
|
318
|
+
if (summary.configSummary && !summary.configSummary.closureValid) {
|
|
319
|
+
pushBlocker(blockers, {
|
|
320
|
+
id: "allowed-target-repos-closure",
|
|
321
|
+
stepId: "local-readiness",
|
|
322
|
+
message:
|
|
323
|
+
"Blocked: allowedTargetRepos does not cover every configured target repo.",
|
|
324
|
+
action:
|
|
325
|
+
"Next: Update target repo config so allowedTargetRepos includes each mapping.",
|
|
326
|
+
priority: 201,
|
|
327
|
+
});
|
|
328
|
+
}
|
|
329
|
+
|
|
330
|
+
return {
|
|
331
|
+
blockers: blockers.sort((left, right) => left.priority - right.priority),
|
|
332
|
+
warnings: warnings.sort((left, right) => left.priority - right.priority),
|
|
333
|
+
};
|
|
334
|
+
}
|
|
335
|
+
|
|
336
|
+
function missingHarnessSecrets(
|
|
337
|
+
remoteSummary: RemoteSetupSummary,
|
|
338
|
+
): HarnessActionsSecretName[] {
|
|
339
|
+
const statusByName = new Map(
|
|
340
|
+
remoteSummary.harnessSecretStatuses.map((entry) => [entry.name, entry.status]),
|
|
341
|
+
);
|
|
342
|
+
|
|
343
|
+
return HARNESS_ACTIONS_SECRET_NAMES.filter(
|
|
344
|
+
(name) => statusByName.get(name) === "missing",
|
|
345
|
+
);
|
|
346
|
+
}
|
|
347
|
+
|
|
348
|
+
export function collectCloudSecretsBlockers(
|
|
349
|
+
_summary: SetupGuiViewModel,
|
|
350
|
+
remoteSummary: RemoteSetupSummary,
|
|
351
|
+
uiState?: FirstRunReadinessUiState,
|
|
352
|
+
staleSmokeDiagnostics?: StaleSmokeDiagnostics,
|
|
353
|
+
controlPlaneContext?: ControlPlaneReadinessContext,
|
|
354
|
+
): { blockers: ReadinessBlocker[]; warnings: ReadinessBlocker[] } {
|
|
355
|
+
const blockers: ReadinessBlocker[] = [];
|
|
356
|
+
const warnings: ReadinessBlocker[] = [];
|
|
357
|
+
const suppressDownstream = staleSmokeDiagnostics
|
|
358
|
+
? shouldSuppressRemoteDownstreamStatus(
|
|
359
|
+
staleSmokeDiagnostics,
|
|
360
|
+
remoteSummary.harnessRepoAccess,
|
|
361
|
+
)
|
|
362
|
+
: false;
|
|
363
|
+
|
|
364
|
+
if (suppressDownstream) {
|
|
365
|
+
return { blockers, warnings };
|
|
366
|
+
}
|
|
367
|
+
|
|
368
|
+
if (!remoteSummary.githubTokenConfigured) {
|
|
369
|
+
pushBlocker(blockers, {
|
|
370
|
+
id: "missing-github-token-remote",
|
|
371
|
+
stepId: "cloud-secrets",
|
|
372
|
+
message: "Blocked: GITHUB_TOKEN is required for cloud secrets setup.",
|
|
373
|
+
action:
|
|
374
|
+
"Next: Add GITHUB_TOKEN in local setup, then return to Connect cloud secrets.",
|
|
375
|
+
priority: 300,
|
|
376
|
+
});
|
|
377
|
+
}
|
|
378
|
+
|
|
379
|
+
if (!remoteSummary.harnessDispatchRepoResolved) {
|
|
380
|
+
pushBlocker(blockers, {
|
|
381
|
+
id: "harness-dispatch-repo-unresolved",
|
|
382
|
+
stepId: "cloud-secrets",
|
|
383
|
+
message: "Blocked: Harness dispatch repo could not be resolved.",
|
|
384
|
+
action:
|
|
385
|
+
"Next: Return to Step 4, enter your harness repo, and use Verify and use harness repo.",
|
|
386
|
+
priority: 301,
|
|
387
|
+
});
|
|
388
|
+
}
|
|
389
|
+
|
|
390
|
+
if (remoteSummary.harnessRepoAccess === "denied") {
|
|
391
|
+
pushBlocker(blockers, {
|
|
392
|
+
id: "harness-repo-access-denied",
|
|
393
|
+
stepId: "cloud-secrets",
|
|
394
|
+
message: `Blocked: I tried to check ${remoteSummary.harnessDispatchRepo} and GitHub denied access.`,
|
|
395
|
+
action:
|
|
396
|
+
"Next: Return to Step 4 to correct the harness repo, or update GITHUB_TOKEN permissions in Step 1 and verify again.",
|
|
397
|
+
priority: 302,
|
|
398
|
+
});
|
|
399
|
+
} else if (
|
|
400
|
+
remoteSummary.harnessRepoAccess === "unknown" &&
|
|
401
|
+
remoteSummary.harnessDispatchRepoResolved
|
|
402
|
+
) {
|
|
403
|
+
pushBlocker(blockers, {
|
|
404
|
+
id: "harness-repo-access-unknown",
|
|
405
|
+
stepId: "cloud-secrets",
|
|
406
|
+
message: "Blocked: Harness repo access could not be verified yet.",
|
|
407
|
+
action:
|
|
408
|
+
"Next: Return to Step 4 and use Verify and use harness repo, or refresh after saving GITHUB_TOKEN in Step 1.",
|
|
409
|
+
priority: 303,
|
|
410
|
+
});
|
|
411
|
+
}
|
|
412
|
+
|
|
413
|
+
for (const secretName of missingHarnessSecrets(remoteSummary)) {
|
|
414
|
+
pushBlocker(blockers, {
|
|
415
|
+
id: `missing-harness-secret-${secretName}`,
|
|
416
|
+
stepId: "cloud-secrets",
|
|
417
|
+
message: `Blocked: Required cloud secret ${secretName} is missing.`,
|
|
418
|
+
action:
|
|
419
|
+
"Next: Review generated secrets, confirm, then create or update encrypted GitHub Actions secrets.",
|
|
420
|
+
priority: 303,
|
|
421
|
+
});
|
|
422
|
+
}
|
|
423
|
+
|
|
424
|
+
for (const secret of remoteSummary.harnessSecretStatuses) {
|
|
425
|
+
if (secret.status === "unknown" && remoteSummary.githubTokenConfigured) {
|
|
426
|
+
pushWarning(warnings, {
|
|
427
|
+
id: `harness-secret-unknown-${secret.name}`,
|
|
428
|
+
stepId: "cloud-secrets",
|
|
429
|
+
message: `Cloud secret ${secret.name} status is unknown.`,
|
|
430
|
+
action: "Refresh cloud secrets setup to re-check secret presence.",
|
|
431
|
+
priority: 591,
|
|
432
|
+
});
|
|
433
|
+
}
|
|
434
|
+
}
|
|
435
|
+
|
|
436
|
+
if (uiState?.remoteSecretPreviewStale) {
|
|
437
|
+
pushBlocker(blockers, {
|
|
438
|
+
id: "remote-secret-preview-stale",
|
|
439
|
+
stepId: "cloud-secrets",
|
|
440
|
+
message: "Blocked: Cloud secrets preview is out of date.",
|
|
441
|
+
action:
|
|
442
|
+
"Next: Regenerate the secrets preview, then confirm and create or update secrets.",
|
|
443
|
+
priority: 307,
|
|
444
|
+
});
|
|
445
|
+
}
|
|
446
|
+
|
|
447
|
+
if (
|
|
448
|
+
controlPlaneContext &&
|
|
449
|
+
isCloudSecretsStaleFromControlPlane(controlPlaneContext)
|
|
450
|
+
) {
|
|
451
|
+
pushBlocker(blockers, {
|
|
452
|
+
id: "cloud-secrets-stale-linear-config",
|
|
453
|
+
stepId: "cloud-secrets",
|
|
454
|
+
message:
|
|
455
|
+
"Blocked: HARNESS_CONFIG_JSON_B64 is stale after Linear workspace changes.",
|
|
456
|
+
action:
|
|
457
|
+
"Next: Regenerate cloud secrets preview after updating local config, then apply.",
|
|
458
|
+
priority: 308,
|
|
459
|
+
tone: "error",
|
|
460
|
+
});
|
|
461
|
+
}
|
|
462
|
+
|
|
463
|
+
return {
|
|
464
|
+
blockers: blockers.sort((left, right) => left.priority - right.priority),
|
|
465
|
+
warnings: warnings.sort((left, right) => left.priority - right.priority),
|
|
466
|
+
};
|
|
467
|
+
}
|
|
468
|
+
|
|
469
|
+
export function step6PostApplyVerificationReady(
|
|
470
|
+
summary: RemoteSetupSummary,
|
|
471
|
+
): boolean {
|
|
472
|
+
const presence = evaluateHarnessSecretPresence(summary.harnessSecretStatuses);
|
|
473
|
+
return (
|
|
474
|
+
summary.harnessDispatchRepoResolved &&
|
|
475
|
+
summary.harnessRepoAccess !== "denied" &&
|
|
476
|
+
presence.allPresent
|
|
477
|
+
);
|
|
478
|
+
}
|
|
479
|
+
|
|
480
|
+
export function harnessConfigJsonB64WasWritten(
|
|
481
|
+
applyResult?: RemoteHarnessSecretApplyResult,
|
|
482
|
+
): boolean {
|
|
483
|
+
if (!applyResult) {
|
|
484
|
+
return false;
|
|
485
|
+
}
|
|
486
|
+
return applyResult.writtenSecrets.some(
|
|
487
|
+
(entry) =>
|
|
488
|
+
entry.name === "HARNESS_CONFIG_JSON_B64" &&
|
|
489
|
+
(entry.status === "created" || entry.status === "updated"),
|
|
490
|
+
);
|
|
491
|
+
}
|
|
492
|
+
|
|
493
|
+
export function buildCloudSecretsApplyEvidence(input: {
|
|
494
|
+
applyResult: RemoteHarnessSecretApplyResult;
|
|
495
|
+
setupSummary: SetupGuiViewModel;
|
|
496
|
+
controlPlaneContext?: ControlPlaneReadinessContext;
|
|
497
|
+
remoteSummary?: RemoteSetupSummary;
|
|
498
|
+
}): CloudSecretsApplyEvidence {
|
|
499
|
+
return buildAuthoritativeCloudSecretsApplyEvidence({
|
|
500
|
+
applyResult: input.applyResult,
|
|
501
|
+
setupSummary: input.setupSummary,
|
|
502
|
+
controlPlaneContext: input.controlPlaneContext,
|
|
503
|
+
remoteSummary: input.remoteSummary,
|
|
504
|
+
});
|
|
505
|
+
}
|
|
506
|
+
|
|
507
|
+
export function buildAuthoritativeCloudSecretsApplyEvidence(input: {
|
|
508
|
+
applyResult: RemoteHarnessSecretApplyResult;
|
|
509
|
+
setupSummary: SetupGuiViewModel;
|
|
510
|
+
controlPlaneContext?: ControlPlaneReadinessContext;
|
|
511
|
+
remoteSummary?: RemoteSetupSummary;
|
|
512
|
+
}): CloudSecretsApplyEvidence {
|
|
513
|
+
const remoteSummary = input.remoteSummary;
|
|
514
|
+
const secretPresence = remoteSummary
|
|
515
|
+
? evaluateHarnessSecretPresence(remoteSummary.harnessSecretStatuses)
|
|
516
|
+
: undefined;
|
|
517
|
+
|
|
518
|
+
return {
|
|
519
|
+
path: "automatic",
|
|
520
|
+
applyFingerprint: input.applyResult.fingerprint,
|
|
521
|
+
configStateFingerprint: computeCloudSecretsConfigStateFingerprint({
|
|
522
|
+
setupSummary: input.setupSummary,
|
|
523
|
+
controlPlaneContext: input.controlPlaneContext,
|
|
524
|
+
}),
|
|
525
|
+
harnessConfigJsonB64Written: harnessConfigJsonB64WasWritten(
|
|
526
|
+
input.applyResult,
|
|
527
|
+
),
|
|
528
|
+
harnessDispatchRepo:
|
|
529
|
+
remoteSummary?.harnessDispatchRepo ?? input.applyResult.harnessDispatchRepo,
|
|
530
|
+
harnessDispatchRepoResolved: remoteSummary?.harnessDispatchRepoResolved,
|
|
531
|
+
harnessDispatchRepoSource: remoteSummary?.harnessDispatchRepoSource,
|
|
532
|
+
harnessRepoAccess: remoteSummary?.harnessRepoAccess,
|
|
533
|
+
postApplyVerificationReady: remoteSummary
|
|
534
|
+
? step6PostApplyVerificationReady(remoteSummary)
|
|
535
|
+
: undefined,
|
|
536
|
+
secretPresence: secretPresence
|
|
537
|
+
? {
|
|
538
|
+
allPresent: secretPresence.allPresent,
|
|
539
|
+
missing: secretPresence.missing,
|
|
540
|
+
unknown: secretPresence.unknown,
|
|
541
|
+
}
|
|
542
|
+
: undefined,
|
|
543
|
+
};
|
|
544
|
+
}
|
|
545
|
+
|
|
546
|
+
export function shouldInvalidateCloudSecretsApplyEvidence(input: {
|
|
547
|
+
evidence?: CloudSecretsApplyEvidence;
|
|
548
|
+
currentConfigStateFingerprint: string;
|
|
549
|
+
harnessDispatchRepo?: string;
|
|
550
|
+
}): boolean {
|
|
551
|
+
if (!input.evidence) {
|
|
552
|
+
return false;
|
|
553
|
+
}
|
|
554
|
+
if (
|
|
555
|
+
input.evidence.harnessDispatchRepo &&
|
|
556
|
+
input.harnessDispatchRepo &&
|
|
557
|
+
input.evidence.harnessDispatchRepo !== input.harnessDispatchRepo
|
|
558
|
+
) {
|
|
559
|
+
return true;
|
|
560
|
+
}
|
|
561
|
+
return (
|
|
562
|
+
input.evidence.configStateFingerprint !== input.currentConfigStateFingerprint
|
|
563
|
+
);
|
|
564
|
+
}
|
|
565
|
+
|
|
566
|
+
export function isCloudSecretsApplyEvidenceCurrent(input: {
|
|
567
|
+
evidence?: CloudSecretsApplyEvidence;
|
|
568
|
+
currentConfigStateFingerprint: string;
|
|
569
|
+
harnessDispatchRepo?: string;
|
|
570
|
+
}): boolean {
|
|
571
|
+
if (!input.evidence) {
|
|
572
|
+
return false;
|
|
573
|
+
}
|
|
574
|
+
if (shouldInvalidateCloudSecretsApplyEvidence(input)) {
|
|
575
|
+
return false;
|
|
576
|
+
}
|
|
577
|
+
return isCloudSecretsStaleLinearConfigResolved({
|
|
578
|
+
evidence: input.evidence,
|
|
579
|
+
currentConfigStateFingerprint: input.currentConfigStateFingerprint,
|
|
580
|
+
});
|
|
581
|
+
}
|
|
582
|
+
|
|
583
|
+
export function deriveStep6AutomaticApplyOutcome(input: {
|
|
584
|
+
setupType: "automatic" | "manual" | null;
|
|
585
|
+
loading: string | null;
|
|
586
|
+
applyError: string | null;
|
|
587
|
+
applyResult: RemoteHarnessSecretApplyResult | null;
|
|
588
|
+
verifiedAutomaticSuccess: boolean;
|
|
589
|
+
cloudSecretsApplyEvidence?: CloudSecretsApplyEvidence;
|
|
590
|
+
eligibility: Step6ContinueEligibility;
|
|
591
|
+
currentConfigStateFingerprint: string;
|
|
592
|
+
harnessDispatchRepo?: string;
|
|
593
|
+
}): Step6AutomaticApplyOutcome {
|
|
594
|
+
if (input.setupType !== "automatic") {
|
|
595
|
+
return { kind: "idle" };
|
|
596
|
+
}
|
|
597
|
+
|
|
598
|
+
if (input.loading === "apply") {
|
|
599
|
+
return { kind: "idle" };
|
|
600
|
+
}
|
|
601
|
+
|
|
602
|
+
if (input.applyError) {
|
|
603
|
+
return {
|
|
604
|
+
kind: "apply-failed",
|
|
605
|
+
message: input.applyError,
|
|
606
|
+
showRetry: true,
|
|
607
|
+
};
|
|
608
|
+
}
|
|
609
|
+
|
|
610
|
+
const evidenceCurrent = isCloudSecretsApplyEvidenceCurrent({
|
|
611
|
+
evidence: input.cloudSecretsApplyEvidence,
|
|
612
|
+
currentConfigStateFingerprint: input.currentConfigStateFingerprint,
|
|
613
|
+
harnessDispatchRepo: input.harnessDispatchRepo,
|
|
614
|
+
});
|
|
615
|
+
|
|
616
|
+
const hasAutomaticProof =
|
|
617
|
+
input.verifiedAutomaticSuccess ||
|
|
618
|
+
(Boolean(input.applyResult) && evidenceCurrent);
|
|
619
|
+
|
|
620
|
+
if (!hasAutomaticProof) {
|
|
621
|
+
return { kind: "idle" };
|
|
622
|
+
}
|
|
623
|
+
|
|
624
|
+
if (
|
|
625
|
+
input.cloudSecretsApplyEvidence &&
|
|
626
|
+
shouldInvalidateCloudSecretsApplyEvidence({
|
|
627
|
+
evidence: input.cloudSecretsApplyEvidence,
|
|
628
|
+
currentConfigStateFingerprint: input.currentConfigStateFingerprint,
|
|
629
|
+
harnessDispatchRepo: input.harnessDispatchRepo,
|
|
630
|
+
})
|
|
631
|
+
) {
|
|
632
|
+
return {
|
|
633
|
+
kind: "stale-after-apply",
|
|
634
|
+
message:
|
|
635
|
+
"Local or control-plane config changed after the last automatic secret write. Preview and apply again to refresh HARNESS_CONFIG_JSON_B64.",
|
|
636
|
+
showRetry: true,
|
|
637
|
+
primaryBlocker: input.eligibility.blockers.find(
|
|
638
|
+
(blocker) => blocker.id === "cloud-secrets-stale-linear-config",
|
|
639
|
+
),
|
|
640
|
+
};
|
|
641
|
+
}
|
|
642
|
+
|
|
643
|
+
if (!input.eligibility.postApplyVerificationReady) {
|
|
644
|
+
return {
|
|
645
|
+
kind: "verification-inconclusive",
|
|
646
|
+
message:
|
|
647
|
+
"Write request completed, but remote secret verification is not ready yet. Refresh or retry.",
|
|
648
|
+
showRefresh: true,
|
|
649
|
+
showRetry: true,
|
|
650
|
+
};
|
|
651
|
+
}
|
|
652
|
+
|
|
653
|
+
if (input.eligibility.canContinue) {
|
|
654
|
+
return {
|
|
655
|
+
kind: "success",
|
|
656
|
+
message:
|
|
657
|
+
"Encrypted GitHub Actions secrets were created or updated successfully.",
|
|
658
|
+
canContinue: true,
|
|
659
|
+
};
|
|
660
|
+
}
|
|
661
|
+
|
|
662
|
+
return {
|
|
663
|
+
kind: "success-blocked",
|
|
664
|
+
message:
|
|
665
|
+
"Automatic secret write succeeded, but Step 6 is not ready to continue yet.",
|
|
666
|
+
primaryBlocker: input.eligibility.blockers[0],
|
|
667
|
+
showRefresh: true,
|
|
668
|
+
showRetry: true,
|
|
669
|
+
};
|
|
670
|
+
}
|
|
671
|
+
|
|
672
|
+
export function assertStep6AutomaticApplyOutcomeInvariant(input: {
|
|
673
|
+
outcome: Step6AutomaticApplyOutcome;
|
|
674
|
+
verifiedAutomaticSuccess: boolean;
|
|
675
|
+
applyResult: RemoteHarnessSecretApplyResult | null;
|
|
676
|
+
loading: string | null;
|
|
677
|
+
canContinue: boolean;
|
|
678
|
+
}): void {
|
|
679
|
+
const silentDeadEnd =
|
|
680
|
+
input.verifiedAutomaticSuccess &&
|
|
681
|
+
Boolean(input.applyResult) &&
|
|
682
|
+
input.loading !== "apply" &&
|
|
683
|
+
!input.canContinue &&
|
|
684
|
+
input.outcome.kind !== "stale-after-apply" &&
|
|
685
|
+
input.outcome.kind !== "apply-failed" &&
|
|
686
|
+
input.outcome.kind !== "verification-inconclusive" &&
|
|
687
|
+
input.outcome.kind !== "success-blocked";
|
|
688
|
+
|
|
689
|
+
if (silentDeadEnd) {
|
|
690
|
+
throw new Error(
|
|
691
|
+
"Step 6 automatic apply entered a silent dead-end state without explicit recovery UI.",
|
|
692
|
+
);
|
|
693
|
+
}
|
|
694
|
+
}
|
|
695
|
+
|
|
696
|
+
export function isCloudSecretsStaleLinearConfigResolved(input: {
|
|
697
|
+
evidence?: CloudSecretsApplyEvidence;
|
|
698
|
+
currentConfigStateFingerprint: string;
|
|
699
|
+
}): boolean {
|
|
700
|
+
if (!input.evidence) return false;
|
|
701
|
+
if (input.evidence.path !== "automatic") return false;
|
|
702
|
+
if (!input.evidence.harnessConfigJsonB64Written) return false;
|
|
703
|
+
return input.evidence.configStateFingerprint === input.currentConfigStateFingerprint;
|
|
704
|
+
}
|
|
705
|
+
|
|
706
|
+
export function filterResolvedCloudSecretsBlockers(input: {
|
|
707
|
+
blockers: ReadinessBlocker[];
|
|
708
|
+
evidence?: CloudSecretsApplyEvidence;
|
|
709
|
+
currentConfigStateFingerprint: string;
|
|
710
|
+
previewStaleCleared?: boolean;
|
|
711
|
+
postApplyVerificationReady?: boolean;
|
|
712
|
+
}): ReadinessBlocker[] {
|
|
713
|
+
return input.blockers.filter((blocker) => {
|
|
714
|
+
if (blocker.id === "remote-secret-preview-stale") {
|
|
715
|
+
return !(input.previewStaleCleared && input.postApplyVerificationReady);
|
|
716
|
+
}
|
|
717
|
+
if (blocker.id === "cloud-secrets-stale-linear-config") {
|
|
718
|
+
return !isCloudSecretsStaleLinearConfigResolved({
|
|
719
|
+
evidence: input.evidence,
|
|
720
|
+
currentConfigStateFingerprint: input.currentConfigStateFingerprint,
|
|
721
|
+
});
|
|
722
|
+
}
|
|
723
|
+
return true;
|
|
724
|
+
});
|
|
725
|
+
}
|
|
726
|
+
|
|
727
|
+
export interface DeriveStep6ContinueEligibilityInput {
|
|
728
|
+
summary: RemoteSetupSummary;
|
|
729
|
+
setupSummary: SetupGuiViewModel;
|
|
730
|
+
localReadinessComplete: boolean;
|
|
731
|
+
uiState?: FirstRunReadinessUiState;
|
|
732
|
+
staleSmokeDiagnostics: StaleSmokeDiagnostics;
|
|
733
|
+
controlPlaneContext?: ControlPlaneReadinessContext;
|
|
734
|
+
/** When true, remote-secret-preview-stale is treated as cleared. */
|
|
735
|
+
previewStaleCleared?: boolean;
|
|
736
|
+
}
|
|
737
|
+
|
|
738
|
+
export interface Step6ContinueEligibility {
|
|
739
|
+
canContinue: boolean;
|
|
740
|
+
postApplyVerificationReady: boolean;
|
|
741
|
+
blockers: ReadinessBlocker[];
|
|
742
|
+
}
|
|
743
|
+
|
|
744
|
+
function resolveStep6HardBlockers(
|
|
745
|
+
blockers: ReadinessBlocker[],
|
|
746
|
+
input: {
|
|
747
|
+
postApplyVerificationReady: boolean;
|
|
748
|
+
previewStaleCleared: boolean;
|
|
749
|
+
evidence?: CloudSecretsApplyEvidence;
|
|
750
|
+
currentConfigStateFingerprint: string;
|
|
751
|
+
},
|
|
752
|
+
): ReadinessBlocker[] {
|
|
753
|
+
return filterResolvedCloudSecretsBlockers({
|
|
754
|
+
blockers,
|
|
755
|
+
evidence: input.evidence,
|
|
756
|
+
currentConfigStateFingerprint: input.currentConfigStateFingerprint,
|
|
757
|
+
previewStaleCleared: input.previewStaleCleared,
|
|
758
|
+
postApplyVerificationReady: input.postApplyVerificationReady,
|
|
759
|
+
});
|
|
760
|
+
}
|
|
761
|
+
|
|
762
|
+
export type Step6RemoteActionRoute = "step4-harness-repo" | "connect-services";
|
|
763
|
+
|
|
764
|
+
export interface Step6RemoteActionEligibility {
|
|
765
|
+
allowed: boolean;
|
|
766
|
+
reason?: string;
|
|
767
|
+
action?: string;
|
|
768
|
+
route?: Step6RemoteActionRoute;
|
|
769
|
+
}
|
|
770
|
+
|
|
771
|
+
export function deriveStep6RemoteActionEligibility(
|
|
772
|
+
summary: RemoteSetupSummary,
|
|
773
|
+
): Step6RemoteActionEligibility {
|
|
774
|
+
if (!summary.githubTokenConfigured) {
|
|
775
|
+
return {
|
|
776
|
+
allowed: false,
|
|
777
|
+
reason: "Blocked: GITHUB_TOKEN is required for cloud secrets setup.",
|
|
778
|
+
action: "Add GITHUB_TOKEN in Step 1, then return to cloud secrets setup.",
|
|
779
|
+
route: "connect-services",
|
|
780
|
+
};
|
|
781
|
+
}
|
|
782
|
+
|
|
783
|
+
if (!summary.harnessDispatchRepoResolved) {
|
|
784
|
+
return {
|
|
785
|
+
allowed: false,
|
|
786
|
+
reason: "Blocked: Harness dispatch repo could not be resolved.",
|
|
787
|
+
action:
|
|
788
|
+
"Return to Step 4, enter your harness repo, and use Verify and use harness repo.",
|
|
789
|
+
route: "step4-harness-repo",
|
|
790
|
+
};
|
|
791
|
+
}
|
|
792
|
+
|
|
793
|
+
if (summary.harnessRepoAccess === "denied") {
|
|
794
|
+
return {
|
|
795
|
+
allowed: false,
|
|
796
|
+
reason: `Blocked: GitHub denied access to ${summary.harnessDispatchRepo}.`,
|
|
797
|
+
action:
|
|
798
|
+
"Return to Step 4 to correct the harness repo, or update GITHUB_TOKEN permissions in Step 1 and verify again.",
|
|
799
|
+
route: "step4-harness-repo",
|
|
800
|
+
};
|
|
801
|
+
}
|
|
802
|
+
|
|
803
|
+
if (summary.harnessRepoAccess !== "available") {
|
|
804
|
+
return {
|
|
805
|
+
allowed: false,
|
|
806
|
+
reason: "Blocked: Harness repo access could not be verified yet.",
|
|
807
|
+
action:
|
|
808
|
+
"Return to Step 4 and use Verify and use harness repo, then refresh cloud secrets setup.",
|
|
809
|
+
route: "step4-harness-repo",
|
|
810
|
+
};
|
|
811
|
+
}
|
|
812
|
+
|
|
813
|
+
return { allowed: true };
|
|
814
|
+
}
|
|
815
|
+
|
|
816
|
+
export function deriveStep6ContinueEligibility(
|
|
817
|
+
input: DeriveStep6ContinueEligibilityInput,
|
|
818
|
+
): Step6ContinueEligibility {
|
|
819
|
+
const postApplyVerificationReady = step6PostApplyVerificationReady(
|
|
820
|
+
input.summary,
|
|
821
|
+
);
|
|
822
|
+
const previewStaleCleared = input.previewStaleCleared ?? false;
|
|
823
|
+
|
|
824
|
+
const effectiveUiState: FirstRunReadinessUiState = {
|
|
825
|
+
...input.uiState,
|
|
826
|
+
remoteSecretPreviewStale: previewStaleCleared
|
|
827
|
+
? false
|
|
828
|
+
: input.uiState?.remoteSecretPreviewStale,
|
|
829
|
+
};
|
|
830
|
+
|
|
831
|
+
const cloudSecrets = collectCloudSecretsBlockers(
|
|
832
|
+
input.setupSummary,
|
|
833
|
+
input.summary,
|
|
834
|
+
effectiveUiState,
|
|
835
|
+
input.staleSmokeDiagnostics,
|
|
836
|
+
input.controlPlaneContext,
|
|
837
|
+
);
|
|
838
|
+
|
|
839
|
+
const remainingBlockers = resolveStep6HardBlockers(cloudSecrets.blockers, {
|
|
840
|
+
postApplyVerificationReady,
|
|
841
|
+
previewStaleCleared,
|
|
842
|
+
evidence: input.uiState?.cloudSecretsApplyEvidence,
|
|
843
|
+
currentConfigStateFingerprint: computeCloudSecretsConfigStateFingerprint({
|
|
844
|
+
setupSummary: input.setupSummary,
|
|
845
|
+
controlPlaneContext: input.controlPlaneContext,
|
|
846
|
+
}),
|
|
847
|
+
});
|
|
848
|
+
|
|
849
|
+
const canContinue =
|
|
850
|
+
postApplyVerificationReady &&
|
|
851
|
+
input.localReadinessComplete &&
|
|
852
|
+
remainingBlockers.length === 0;
|
|
853
|
+
|
|
854
|
+
return {
|
|
855
|
+
canContinue,
|
|
856
|
+
postApplyVerificationReady,
|
|
857
|
+
blockers: remainingBlockers,
|
|
858
|
+
};
|
|
859
|
+
}
|
|
860
|
+
|
|
861
|
+
export function collectTargetWorkflowBlockers(
|
|
862
|
+
summary: SetupGuiViewModel,
|
|
863
|
+
remoteSummary: RemoteSetupSummary,
|
|
864
|
+
staleSmokeDiagnostics?: StaleSmokeDiagnostics,
|
|
865
|
+
): { blockers: ReadinessBlocker[]; warnings: ReadinessBlocker[] } {
|
|
866
|
+
const blockers: ReadinessBlocker[] = [];
|
|
867
|
+
const warnings: ReadinessBlocker[] = [];
|
|
868
|
+
const suppressDownstream = staleSmokeDiagnostics
|
|
869
|
+
? shouldSuppressRemoteDownstreamStatus(
|
|
870
|
+
staleSmokeDiagnostics,
|
|
871
|
+
remoteSummary.harnessRepoAccess,
|
|
872
|
+
)
|
|
873
|
+
: false;
|
|
874
|
+
|
|
875
|
+
if (suppressDownstream) {
|
|
876
|
+
return { blockers, warnings };
|
|
877
|
+
}
|
|
878
|
+
|
|
879
|
+
if (!remoteSummary.githubTokenConfigured) {
|
|
880
|
+
pushBlocker(blockers, {
|
|
881
|
+
id: "missing-github-token-remote-workflow",
|
|
882
|
+
stepId: "target-workflow",
|
|
883
|
+
message: "Blocked: GITHUB_TOKEN is required for workflow install.",
|
|
884
|
+
action: "Next: Add GITHUB_TOKEN in local setup, then return to workflow install.",
|
|
885
|
+
priority: 310,
|
|
886
|
+
});
|
|
887
|
+
}
|
|
888
|
+
|
|
889
|
+
if (remoteSummary.targetRepos.length === 0 && summary.overview.configResolved) {
|
|
890
|
+
pushBlocker(blockers, {
|
|
891
|
+
id: "missing-target-repos",
|
|
892
|
+
stepId: "target-workflow",
|
|
893
|
+
message: "Blocked: No target repos are configured for workflow install.",
|
|
894
|
+
action: "Next: Add at least one target repo mapping in local setup.",
|
|
895
|
+
priority: 304,
|
|
896
|
+
});
|
|
897
|
+
}
|
|
898
|
+
|
|
899
|
+
for (const repo of remoteSummary.targetRepos) {
|
|
900
|
+
if (repo.repoAccess === "denied") {
|
|
901
|
+
pushBlocker(blockers, {
|
|
902
|
+
id: `target-repo-access-denied-${repo.repoConfigId}`,
|
|
903
|
+
stepId: "target-workflow",
|
|
904
|
+
message: `Blocked: GitHub access to ${repo.targetRepo} was denied.`,
|
|
905
|
+
action:
|
|
906
|
+
"Next: Grant workflow and PR permissions for this target repo, then refresh.",
|
|
907
|
+
priority: 305,
|
|
908
|
+
});
|
|
909
|
+
}
|
|
910
|
+
|
|
911
|
+
if (repo.workflowStatus === "missing" || repo.workflowStatus === "differs") {
|
|
912
|
+
const workflowLabel =
|
|
913
|
+
repo.workflowStatus === "missing" ? "missing" : "outdated";
|
|
914
|
+
pushBlocker(blockers, {
|
|
915
|
+
id: `target-workflow-${repo.workflowStatus}-${repo.repoConfigId}`,
|
|
916
|
+
stepId: "target-workflow",
|
|
917
|
+
message: `Blocked: Target workflow is ${workflowLabel} for ${repo.repoConfigId}.`,
|
|
918
|
+
action:
|
|
919
|
+
"Next: Preview the workflow install PR, confirm, then create or update the install PR.",
|
|
920
|
+
priority: 306,
|
|
921
|
+
});
|
|
922
|
+
}
|
|
923
|
+
|
|
924
|
+
if (repo.workflowStatus === "unknown" && remoteSummary.githubTokenConfigured) {
|
|
925
|
+
pushWarning(warnings, {
|
|
926
|
+
id: `target-workflow-unknown-${repo.repoConfigId}`,
|
|
927
|
+
stepId: "target-workflow",
|
|
928
|
+
message: `Target workflow status is unknown for ${repo.repoConfigId}.`,
|
|
929
|
+
action: "Refresh workflow install setup to re-check workflow presence.",
|
|
930
|
+
priority: 592,
|
|
931
|
+
});
|
|
932
|
+
}
|
|
933
|
+
}
|
|
934
|
+
|
|
935
|
+
return {
|
|
936
|
+
blockers: blockers.sort((left, right) => left.priority - right.priority),
|
|
937
|
+
warnings: warnings.sort((left, right) => left.priority - right.priority),
|
|
938
|
+
};
|
|
939
|
+
}
|
|
940
|
+
|
|
941
|
+
export function collectRemoteSetupBlockers(
|
|
942
|
+
summary: SetupGuiViewModel,
|
|
943
|
+
remoteSummary: RemoteSetupSummary,
|
|
944
|
+
uiState?: FirstRunReadinessUiState,
|
|
945
|
+
staleSmokeDiagnostics?: StaleSmokeDiagnostics,
|
|
946
|
+
controlPlaneContext?: ControlPlaneReadinessContext,
|
|
947
|
+
): { blockers: ReadinessBlocker[]; warnings: ReadinessBlocker[] } {
|
|
948
|
+
const cloudSecrets = collectCloudSecretsBlockers(
|
|
949
|
+
summary,
|
|
950
|
+
remoteSummary,
|
|
951
|
+
uiState,
|
|
952
|
+
staleSmokeDiagnostics,
|
|
953
|
+
controlPlaneContext,
|
|
954
|
+
);
|
|
955
|
+
const targetWorkflow = collectTargetWorkflowBlockers(
|
|
956
|
+
summary,
|
|
957
|
+
remoteSummary,
|
|
958
|
+
staleSmokeDiagnostics,
|
|
959
|
+
);
|
|
960
|
+
|
|
961
|
+
return {
|
|
962
|
+
blockers: [...cloudSecrets.blockers, ...targetWorkflow.blockers].sort(
|
|
963
|
+
(left, right) => left.priority - right.priority,
|
|
964
|
+
),
|
|
965
|
+
warnings: [...cloudSecrets.warnings, ...targetWorkflow.warnings].sort(
|
|
966
|
+
(left, right) => left.priority - right.priority,
|
|
967
|
+
),
|
|
968
|
+
};
|
|
969
|
+
}
|
|
970
|
+
|
|
971
|
+
function stepPrerequisitesMet(
|
|
972
|
+
stepId: FirstRunStepId,
|
|
973
|
+
connectServicesComplete: boolean,
|
|
974
|
+
linearWorkspaceComplete: boolean,
|
|
975
|
+
vercelBridgeComplete: boolean,
|
|
976
|
+
localSetupComplete: boolean,
|
|
977
|
+
localReadinessComplete: boolean,
|
|
978
|
+
cloudSecretsComplete: boolean,
|
|
979
|
+
targetWorkflowComplete: boolean,
|
|
980
|
+
): boolean {
|
|
981
|
+
switch (stepId) {
|
|
982
|
+
case "connect-services":
|
|
983
|
+
return true;
|
|
984
|
+
case "linear-workspace":
|
|
985
|
+
return connectServicesComplete;
|
|
986
|
+
case "vercel-bridge":
|
|
987
|
+
return linearWorkspaceComplete;
|
|
988
|
+
case "local-setup":
|
|
989
|
+
return vercelBridgeComplete;
|
|
990
|
+
case "local-readiness":
|
|
991
|
+
return localSetupComplete;
|
|
992
|
+
case "cloud-secrets":
|
|
993
|
+
return localReadinessComplete;
|
|
994
|
+
case "target-workflow":
|
|
995
|
+
return cloudSecretsComplete;
|
|
996
|
+
case "ready-for-first-run":
|
|
997
|
+
return targetWorkflowComplete;
|
|
998
|
+
}
|
|
999
|
+
}
|
|
1000
|
+
|
|
1001
|
+
function primaryActionForStep(
|
|
1002
|
+
stepId: FirstRunStepId,
|
|
1003
|
+
blockers: ReadinessBlocker[],
|
|
1004
|
+
): ReadinessAction | undefined {
|
|
1005
|
+
const stepBlocker = blockers.find((blocker) => blocker.stepId === stepId);
|
|
1006
|
+
if (stepBlocker) {
|
|
1007
|
+
return {
|
|
1008
|
+
id: stepBlocker.id,
|
|
1009
|
+
label: stepBlocker.action.replace(/^Next:\s*/, ""),
|
|
1010
|
+
stepId,
|
|
1011
|
+
};
|
|
1012
|
+
}
|
|
1013
|
+
|
|
1014
|
+
switch (stepId) {
|
|
1015
|
+
case "connect-services":
|
|
1016
|
+
return {
|
|
1017
|
+
id: "preview-connect-services",
|
|
1018
|
+
label: "Connect services",
|
|
1019
|
+
stepId,
|
|
1020
|
+
};
|
|
1021
|
+
case "linear-workspace":
|
|
1022
|
+
return {
|
|
1023
|
+
id: "complete-linear-workspace",
|
|
1024
|
+
label: "Set up Linear workspace",
|
|
1025
|
+
stepId,
|
|
1026
|
+
};
|
|
1027
|
+
case "vercel-bridge":
|
|
1028
|
+
return {
|
|
1029
|
+
id: "complete-vercel-bridge",
|
|
1030
|
+
label: "Set up Vercel webhook bridge",
|
|
1031
|
+
stepId,
|
|
1032
|
+
};
|
|
1033
|
+
case "local-setup":
|
|
1034
|
+
return {
|
|
1035
|
+
id: "preview-local-files",
|
|
1036
|
+
label: "Preview setup files",
|
|
1037
|
+
stepId,
|
|
1038
|
+
};
|
|
1039
|
+
case "local-readiness":
|
|
1040
|
+
return {
|
|
1041
|
+
id: "review-local-readiness",
|
|
1042
|
+
label: "Review local readiness checks",
|
|
1043
|
+
stepId,
|
|
1044
|
+
};
|
|
1045
|
+
case "cloud-secrets":
|
|
1046
|
+
return {
|
|
1047
|
+
id: "complete-cloud-secrets",
|
|
1048
|
+
label: "Connect cloud secrets",
|
|
1049
|
+
stepId,
|
|
1050
|
+
};
|
|
1051
|
+
case "target-workflow":
|
|
1052
|
+
return {
|
|
1053
|
+
id: "complete-target-workflow",
|
|
1054
|
+
label: "Install target repo workflow",
|
|
1055
|
+
stepId,
|
|
1056
|
+
};
|
|
1057
|
+
case "ready-for-first-run":
|
|
1058
|
+
return {
|
|
1059
|
+
id: "review-first-run-readiness",
|
|
1060
|
+
label: "Review final readiness state",
|
|
1061
|
+
stepId,
|
|
1062
|
+
};
|
|
1063
|
+
}
|
|
1064
|
+
}
|
|
1065
|
+
|
|
1066
|
+
function blockersAreSetupNeeded(blockers: ReadinessBlocker[]): boolean {
|
|
1067
|
+
return (
|
|
1068
|
+
blockers.length > 0 &&
|
|
1069
|
+
blockers.every((blocker) => blocker.tone === "setup_needed")
|
|
1070
|
+
);
|
|
1071
|
+
}
|
|
1072
|
+
|
|
1073
|
+
function deriveStepStatus(input: {
|
|
1074
|
+
stepId: FirstRunStepId;
|
|
1075
|
+
prerequisitesMet: boolean;
|
|
1076
|
+
blockers: ReadinessBlocker[];
|
|
1077
|
+
complete: boolean;
|
|
1078
|
+
isCurrent: boolean;
|
|
1079
|
+
}): FirstRunStepStatus {
|
|
1080
|
+
if (!input.prerequisitesMet) {
|
|
1081
|
+
return "not_started";
|
|
1082
|
+
}
|
|
1083
|
+
if (input.complete) {
|
|
1084
|
+
return "complete";
|
|
1085
|
+
}
|
|
1086
|
+
if (input.blockers.length > 0) {
|
|
1087
|
+
if (input.isCurrent && blockersAreSetupNeeded(input.blockers)) {
|
|
1088
|
+
return "in_progress";
|
|
1089
|
+
}
|
|
1090
|
+
return "blocked";
|
|
1091
|
+
}
|
|
1092
|
+
if (input.isCurrent) {
|
|
1093
|
+
return "in_progress";
|
|
1094
|
+
}
|
|
1095
|
+
return "ready";
|
|
1096
|
+
}
|
|
1097
|
+
|
|
1098
|
+
function formatBlockerProblem(message: string): string {
|
|
1099
|
+
return message
|
|
1100
|
+
.replace(/^Blocked:\s*/, "")
|
|
1101
|
+
.replace(/^Setup needed:\s*/, "");
|
|
1102
|
+
}
|
|
1103
|
+
|
|
1104
|
+
function derivePrimarySetupTask(input: {
|
|
1105
|
+
highestPriorityBlocker?: ReadinessBlocker;
|
|
1106
|
+
staleSmokeDiagnostics: StaleSmokeDiagnostics;
|
|
1107
|
+
}): PrimarySetupTask | undefined {
|
|
1108
|
+
if (input.staleSmokeDiagnostics.hasStaleConfig) {
|
|
1109
|
+
const needsTargetRepo =
|
|
1110
|
+
input.staleSmokeDiagnostics.staleTargetRepos.length > 0;
|
|
1111
|
+
const suggestedRepo =
|
|
1112
|
+
input.staleSmokeDiagnostics.suggestedHarnessDispatchRepo;
|
|
1113
|
+
|
|
1114
|
+
return {
|
|
1115
|
+
id: "fix-stale-smoke-config",
|
|
1116
|
+
stepId: "local-setup",
|
|
1117
|
+
title: "I need this from you now",
|
|
1118
|
+
problem: "Your setup points at an old disposable smoke-test repo.",
|
|
1119
|
+
whyItMatters:
|
|
1120
|
+
"That repo may have been deleted after the M5.5 smoke test, so GitHub access checks fail.",
|
|
1121
|
+
neededFromYou: needsTargetRepo
|
|
1122
|
+
? suggestedRepo
|
|
1123
|
+
? `Reset GITHUB_DISPATCH_REPOSITORY to ${suggestedRepo}, and enter the target repo you actually intend to use.`
|
|
1124
|
+
: "Reset the stale harness dispatch repo and enter the target repo you actually intend to use."
|
|
1125
|
+
: suggestedRepo
|
|
1126
|
+
? `Reset GITHUB_DISPATCH_REPOSITORY to ${suggestedRepo}.`
|
|
1127
|
+
: "Reset the stale harness dispatch repo to your current harness repo.",
|
|
1128
|
+
primaryCtaLabel: "Preview setup files",
|
|
1129
|
+
secondaryCtaLabel: "Show technical details",
|
|
1130
|
+
tone: "error",
|
|
1131
|
+
};
|
|
1132
|
+
}
|
|
1133
|
+
|
|
1134
|
+
if (input.highestPriorityBlocker?.id === "harness-repo-access-denied") {
|
|
1135
|
+
return {
|
|
1136
|
+
id: "confirm-harness-repo-access",
|
|
1137
|
+
stepId: "cloud-secrets",
|
|
1138
|
+
title: "I need this from you now",
|
|
1139
|
+
problem: formatBlockerProblem(input.highestPriorityBlocker.message),
|
|
1140
|
+
whyItMatters:
|
|
1141
|
+
"Cloud secrets setup cannot continue until the harness dispatch repo is reachable with your GitHub token.",
|
|
1142
|
+
neededFromYou:
|
|
1143
|
+
"Confirm the harness dispatch repo is the one you intend to use, or fix local setup if it is wrong.",
|
|
1144
|
+
primaryCtaLabel: "Connect cloud secrets",
|
|
1145
|
+
secondaryCtaLabel: "Show technical details",
|
|
1146
|
+
tone: "error",
|
|
1147
|
+
};
|
|
1148
|
+
}
|
|
1149
|
+
|
|
1150
|
+
if (input.highestPriorityBlocker) {
|
|
1151
|
+
const isSetupNeeded = input.highestPriorityBlocker.tone === "setup_needed";
|
|
1152
|
+
const localSetupTitle =
|
|
1153
|
+
input.highestPriorityBlocker.id === "missing-config-local" ||
|
|
1154
|
+
input.highestPriorityBlocker.id === "config-unresolved"
|
|
1155
|
+
? "Step 4 of 7 · Choose target repo"
|
|
1156
|
+
: input.highestPriorityBlocker.stepId === "connect-services"
|
|
1157
|
+
? "Step 1 of 7 · Connect services"
|
|
1158
|
+
: input.highestPriorityBlocker.stepId === "linear-workspace"
|
|
1159
|
+
? "Step 2 of 7 · Set up Linear workspace"
|
|
1160
|
+
: input.highestPriorityBlocker.stepId === "vercel-bridge"
|
|
1161
|
+
? "Step 3 of 7 · Set up Vercel webhook bridge"
|
|
1162
|
+
: "Step 1 of 7 · Connect services";
|
|
1163
|
+
|
|
1164
|
+
return {
|
|
1165
|
+
id: input.highestPriorityBlocker.id,
|
|
1166
|
+
stepId: input.highestPriorityBlocker.stepId,
|
|
1167
|
+
title: isSetupNeeded ? localSetupTitle : "I need this from you now",
|
|
1168
|
+
problem: formatBlockerProblem(input.highestPriorityBlocker.message),
|
|
1169
|
+
whyItMatters: isSetupNeeded
|
|
1170
|
+
? "This is normal for a first-time setup. Nothing is broken yet."
|
|
1171
|
+
: "Setup cannot continue until this blocker is resolved.",
|
|
1172
|
+
neededFromYou: input.highestPriorityBlocker.action.replace(/^Next:\s*/, ""),
|
|
1173
|
+
primaryCtaLabel: isSetupNeeded
|
|
1174
|
+
? input.highestPriorityBlocker.stepId === "cloud-secrets" ||
|
|
1175
|
+
input.highestPriorityBlocker.stepId === "target-workflow"
|
|
1176
|
+
? input.highestPriorityBlocker.stepId === "cloud-secrets"
|
|
1177
|
+
? "Connect cloud secrets"
|
|
1178
|
+
: "Install target repo workflow"
|
|
1179
|
+
: input.highestPriorityBlocker.id === "missing-config-local" ||
|
|
1180
|
+
input.highestPriorityBlocker.id === "config-unresolved"
|
|
1181
|
+
? "Continue"
|
|
1182
|
+
: "Continue"
|
|
1183
|
+
: input.highestPriorityBlocker.action.replace(/^Next:\s*/, ""),
|
|
1184
|
+
secondaryCtaLabel: "Show technical details",
|
|
1185
|
+
tone: isSetupNeeded ? "setup_needed" : "error",
|
|
1186
|
+
};
|
|
1187
|
+
}
|
|
1188
|
+
|
|
1189
|
+
return undefined;
|
|
1190
|
+
}
|
|
1191
|
+
|
|
1192
|
+
export function deriveFirstRunReadiness(input: {
|
|
1193
|
+
summary: SetupGuiViewModel;
|
|
1194
|
+
remoteSummary: RemoteSetupSummary;
|
|
1195
|
+
uiState?: FirstRunReadinessUiState;
|
|
1196
|
+
staleSmokeDiagnostics?: StaleSmokeDiagnostics;
|
|
1197
|
+
controlPlaneContext?: ControlPlaneReadinessContext;
|
|
1198
|
+
}): FirstRunReadiness {
|
|
1199
|
+
const staleSmokeDiagnostics = input.staleSmokeDiagnostics ?? {
|
|
1200
|
+
hasStaleConfig: false,
|
|
1201
|
+
findings: [],
|
|
1202
|
+
staleTargetRepos: [],
|
|
1203
|
+
};
|
|
1204
|
+
|
|
1205
|
+
const controlPlaneContext = input.controlPlaneContext ?? { state: null };
|
|
1206
|
+
|
|
1207
|
+
const connectServicesBlockers = collectConnectServicesBlockers(input.summary);
|
|
1208
|
+
const linearWorkspaceBlockers = collectLinearWorkspaceBlockers(
|
|
1209
|
+
controlPlaneContext,
|
|
1210
|
+
input.uiState,
|
|
1211
|
+
);
|
|
1212
|
+
const vercelBridgeBlockers = collectVercelBridgeBlockers(
|
|
1213
|
+
controlPlaneContext,
|
|
1214
|
+
input.uiState,
|
|
1215
|
+
);
|
|
1216
|
+
const localSetupBlockers = collectLocalSetupBlockers(
|
|
1217
|
+
input.summary,
|
|
1218
|
+
input.uiState,
|
|
1219
|
+
staleSmokeDiagnostics,
|
|
1220
|
+
);
|
|
1221
|
+
const localReadiness = collectLocalReadinessBlockers(input.summary);
|
|
1222
|
+
const rawCloudSecrets = collectCloudSecretsBlockers(
|
|
1223
|
+
input.summary,
|
|
1224
|
+
input.remoteSummary,
|
|
1225
|
+
input.uiState,
|
|
1226
|
+
staleSmokeDiagnostics,
|
|
1227
|
+
controlPlaneContext,
|
|
1228
|
+
);
|
|
1229
|
+
const configStateFingerprint = computeCloudSecretsConfigStateFingerprint({
|
|
1230
|
+
setupSummary: input.summary,
|
|
1231
|
+
controlPlaneContext,
|
|
1232
|
+
});
|
|
1233
|
+
const cloudSecrets = {
|
|
1234
|
+
blockers: filterResolvedCloudSecretsBlockers({
|
|
1235
|
+
blockers: rawCloudSecrets.blockers,
|
|
1236
|
+
evidence: input.uiState?.cloudSecretsApplyEvidence,
|
|
1237
|
+
currentConfigStateFingerprint: configStateFingerprint,
|
|
1238
|
+
}),
|
|
1239
|
+
warnings: rawCloudSecrets.warnings,
|
|
1240
|
+
};
|
|
1241
|
+
const targetWorkflow = collectTargetWorkflowBlockers(
|
|
1242
|
+
input.summary,
|
|
1243
|
+
input.remoteSummary,
|
|
1244
|
+
staleSmokeDiagnostics,
|
|
1245
|
+
);
|
|
1246
|
+
|
|
1247
|
+
const connectServicesComplete = connectServicesBlockers.length === 0;
|
|
1248
|
+
const linearWorkspaceComplete = linearWorkspaceBlockers.length === 0;
|
|
1249
|
+
const vercelBridgeComplete = vercelBridgeBlockers.length === 0;
|
|
1250
|
+
const localSetupComplete =
|
|
1251
|
+
vercelBridgeComplete && localSetupBlockers.length === 0;
|
|
1252
|
+
const localReadinessBlockersCleared =
|
|
1253
|
+
localSetupComplete &&
|
|
1254
|
+
localReadiness.blockers.length === 0 &&
|
|
1255
|
+
input.summary.overview.readyForLocalDoctor;
|
|
1256
|
+
const localReadinessReviewed = input.uiState?.localReadinessReviewed ?? false;
|
|
1257
|
+
const localReadinessComplete =
|
|
1258
|
+
localReadinessBlockersCleared && localReadinessReviewed;
|
|
1259
|
+
const cloudSecretsBlockersCleared =
|
|
1260
|
+
localReadinessComplete && cloudSecrets.blockers.length === 0;
|
|
1261
|
+
const cloudSecretsReviewed = input.uiState?.cloudSecretsReviewed ?? false;
|
|
1262
|
+
const cloudSecretsComplete =
|
|
1263
|
+
cloudSecretsBlockersCleared && cloudSecretsReviewed;
|
|
1264
|
+
const targetWorkflowComplete =
|
|
1265
|
+
cloudSecretsComplete && targetWorkflow.blockers.length === 0;
|
|
1266
|
+
const readyForFirstRun = targetWorkflowComplete;
|
|
1267
|
+
|
|
1268
|
+
const allBlockers = [
|
|
1269
|
+
...connectServicesBlockers,
|
|
1270
|
+
...linearWorkspaceBlockers,
|
|
1271
|
+
...vercelBridgeBlockers,
|
|
1272
|
+
...localSetupBlockers,
|
|
1273
|
+
...localReadiness.blockers,
|
|
1274
|
+
...cloudSecrets.blockers,
|
|
1275
|
+
...targetWorkflow.blockers,
|
|
1276
|
+
].sort((left, right) => left.priority - right.priority);
|
|
1277
|
+
|
|
1278
|
+
const nonBlockingWarnings = [
|
|
1279
|
+
...localReadiness.warnings,
|
|
1280
|
+
...cloudSecrets.warnings,
|
|
1281
|
+
...targetWorkflow.warnings,
|
|
1282
|
+
].sort((left, right) => left.priority - right.priority);
|
|
1283
|
+
|
|
1284
|
+
const currentStepId =
|
|
1285
|
+
!connectServicesComplete
|
|
1286
|
+
? "connect-services"
|
|
1287
|
+
: !linearWorkspaceComplete
|
|
1288
|
+
? "linear-workspace"
|
|
1289
|
+
: !vercelBridgeComplete
|
|
1290
|
+
? "vercel-bridge"
|
|
1291
|
+
: !localSetupComplete
|
|
1292
|
+
? "local-setup"
|
|
1293
|
+
: !localReadinessComplete
|
|
1294
|
+
? "local-readiness"
|
|
1295
|
+
: !cloudSecretsComplete
|
|
1296
|
+
? "cloud-secrets"
|
|
1297
|
+
: !targetWorkflowComplete
|
|
1298
|
+
? "target-workflow"
|
|
1299
|
+
: "ready-for-first-run";
|
|
1300
|
+
|
|
1301
|
+
const stepBlockers: Record<FirstRunStepId, ReadinessBlocker[]> = {
|
|
1302
|
+
"connect-services": connectServicesBlockers,
|
|
1303
|
+
"linear-workspace": linearWorkspaceBlockers,
|
|
1304
|
+
"vercel-bridge": vercelBridgeBlockers,
|
|
1305
|
+
"local-setup": localSetupBlockers,
|
|
1306
|
+
"local-readiness": localReadiness.blockers,
|
|
1307
|
+
"cloud-secrets": cloudSecrets.blockers,
|
|
1308
|
+
"target-workflow": targetWorkflow.blockers,
|
|
1309
|
+
"ready-for-first-run": readyForFirstRun
|
|
1310
|
+
? []
|
|
1311
|
+
: [
|
|
1312
|
+
{
|
|
1313
|
+
id: "not-ready-for-first-run",
|
|
1314
|
+
stepId: "ready-for-first-run",
|
|
1315
|
+
message: "Blocked: Harness setup is not ready for a first run yet.",
|
|
1316
|
+
action: "Next: Complete the earlier setup steps first.",
|
|
1317
|
+
priority: 400,
|
|
1318
|
+
blocking: true,
|
|
1319
|
+
},
|
|
1320
|
+
],
|
|
1321
|
+
};
|
|
1322
|
+
|
|
1323
|
+
const steps: FirstRunStep[] = STEP_ORDER.map((stepId) => {
|
|
1324
|
+
const prerequisitesMet = stepPrerequisitesMet(
|
|
1325
|
+
stepId,
|
|
1326
|
+
connectServicesComplete,
|
|
1327
|
+
linearWorkspaceComplete,
|
|
1328
|
+
vercelBridgeComplete,
|
|
1329
|
+
localSetupComplete,
|
|
1330
|
+
localReadinessComplete,
|
|
1331
|
+
cloudSecretsComplete,
|
|
1332
|
+
targetWorkflowComplete,
|
|
1333
|
+
);
|
|
1334
|
+
const blockers = stepBlockers[stepId];
|
|
1335
|
+
const warnings =
|
|
1336
|
+
stepId === "local-readiness"
|
|
1337
|
+
? localReadiness.warnings
|
|
1338
|
+
: stepId === "cloud-secrets"
|
|
1339
|
+
? cloudSecrets.warnings
|
|
1340
|
+
: stepId === "target-workflow"
|
|
1341
|
+
? targetWorkflow.warnings
|
|
1342
|
+
: [];
|
|
1343
|
+
const complete =
|
|
1344
|
+
stepId === "connect-services"
|
|
1345
|
+
? connectServicesComplete
|
|
1346
|
+
: stepId === "linear-workspace"
|
|
1347
|
+
? linearWorkspaceComplete
|
|
1348
|
+
: stepId === "vercel-bridge"
|
|
1349
|
+
? vercelBridgeComplete
|
|
1350
|
+
: stepId === "local-setup"
|
|
1351
|
+
? localSetupComplete
|
|
1352
|
+
: stepId === "local-readiness"
|
|
1353
|
+
? localReadinessComplete
|
|
1354
|
+
: stepId === "cloud-secrets"
|
|
1355
|
+
? cloudSecretsComplete
|
|
1356
|
+
: stepId === "target-workflow"
|
|
1357
|
+
? targetWorkflowComplete
|
|
1358
|
+
: readyForFirstRun;
|
|
1359
|
+
const isCurrent = stepId === currentStepId;
|
|
1360
|
+
|
|
1361
|
+
return {
|
|
1362
|
+
id: stepId,
|
|
1363
|
+
label: STEP_LABELS[stepId],
|
|
1364
|
+
status: deriveStepStatus({
|
|
1365
|
+
stepId,
|
|
1366
|
+
prerequisitesMet,
|
|
1367
|
+
blockers,
|
|
1368
|
+
complete,
|
|
1369
|
+
isCurrent,
|
|
1370
|
+
}),
|
|
1371
|
+
summary:
|
|
1372
|
+
stepId === "ready-for-first-run" && readyForFirstRun
|
|
1373
|
+
? "Harness setup is ready for a future first run."
|
|
1374
|
+
: blockers[0]?.message ?? `Continue ${STEP_LABELS[stepId].toLowerCase()}.`,
|
|
1375
|
+
blockers,
|
|
1376
|
+
warnings,
|
|
1377
|
+
primaryAction: primaryActionForStep(stepId, allBlockers),
|
|
1378
|
+
inspectable: true,
|
|
1379
|
+
actionable: prerequisitesMet && (isCurrent || blockers.length > 0),
|
|
1380
|
+
};
|
|
1381
|
+
});
|
|
1382
|
+
|
|
1383
|
+
const highestPriorityBlocker = allBlockers[0];
|
|
1384
|
+
const nextRecommendedAction = highestPriorityBlocker
|
|
1385
|
+
? {
|
|
1386
|
+
id: highestPriorityBlocker.id,
|
|
1387
|
+
label: highestPriorityBlocker.action.replace(/^Next:\s*/, ""),
|
|
1388
|
+
stepId: highestPriorityBlocker.stepId,
|
|
1389
|
+
}
|
|
1390
|
+
: steps.find((step) => step.id === currentStepId)?.primaryAction;
|
|
1391
|
+
|
|
1392
|
+
const primaryTask = derivePrimarySetupTask({
|
|
1393
|
+
highestPriorityBlocker,
|
|
1394
|
+
staleSmokeDiagnostics,
|
|
1395
|
+
});
|
|
1396
|
+
|
|
1397
|
+
return {
|
|
1398
|
+
steps,
|
|
1399
|
+
currentStepId,
|
|
1400
|
+
highestPriorityBlocker,
|
|
1401
|
+
nextRecommendedAction,
|
|
1402
|
+
primaryTask,
|
|
1403
|
+
staleSmokeDiagnostics,
|
|
1404
|
+
remoteSetupBlockedByUpstream: remoteSetupBlockedByStaleSmoke(
|
|
1405
|
+
staleSmokeDiagnostics,
|
|
1406
|
+
),
|
|
1407
|
+
readyForFirstRun,
|
|
1408
|
+
localReadinessBlockersCleared,
|
|
1409
|
+
localReadinessReviewed,
|
|
1410
|
+
localReadinessComplete,
|
|
1411
|
+
cloudSecretsBlockersCleared,
|
|
1412
|
+
cloudSecretsReviewed,
|
|
1413
|
+
nonBlockingWarnings,
|
|
1414
|
+
prohibitedActionsNote: PROHIBITED_ACTIONS_NOTE,
|
|
1415
|
+
};
|
|
1416
|
+
}
|
|
1417
|
+
|
|
1418
|
+
export function projectMissingStepsFromReadiness(
|
|
1419
|
+
readiness: FirstRunReadiness,
|
|
1420
|
+
): Array<{ id: string; label: string; detail: string }> {
|
|
1421
|
+
return readiness.steps
|
|
1422
|
+
.flatMap((step) => [...step.blockers, ...step.warnings])
|
|
1423
|
+
.filter((entry) => entry.blocking)
|
|
1424
|
+
.map((entry) => ({
|
|
1425
|
+
id: entry.id,
|
|
1426
|
+
label: entry.message
|
|
1427
|
+
.replace(/^Blocked:\s*/, "")
|
|
1428
|
+
.replace(/^Setup needed:\s*/, ""),
|
|
1429
|
+
detail: entry.action.replace(/^Next:\s*/, ""),
|
|
1430
|
+
}));
|
|
1431
|
+
}
|