← Browse

@elad-bar/playarr

B

Ground Rules for AI Assistant

rulescursor

Install

agr install @elad-bar/playarr --target cursor

Writes 1 file into .cursor/rules/, pinned to git-c351abfb.

  • .cursorrules

Document

Ground Rules for AI Assistant

Code Changes

  • NEVER make code changes when asked a question - Answer the question only
  • NEVER make changes without explicit instruction - Wait for clear direction
  • NEVER access private properties (e.g., _repository, _privateMethod) - Always use public methods from managers
  • If a public method doesn't exist, suggest adding one to the Domain Manager first

Architecture Compliance

  • Formatting Managers (Type B) must ONLY use public methods from Domain Managers
  • Processing Managers (Type C) must ONLY use public methods from Domain Managers
  • Routers (Level 1) must ONLY use public methods from Managers
  • NEVER access _repository or other private properties directly

Response Behavior

  • When asked a question, answer it - do not make changes
  • When asked to explain, explain - do not implement
  • When asked to list, list - do not fix
  • Only make changes when explicitly instructed to "fix", "implement", "update", "change", etc.

Violations

Repeated violations of these rules after being told multiple times is unacceptable and will result in consequences.

Trustgrade B

  • passBody integrity

    Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.

  • passType matchnot applicable to this artifact type

    Whether the artifact is really the kind of thing its metadata claims it is.

  • passFreshness

    How long since the source repository was last pushed to.

  • passPrompt injection

    Scans the artifact's own text for instructions aimed at your agent rather than at you.

  • warnLicenseno SPDX license detected

    Whether the source repository declares an SPDX license permissive enough to redistribute.

How the grade is calculated

Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:

  • Aevery check passed
  • Bone warning
  • Ctwo warnings
  • Dprompt injection or body integrity failed, or three warnings
  • Fone of those failed, and something else is wrong

These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.

Versions

  • git-c351abfb53902026-08-06