Files
POTE/AGENTS.md
T
ilia 68a14d5d19
CI / skip-ci-check (pull_request) Successful in 34s
CI / secret-scan (pull_request) Successful in 29s
CI / python-ci (pull_request) Successful in 2m57s
Add AGENTS.md orientation for Cursor agents
2026-08-05 18:14:15 -04:00

850 B

AGENTS.md — POTE

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/POTE).
  • 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.