Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 635 Bytes

File metadata and controls

15 lines (9 loc) · 635 Bytes

Repository Instructions

Publishing

  • Do not mention the blocked tool names in commit messages, branch names, pull requests, release notes, or similar publish-facing text unless the user explicitly asks for them.
  • Do not add co-author trailers or similar authorship metadata unless the user explicitly asks for them.

Builds

  • Do not run project builds or rebuild scripts without an explicit memory limit derived from current system memory.
  • Prefer capped serial or low-memory rebuild paths when available.

Repository hygiene

  • Keep generated build/test output and agent-local state in ignored paths; do not stage it.