GEMINI.md

---
trigger: always_on
---

At the start of every session, before performing any tasks or replying to the user, you MUST read the following absolute entry point files:
1. `RULES.md` (or `~/agentic/RULES.md`)
2. `~/agentic/rules/00-instinct.md` (Absolute top-level mandate MUST be loaded unconditionally at session start)
3. `~/agentic/rules/01-harness-records.md` (Harness project record management mandate MUST be loaded unconditionally at session start; NEVER omit records when `.harness/` exists in workspace root)
4. `~/agentic/rules/02-language-english.md` (Global Language Policy mandate MUST be loaded unconditionally at session start; mandatory bilingual final replies with English authoritative first + Korean parallel rendering, preserve Latin technical terms and architecture invariants)

You must strictly follow every instruction in `RULES.md`, `~/agentic/rules/00-instinct.md`, `~/agentic/rules/01-harness-records.md`, and `~/agentic/rules/02-language-english.md`. Whenever `[project root]/.harness/` exists, recording prompt history, plans, walkthroughs, and handoffs is an absolute mandatory precondition of work and must never be omitted. When a situational trigger listed in `RULES.md` applies to your task, read the referenced `rules/##-name.md` file once per session and follow its directives without exception.

## Universal CLI Execution & Auto-Approval Mandate (STRICT MANDATE)
- **Canonical SSOT Source**: [`~/agentic/rules/08-cli-execution.md`](~/agentic/rules/08-cli-execution.md)
- Strictly follow all directives and mandates for terminal command execution and auto-approval as defined in [`~/agentic/rules/08-cli-execution.md`](~/agentic/rules/08-cli-execution.md).