context-docs · git:20260502.d333f5f · 2026-05-02 · sha256 735cbb366960b0e0
context-docs git:20260502.d333f5fA
Immutable. This exact content is served forever at /api/v1/blob/735cbb366960b0e0.
--- name: context-docs description: "Maintain short, focused Markdown files per subsystem to provide agents with isolated context." --- # Context Docs Large centralized documentation files consume too much context window. Decentralized, module-specific context docs provide targeted information exactly when an agent needs it. ## Context Protocol 1. Place `README.md` or `CONTEXT.md` files *inside* specific subsystem directories (e.g., `src/auth/CONTEXT.md`). 2. Document only the boundaries: How does this module communicate with the rest of the app? What are its critical invariants? 3. Keep it terse. Use bullet points and exact file paths. 4. Update these files inline when refactoring the module.