Step 0: Test Repository
Branches
Section titled “Branches”- main: single commit
088ac41 initial: hello world(onlyhello.pywith basicgreet()) - feature/auth-system: 2 commits on top of main
Commits on feature/auth-system
Section titled “Commits on feature/auth-system”9feab5b feat: add API endpoints and integrate auth with greetingsef9098a feat: add authentication and database layerChanged Files (4 files, +385 lines)
Section titled “Changed Files (4 files, +385 lines)”| File | Status | Lines |
|---|---|---|
api.py | added | +109 |
auth.py | added | +103 |
database.py | added | +120 |
hello.py | modified | +53 |
CLI Command
Section titled “CLI Command”OPENAI_API_KEY=sk-... junior run \ --harness pydantic \ --prompt-file ./prompts/security.md \ --prompt-file ./prompts/logic.md \ --prompt-file ./prompts/design.md \ --source branch \ --target-branch main \ -o /tmp/junior_review_output.md \ ../junior-test-repo