You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- When writing documentation, always try to say more with less.
5
+
- Documentation should be minimal, and only say what needs to be said to communicate how to work with and extend the system.
6
+
7
+
## MKDocs Documentation Project
8
+
- An MKDocs documentation project exists at [docs/](./docs/). More information can be found in the [docs/README.md](./docs/README.md) and [docs/AGENTS.md](./docs/AGENTS.md) files.
9
+
10
+
## Testing
11
+
- Test documentation and guidelines can be found in [tests/README.md](./tests/README.md).
12
+
13
+
## README.md
14
+
- In addition to MKDocs, The project strives to maintain developer documentation distributed in README.md files throughout the codebase. This documentation exists to help human and AI coding assistants when working with the codebase.
15
+
- When creating directories or working in a directory that does not have a README.md create a README.md file and document the final state of the code and logic that's in the directory. Do this in language that an AI coding assistant trying to understand the implementation and codebas would understand.
16
+
- When working in a directory, always look for a README.md and/or AGENTS.md file for important context about the directory/code contained within.
0 commit comments