From 30bbc4956133dabb527ed9f448c195a67c1f952f Mon Sep 17 00:00:00 2001 From: "Jeong, YunWon" Date: Tue, 20 Jan 2026 21:08:44 +0900 Subject: [PATCH] Prohibit AI PR submit --- .github/copilot-instructions.md => AGENTS.md | 8 ++++++++ 1 file changed, 8 insertions(+) rename .github/copilot-instructions.md => AGENTS.md (95%) diff --git a/.github/copilot-instructions.md b/AGENTS.md similarity index 95% rename from .github/copilot-instructions.md rename to AGENTS.md index 35bffdd148f..fa14977953a 100644 --- a/.github/copilot-instructions.md +++ b/AGENTS.md @@ -30,6 +30,14 @@ RustPython is a Python 3 interpreter written in Rust, implementing Python 3.14.0 - `jit/` - Experimental JIT compiler implementation - `pylib/` - Python standard library packaging (do not modify this directory directly - its contents are generated automatically) +## AI Agent Rules + +**CRITICAL: Git Operations** +- NEVER create pull requests directly without explicit user permission +- NEVER push commits to remote without explicit user permission +- Always ask the user before performing any git operations that affect the remote repository +- Commits can be created locally when requested, but pushing and PR creation require explicit approval + ## Important Development Notes ### Running Python Code