Skip to content

Step 0: Test Repository

  • main: single commit 088ac41 initial: hello world (only hello.py with basic greet())
  • feature/auth-system: 2 commits on top of main
9feab5b feat: add API endpoints and integrate auth with greetings
ef9098a feat: add authentication and database layer
FileStatusLines
api.pyadded+109
auth.pyadded+103
database.pyadded+120
hello.pymodified+53
Terminal window
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