From b8d4ef62a8ffd6f3addfd89b2c64734e99d663e3 Mon Sep 17 00:00:00 2001 From: ilia Date: Wed, 5 Aug 2026 18:14:11 -0400 Subject: [PATCH] Add AGENTS.md orientation for Cursor agents --- AGENTS.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 AGENTS.md diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 0000000..d942920 --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,20 @@ +# AGENTS.md — AtAnyRate + +Short orientation for Cursor agents. Prefer this over rediscovering the repo. + +## Defaults + +- Read `README.md` for run/install; use `make help` when a Makefile exists. +- Lint and tests are **hard gates** in CI — never add `|| true` to them. +- **Do not** commit secrets; app creds live in Infisical (`secrets.levkin.ca`, `/apps/AtAnyRate`). +- Multi-step or ambiguous work → Plan mode first, then Agent mode. + +## Docs voice + +READMEs/guides: `~/Documents/code/project-template/docs/writing-docs.md` (no emoji decoration). + +## Close-out + +1. Run the narrowest verify that fits (`make test`, `npm test`, `pytest`, CI workflow locally). +2. Public GitHub mirror (`Gitilia/*`): after README/docs release merges, sync mirrors — see `ansible/docs/guides/github-mirrors.md`. +3. Non-trivial PR: offer review; merge only when the user asks. -- 2.49.1