Exercise 1.1
Set Up Your $0 Stack
GoalGet one agentic tool actually running against a real repo on your machine before doing anything else.
- Install the tool recommended in Part 2's $0 stack.
- Point it at your capstone repo (or equivalent), not a fresh empty project.
- Ask it to do the smallest possible real thing first: summarize what the repo does, or list the files it thinks are most important. This is a smoke test, not the real exercise.
- Confirm you can see exactly what file(s) it read and what, if anything, it changed. If you can't tell what it touched, stop and find that setting before continuing — you cannot verify what you can't see.