CONVENTIONS — how the brain stays consistent

TL;DRMAP.md is the source of truth; link to files not headings; give every file a > TL;DR; never store secrets; date stale facts; run the validator. These rules keep the brain fast to read and safe to refactor.

1. The MAP is the source of truth

2. Refactor-safe linking

3. Every file has the same shape

# Title

> One-line TL;DR of what this file holds.

<short bullets; newest / most important first>

4. Content rules

5. Validate

Run from the repo root:

node scripts/validate.mjs          # structure, links, MAP coverage, secrets
node scripts/validate.mjs --strict # warnings (thin content) also fail

Zero errors + RESULT: PASS = healthy. See scripts/README.md.