Repository guidance for coding and review, written to be useful for both humans and machines.
For humans: these documents use plain language and examples rather than rigid rules. Where something is a strong convention, it's described as such. Where something is a matter of judgment, it's described that way too.
For machines: load only files relevant to the current scope — the "Load when" column below is the signal.
- File names are kebab-cased and topic-oriented. Most follow a
<domain>-<focus>.mdpattern (e.g.api-design.md,testing-patterns.md). - Sections within each document are ordered alphabetically, with the exception of any introductory content placed directly under the document title.
