Imported from linq2db/linq2db (
AGENTS.md). Install upstream withnpx skills add linq2db/linq2db. Copyright stays with the author.
AGENTS.md
Do not edit this file. It is a pointer, not the instruction set.
Canonical contributor instructions for AI coding agents live in
.claude/AGENTS.md — the agent-instruction corpus, a git submodule of
linq2db/agents mounted at .claude/. Read that file now:
it covers build, test, conventions, branching, publish discipline and security rules, and links the
detail docs under .claude/docs/.
If .claude/ is empty, the submodule isn't populated — run git submodule update --init, then
git config core.hooksPath .githooks to enable the corpus auto-refresh and guard hooks. Then start a
new agent session: the always-loaded instruction set is resolved once at session start and is not
re-read when .claude/ appears, so the session that found it empty keeps running with no project rules.
Corpus changes are committed inside .claude/ and pushed to the agents repo — never onto a
linq2db branch, and never by editing this file.