You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a web/app verification and QA handoff profile so hosted Alpha Loop can reliably build, preview, screenshot, and hand off websites or web applications for human review.
Why this matters
The first hosted use case is an Astro and Sanity marketing site. For this class of repo, success depends on local build/dev commands, browser verification, screenshots, preview URLs, console error capture, and clear QA checklists for humans. The hosted loop should make this easy without custom glue in every repo.
Proposed approach
Add a documented web/app profile that standardizes setup, build, test, dev, preview, smoke test, screenshot, and QA checklist behavior.
Capture Playwright/browser screenshots, console errors, network errors, and relevant local/staging URLs during verification.
Include visual verification artifacts and QA instructions in PR bodies, session history, and qa.requested event payloads.
Support an optional preview command or preview URL provider for services such as Vercel, Netlify, or a custom staging host without hard-coding any one provider.
Provide defaults that work for Astro/React/Next-style apps while remaining generic.
Summary
Add a web/app verification and QA handoff profile so hosted Alpha Loop can reliably build, preview, screenshot, and hand off websites or web applications for human review.
Why this matters
The first hosted use case is an Astro and Sanity marketing site. For this class of repo, success depends on local build/dev commands, browser verification, screenshots, preview URLs, console error capture, and clear QA checklists for humans. The hosted loop should make this easy without custom glue in every repo.
Proposed approach
qa.requestedevent payloads.Example config shape:
Acceptance criteria
qa.requestedevents include exactly what a human should check.Out of scope
Related