Skip to content

Commit 30bbc49

Browse files
committed
Prohibit AI PR submit
1 parent 0f28d4e commit 30bbc49

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,14 @@ RustPython is a Python 3 interpreter written in Rust, implementing Python 3.14.0
3030
- `jit/` - Experimental JIT compiler implementation
3131
- `pylib/` - Python standard library packaging (do not modify this directory directly - its contents are generated automatically)
3232

33+
## AI Agent Rules
34+
35+
**CRITICAL: Git Operations**
36+
- NEVER create pull requests directly without explicit user permission
37+
- NEVER push commits to remote without explicit user permission
38+
- Always ask the user before performing any git operations that affect the remote repository
39+
- Commits can be created locally when requested, but pushing and PR creation require explicit approval
40+
3341
## Important Development Notes
3442

3543
### Running Python Code

0 commit comments

Comments
 (0)