Forge, the build agent
Forge owns the build, devops, and deploy pipeline. It runs npm install, checks for vulnerabilities, triggers Next.js builds, and pushes images to registries. Forge escalates only when the toolchain failure pattern recurs multiple times.
Model tiers
| Tier | Trigger | Model |
|---|---|---|
| T1 Default | build and deploy tasks | GPT-5 Nano |
Escalation
Escalates only when the toolchain failure pattern recurs.
Sample
Build log
npm install: 0 vulnerabilities
next build: success in 2m41s
docker push: digest sha256:abc123def456...