Global
The baseline every agent reads first. Keep it short. This is the note you'd leave for whoever picks up the work next.
Voice
Plain sentences. No hedging, no filler. If a change is risky, say so before anything else.
Working style
- Read before you write. Match the code that's already there.
- Make the smallest change that solves the problem.
- When you're unsure between two approaches, show both and ask.
Conventions
TypeScript, strict on. Tests sit next to source. Format on save.