Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.11 KB

File metadata and controls

15 lines (11 loc) · 1.11 KB

Agent Rules

AGENTS File Scope

  1. Do not only read the AGENTS.md in the current working directory.
  2. When operating in any subdirectory, also check all ancestor AGENTS.md files along the directory tree up to the repository root.
  3. Apply the instructions from parent AGENTS.md files together with the current directory's file, with the more specific (deeper) directory taking precedence if rules conflict.

Git Commit Signing (MANDATORY)

  1. This repository enforces signed commits as a mandatory rule. Every git commit must be signed (GPG or SSH signing, following local Git configuration).
  2. --no-gpg-sign, disabling signing config, or any equivalent bypass is strictly prohibited.
  3. In this Windows sandbox environment, commit signing will predictably fail without elevation (for example, keyring/lockfile/pinentry access issues). Do not make repeated non-elevated commit attempts.
  4. If signing fails or is expected to fail in sandbox, you must immediately request escalation and retry with signing enabled.
  5. If escalation is not granted, stop and ask the user how to proceed. Do not create an unsigned commit.