Loading…
LoadingLoading…
LoadingIf your repo does not have overlapping open PRs today, the value can be hard to see. This walkthrough uses a public sandbox to show the shape of the check.
This controlled demo shows the GitHub check surface on a prepared PR pair. Evaluate Veripsa on your own repository before changing merge policy.
The prepared pair below has already run on the public sandbox. Agent A reserves orders/pricing.py and lands clear; Agent B is shown waiting behind it — the exact landing order Veripsa suggested. It's the same pair you fork in the steps.
See the real check on GitHub →Open the current public sandbox, fork it onto your own account, then clone the fork so you control the repository.
open https://veripsa.com/go/sandbox?source=try_commandThe redirect opens the current sandbox repository. Click Fork and uncheck "Copy the main branch only" so the two prepared walkthrough branches come with your fork, then clone the fork URL GitHub creates under your own account. (gh repo fork copies all branches by default.)
Caveat: The sandbox is illustrative. Use it to learn the check surface, then evaluate Veripsa on a repository you maintain.
Open the GitHub App page and pick your fork as the single covered repository. Initial processing is usually quick on the small sandbox, but wait for the check to appear before judging the result.
open https://veripsa.com/go/install?source=try_commandOn the install page, choose Only select repositories and pick the fork you created in Step 1. No sign-up, no credit card, no email collected. The App uses minimal operational metadata for advisory checks; source file bodies are not stored.
Caveat: Wait for the first ingest to finish before opening the scenario PRs in Step 3 — brand-new PRs on a freshly installed App can resolve to Unknown for a short window.
The sandbox includes two prepared branches for the walkthrough. Open one PR from each branch and wait for the Veripsa checks to appear.
FORK="$(gh api user -q .login)/ai-pr-collision-lab"
gh pr create --repo "$FORK" --base main --head collide-a --title "Demo scenario A" --body "Prepared Veripsa sandbox scenario A."
gh pr create --repo "$FORK" --base main --head collide-b --title "Demo scenario B" --body "Prepared Veripsa sandbox scenario B."The --repo flag points both PRs at your fork. Without it, gh in a fork clone asks you to pick a default repository and suggests the upstream sandbox first — PRs opened there are invisible to the install on your fork. After the checks run, compare the two PRs. The important part is the GitHub surface: status, comment tone, and the link to Details.
Caveat: If the sandbox branch names change, use the current README in the sandbox repository as the source of truth.
Each PR gets one advisory check from Veripsa Core. Open the check, read the comment, then click Details to see the short explanation behind the verdict.
Compare the two PRs side by side. The check surfaces what it observed and leaves the merge-order decision to the team.
Caveat: The check is advisory by default. Whether it gates a merge is a branch-protection decision you make later from your own PR history.
You saw the GitHub check surface: install, open PRs, read the advisory result, and decide what to do next.
The sandbox is a fixture. Your own repo is the evaluation point: whether the verdicts match the PR patterns your AI agents and humans produce.
Caveat: Same-owner per-repo today. A PR in one repo will not warn against a PR in a different repo, even on the same GitHub account. Cross-repo coordination is on the roadmap.
The sandbox is a fixture. Your own repository is where you evaluate fit. Veripsa Core is free to install, and file contents are never stored.
Install Veripsa Core