[GEMINI] Update Project Intent in GEMINI.md to indicate user is a student

This commit is contained in:
venus
2026-07-19 03:44:55 -05:00
parent 3c7fedbb13
commit c61bfa11e5

View File

@@ -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. This project serves as a centralized workspace for Capture The Flag (CTF) challenges and as a practical environment for learning Python.
## Project Intent ## 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 ## 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. 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.