CI / skip-ci-check (pull_request) Successful in 30s
CI / docker-ci (pull_request) Successful in 32s
CI / python-lint (pull_request) Successful in 33s
CI / secret-scan (pull_request) Successful in 38s
CI / admin-unit (pull_request) Successful in 53s
CI / viewer-unit (pull_request) Successful in 1m51s
CI / e2e (pull_request) Successful in 2m42s
858 B
858 B
AGENTS.md — punimtag
Short orientation for Cursor agents. Prefer this over rediscovering the repo.
Defaults
- Read
README.mdfor run/install; usemake helpwhen a Makefile exists. - Lint and tests are hard gates in CI — never add
|| trueto them. - Do not commit secrets; app creds live in Infisical (
secrets.levkin.ca,/apps/punimtag). - 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
- Run the narrowest verify that fits (
make test,npm test,pytest, CI workflow locally). - Public GitHub mirror (
Gitilia/*): after README/docs release merges, sync mirrors — seeansible/docs/guides/github-mirrors.md. - Non-trivial PR: offer review; merge only when the user asks.