瀏覽代碼

docs: add rule prohibiting ssh connections to remote server

unknown 1 月之前
父節點
當前提交
9170db60a9
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      .gemini_rules.md

+ 2 - 0
.gemini_rules.md

@@ -8,6 +8,8 @@ Before any `git push` or claiming a task is "ready", the AI MUST:
 4. **Local Verification**: If possible, verify the UI changes via screenshots or browser tools.
 
 5. Use cmd /c for Windows commands
+- **NEVER** use SSH to connect to the remote server or trigger remote deployment. All deployment/SSH actions are managed by the user.
+
 
 ## Search and Investigation
 - **ALWAYS** use `python tools/search.py "query"` instead of `grep` or `ripgrep` for searching code.