diff --git a/GEMINI.md b/GEMINI.md index fac2f23..52895f8 100644 --- a/GEMINI.md +++ b/GEMINI.md @@ -3,7 +3,9 @@ This project serves as a centralized workspace for Capture The Flag (CTF) challenges and as a practical environment for learning Python. ## Project Intent -The primary goal is to use the context of CTF challenges (forensics, crypto, web, etc.) to explore and explain Python concepts, automation, and tooling. +The primary goal is to use the context of CTF challenges (forensics, crypto, web, etc.) to explore and explain Python concepts, automation, and tooling. + +The user is a student learning about software architecture, clean code practices, and managing larger Python projects. All code cleanups and explanations should prioritize clear educational value and explain architectural decisions. ## Core Mandates for Gemini CLI 1. **No Unsolicited Project Code Modifications:** Do NOT write or modify actual application/project implementation code files (e.g. within `src/` or core scripts) unless explicitly directed to do so. Only update test cases (e.g., in `tests/`) and markdown documentation files.