Productionize project onboarding wizard#1233
Draft
simple-agent-manager[bot] wants to merge 3 commits into
Draft
Conversation
|
This was referenced Jun 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Summary
Productionizes idea
01KTEQTH0E2VYRBP6MK3QK6HJ1by replacing the flat/projects/newform with a guided 3-step onboarding wizard wired to real production endpoints.GET /api/agents.POST /api/projects/:projectId/tasks/submit, with graceful cloud-credential 403 handling.Constraints Preserved
configured === true.cronExpression, and handles per-project trigger-name 409s.githubCliPolicyis omitted for inherited/default policy and sent only with the exact custom schema./prototype/project-onboardingroute/directory is absent from the current tree.Validation
pnpm --filter @simple-agent-manager/web typecheckpassed.pnpm --filter @simple-agent-manager/web test -- tests/unit/components/project-onboarding-wizard.test.tsxpassed.pnpm --filter @simple-agent-manager/web lintpassed with existing repo warnings.pnpm lintpassed with existing repo warnings.pnpm typecheckpassed.pnpm buildpassed.npx playwright test tests/playwright/project-create-artifacts-audit.spec.ts --project="iPhone SE (375x667)" --project="Desktop (1280x800)"/projects/newrendered the wizard with no horizontal overflow.01KTEY73G24BJY922G2AT59TWW;POST /api/projects/:projectId/tasks/submitreturned queued task01KTEY75G1FHYW220Q49S93PNS.Known Caveat
pnpm testdid not exit cleanly because of an unrelated order-dependent assertion inapps/web/tests/unit/pages/project-library.test.tsx:screen.getByText(/2 files/)matches both visible text and ansr-onlylive-region duplicate. The isolated rerun of that test passed.