Track
Context Engineering in a Minute
How to feed agents the right context—and keep it from rotting mid-task.
- Project instructionsProject instructions are durable repo-level guidance that coding agents load so they do not rediscover your process every session.
- Relevant file selectionRelevant file selection means loading only the files needed for the task—so the agent reasons over signal, not the whole repo.
- Context pollutionContext pollution is when irrelevant files, logs, or tool output crowd the model’s window and degrade the next decision.
More tracks