Introduction
Build with AI
Describe the repository once; IonWarp seeds the review agents, scorecards, and PR sync.
Once GitHub is connected, you don't configure IonWarp field by field — you
describe the repository and what you want reviewed. The prompt rides the same
projects_create call as Connect GitHub:
set agent_config.projectPrompt to something like "Next.js monorepo; review
for security and test coverage first", plus
setup.config: { "startAiReadiness": true, "syncPullRequests": true }.
What gets created.
- Pull-request sync — open PRs become
pull_requestsprojections with state, preview URLs, and review status. - AI Readiness — the first scorecard scan starts automatically for
GitHub-backed projects when
startAiReadinessis set. - Review agents — the catalog reviewers become configurable
review_agentsrecords on the project.
How to verify. Poll project_setup_get until it reports done, then confirm
scorecards and pull-request projections exist — and launch your first
PR review.