WORKSPACE / CODE
A pair-programmer who has read everything.
VS Code–class editor. The agent reads the whole project first, cites its sources, and never hallucinates an import.
src/review.ts● agent:ready
src/
review.ts
agent.ts
index.ts
package.json
tsconfig.json
1"color:#4284FF">import { Agent } "color:#4284FF">from "@alternus/agent";23// Agent has read every file in this repo.4"color:#4284FF">const review = "color:#4284FF">await Agent.review({5 branch: "feat/checkout-flow",6 depth: "full",7});89"color:#4284FF">console.log(review.risks);
AI
Line 5: branch is already merged into main — did you mean “feat/checkout-v2”?