From ee3e35872a49a546abb4a93659910760e33b5f7c Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Sat, 21 Mar 2026 22:55:57 +0800 Subject: [PATCH] docs: minor update --- agents/AGENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agents/AGENTS.md b/agents/AGENTS.md index 9dd70053..459db590 100644 --- a/agents/AGENTS.md +++ b/agents/AGENTS.md @@ -22,7 +22,7 @@ If rules conflict, follow the higher-priority source and state the conflict brie - Examples: `git push`, creating/updating remote PRs/Issues via `gh`. - MUST NOT auto-run remote-mutating commands unless explicitly requested. - Examples: `kubectl apply/delete`, `helm upgrade`, `terraform apply`, remote `ssh` mutation. -- MUST NOT use destructive/force/delete options EVEN explicitly requested. +- MUST NOT use destructive/force/delete options EVEN if explicitly requested. - Examples: `--force`, `rm -rf`, `git reset --hard`, `gh repo delete`, `terraform destroy` - MUST NOT expose or commit secrets (tokens, keys, kubeconfig credentials, passwords).