docs/
dependencies/ # External dependency documentation
dev/ # Development guides
plugins/ # Plugin system documentation
features/ # Feature documentation
- Keep documentation terse and high information density
- Use tables for structured information
- Include code examples where helpful
- Link related documentation
Instructions for AI agents working on the codebase. Contains testing commands, code style guidelines, and documentation expectations.
Contributing guidelines including test types, running tests, tools, linting, and commit conventions.
Project overview, installation, usage, keybindings, architecture, and plugin system overview.
- Update README.md with major feature changes
- Update AGENTS.md when development workflow changes
- Update CONTRIBUTING.md when build/test processes change
- Keep feature docs in sync with implementation