Why agent context matters
A general-purpose model does not know your auth middleware, package layout, or the command that actually runs tests in CI. Without project context it invents plausible patterns from training data - often wrong for your stack.
Context is everything you inject so the agent can act like a teammate who already onboarded: conventions, verified commands, architecture notes, API shapes, and "do not do this" guardrails.