Summary
A stale duplicate Vercel project, mission-control-mission-control-ui, is still connected to this repository and reports failing checks on main and on healthy PRs.
Evidence
- Authoritative project:
mission-control-ui
- root directory:
.
- build command:
cd apps/mission-control-ui && pnpm build
- output directory:
apps/mission-control-ui/dist
- current status: passes on merged PRs and matches repo layout
- Stale duplicate project:
mission-control-mission-control-ui
- Failure reproduced independently of product changes; this is not introduced by the merged WorkOrder or shell slices.
Likely root cause
With the duplicate project's root already set to apps/mission-control-ui, the repo-level build flow effectively resolves as an extra nested cd apps/mission-control-ui, which does not exist from that root.
Requested action
- Disconnect or delete the stale
mission-control-mission-control-ui Vercel project, or
- Remove it from required GitHub status checks if it must remain for historical reasons
Notes
- Do not change product code or
vercel.json speculatively to satisfy this obsolete integration.
- The current repo-owned app configuration is already validated by the passing
mission-control-ui project.
Summary
A stale duplicate Vercel project,
mission-control-mission-control-ui, is still connected to this repository and reports failing checks onmainand on healthy PRs.Evidence
mission-control-ui.cd apps/mission-control-ui && pnpm buildapps/mission-control-ui/distmission-control-mission-control-uiapps/mission-control-uivercel.jsonmain, PR feat(ui): add control-plane application shell #10, PR feat(factory): add WorkOrders and governed dispatch lifecycle #11, and PR fix(ci): stabilize Playwright shell smoke tests #13Likely root cause
With the duplicate project's root already set to
apps/mission-control-ui, the repo-level build flow effectively resolves as an extra nestedcd apps/mission-control-ui, which does not exist from that root.Requested action
mission-control-mission-control-uiVercel project, orNotes
vercel.jsonspeculatively to satisfy this obsolete integration.mission-control-uiproject.