Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.03 KB

File metadata and controls

35 lines (24 loc) · 1.03 KB

AGENTS.md

Repository-wide collaboration rules for humans and AI tools.

Scope

Applies to all contributions (human-authored and AI-assisted).

Operating Rules

  1. Humans own all final decisions, reviews, and commits.
  2. AI output must be validated for correctness, security, and licensing.
  3. Keep changes small, traceable, and reversible.
  4. Do not include AI branding or AI co-author trailers in commit messages.
  5. Never paste production secrets, customer data, or private keys into external AI tools.

Email-System Specific Expectations

For mail pipeline changes, reviewers must verify:

  • rate-limit behavior and backoff logic
  • suppression list enforcement
  • unsubscribe behavior
  • bounce/complaint handling
  • absence of credential leaks in logs

Commit Ownership Standard

Commit messages must be human-authored. Disallowed examples include:

  • Co-authored-by: Claude ...
  • Co-authored-by: ChatGPT ...
  • Generated with Claude Code
  • Generated by <AI tool/model> ...

Use scripts/check-commit-attribution.sh before pushing.