Files
ilia 54e5698649
CI / release (pull_request) Has been skipped
CI / skip-ci-check (pull_request) Successful in 31s
CI / secret-scan (pull_request) Successful in 30s
CI / build-and-test (pull_request) Successful in 56s
CI / selftest (pull_request) Successful in 40s
docs: public-safe AGENTS writing-docs link
2026-08-06 11:12:19 -04:00

893 B

AGENTS.md — playkit

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/playkit).
  • Multi-step or ambiguous work → Plan mode first, then Agent mode.

Docs voice

READMEs/guides: 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.