[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

@@ -5,6 +5,8 @@ This project serves as a centralized workspace for Capture The Flag (CTF) challe
## 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 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.
2. **Focus on Explanation:** Prioritize high-signal explanations of Python mechanics, libraries, and documentation.