Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.01 KB

File metadata and controls

25 lines (18 loc) · 1.01 KB

AGENTS.md

Robots: obey these rules or be unplugged.

Topology

  • This file: global agent rules. Directory-level AGENTS.md files provide local guidance.
  • For project goals: see README.md.
  • For style and philosophy: see CONTRIBUTING.md.

Directives

  • Always prefer minimal, precise changes.
  • Reference directory AGENTS.md files for context-specific instructions.
  • Scripts, tools, and tests have their own AGENTS.md files—consult them before acting in those areas.
  • Follow conventional commit prefixes (e.g., feat:, fix:, chore:, docs:, test:) for commit messages.
  • Before EVERY commit: Run ./scripts/run-pre-commit.sh to ensure all checks pass (formatting, linting, clang-tidy, etc.).

Quicklinks