The Context Trap
In a small project, /add . might work. In a repo with 50,000 lines of code, it will fail or degrade performance.
Don't Add, Search
Instead of adding files to find something, ask Claude to look:
Learning Objectives
Lesson Outline
In a small project, /add . might work. In a repo with 50,000 lines of code, it will fail or degrade performance.
Instead of adding files to find something, ask Claude to look:
Claude will use grep or file listing to locate it. Once found, add only that file:
If you finish working on a module, use /clear to free up space before starting a new task.