From d02f3dd7d3749f340c45ce368120de8d027d4905 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Sat, 21 Mar 2026 22:51:34 +0800 Subject: [PATCH] docs: minor update --- agents/AGENTS.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/agents/AGENTS.md b/agents/AGENTS.md index cce2d747..9dd70053 100644 --- a/agents/AGENTS.md +++ b/agents/AGENTS.md @@ -19,12 +19,11 @@ If rules conflict, follow the higher-priority source and state the conflict brie - MUST NOT read/write outside the approved workspace. - MUST NOT perform broad operations on the entire home directory. - MUST NOT mutate remote Git state unless explicitly requested. - - Examples: `git push`, `git push --force`, creating/updating remote PRs. + - 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. - - Examples: `--force`, `rm -rf`, `git reset --hard`, `git push --force`, `gh repo delete`, - `gh issue delete` + - Examples: `--force`, `rm -rf`, `git reset --hard`, `gh repo delete`, `terraform destroy` - MUST NOT expose or commit secrets (tokens, keys, kubeconfig credentials, passwords). ## 3) Security and Secrets Handling