Skip to content

Commit b17e965

Browse files
committed
docs(agent): enforce mandatory signed commit policy in AGENTS.md
1 parent fdaf71a commit b17e965

2 files changed

Lines changed: 9 additions & 7 deletions

File tree

AGENTS.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Agent Rules
2+
3+
## Git Commit Signing (MANDATORY)
4+
5+
1. This repository enforces signed commits as a mandatory rule. Every `git commit` must be signed (GPG or SSH signing, following local Git configuration).
6+
2. `--no-gpg-sign`, disabling signing config, or any equivalent bypass is strictly prohibited.
7+
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.
8+
4. If signing fails or is expected to fail in sandbox, you must immediately request escalation and retry with signing enabled.
9+
5. If escalation is not granted, stop and ask the user how to proceed. Do not create an unsigned commit.

agent.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)