chore(agents): add AGENTS.md/CLAUDE.md rules for AI coding agents

Any AI agent working in this repo (Claude Code, Codex, Kimi, or any
other) must stay schema-driven and never hardcode object types, field
names, filters, or columns as a shortcut. AGENTS.md is the index (tech
stack, commands, universal rules); CLAUDE.md just points Claude Code at
it so the same rules apply without duplicating content. The detailed
schema-fidelity rule lives in .agents/rules/.

.gitignore previously excluded *.md except README/CHANGELOG, which
would have hidden these files (and SCHEMA_DEVIATIONS.md) from git.
This commit is contained in:
Steven RYDELL
2026-08-01 17:53:04 +02:00
parent 137e6c6ed9
commit 4a6340e83f
4 changed files with 63 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
Read [AGENTS.md](AGENTS.md) first — it is the source of truth for this repo's rules (tech stack, commands, and the schema-fidelity rule in `.agents/rules/`). It applies to every AI agent working here, Claude Code included.