Documentation
README
Docs
Document a module so future agents (and humans) understand it without re-reading the code. Every doc must be worth the context window space it occupies.
Process
1. Scope
Identify the module or directory the user specified. Verify it exists. If ambiguous, clarify before proceeding.
2. Check existing docs
Search .meridian/docs/ for docs already covering this area — grep for the module name, read matches. Understand what's documented, what's missing, what's stale.
3. Explore the module
Launch Explore agents to build deep understanding:
This is the opening of the README. Read the full README on GitHub.