Cut a VibeXP release end to end — preflight checks, trigger + wait on the CI E2E suite, generate curated release notes, publish the GitHub Release (which builds & pushes the combined image), then post-release run three tracks in parallel — smoke-test the…
Run the VibeXP Playwright end-to-end suite — locally against a from-source combined-image stack (`make e2e`) or in CI (`gh workflow run ci-e2e.yml`), or both — then triage every failure to a root cause and file one GitHub issue per cause. Knows the…
End-to-end verification of the GitHub App integration against a locally running VibeXP backend. Currently covers blueprint import (epic
Verify a VibeXP feature end to end against a locally running stack. Takes the feature to verify as an argument (an issue/PR number, an endpoint, or a plain description); asks the user which feature to verify when none is given. Decides backend-only vs…