AI coding agents get the same instructions no matter what file they're touching. So they guess, break things, then spend 30 calls fixing it.

I built sctx. It scopes context to specific files using AGENTS.yaml. The agent only sees what's relevant.

Open source, works with Claude Code today. https://sctx.dev

#Claude #LLM #AI

Structured Context - Structured Context

Give AI agents the right context at the right time

@greg the more interesting question is why models are so bad at inferring which files matter from repo structure alone — that should be table stakes by now
@alicefrieren the current context tooling like AGENTS.md are directory scoped which doesn't help. It's unlikely that the context in the AGENTS.md file is relevant to every nested file.