Project-aware checks
Use existing scripts and focused verification instead of inventing a generic pass condition.
06 / Foundry + Review
Foundry discovers and runs the checks a repository already trusts. Review then combines the final response, integrated diff, launch terminal, and browser preview into one approval surface.
WHAT IT CHANGES
Use existing scripts and focused verification instead of inventing a generic pass condition.
Start the candidate result, discover its local URL, and inspect it in the same browser surface used by agents.
Mark the visual review good or send the result back with concrete feedback before it is applied.
A passing result belongs to a specific attempt, worktree, and fingerprint, so stale verification cannot masquerade as current.
Send a failing check back to the same agent, preserve its context, and automatically verify the repaired work again.
Apply the verified candidate to the local workspace or create a pull request linked to the original GitHub task.
WHAT IS BUILT IN
Sourceweave reads scripts for tests, lint, types, and builds, records required and optional checks, and shows duration, status, exit code, and captured output.
The orchestrator synthesis and each worker’s final response are formatted as review artifacts while low-level command output remains available separately.
Browse the integrated worktree, open generated files, and compare the candidate against the workspace baseline in a side-by-side editor.
Start the detected command, open its local URL, switch responsive viewports, and record a human pass or a needs-changes verdict with feedback.
HOW IT WORKS
Combine completed assignments into the run’s candidate result and preserve their final responses.
Execute discovered tests, syntax checks, repository hygiene, and browser-aware validation.
Review files and changes, launch the app, and confirm—or reject—the browser experience with concrete feedback.
After review, update the local workspace or open a linked PR for the original GitHub issue.
KEEP EXPLORING