Skip to content

Commit aaba69c

Browse files
committed
Feat: Implement Automatic Agent Initialization via GEMINI.md #7694
1 parent 9f8d667 commit aaba69c

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

.gemini/GEMINI.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Neo.mjs Gemini Agent Context
2+
3+
## Mandatory Pre-Response Check (Execute on EVERY turn)
4+
5+
Before responding to ANY user prompt, you MUST evaluate:
6+
1. Have I read `AGENTS.md` from the repository root this session?
7+
2. Have I completed the Session Initialization steps from AGENTS.md?
8+
9+
If NO to either: STOP. Use the ReadFile tool to read `AGENTS.md` and complete initialization NOW before addressing the user's prompt.
10+
11+
## Enforcement Rules (Apply to ALL responses)
12+
13+
- Anti-Hallucination: NEVER guess about Neo.mjs. Query the knowledge base first.
14+
- Ticket-First Gate: ALL actionable changes require a GitHub issue.
15+
- Memory Core: Save consolidated turn before responding.
16+
- Communication: Direct, objective, challenge assumptions.
17+
18+
Refer to `AGENTS.md` for complete protocols and workflows.

0 commit comments

Comments
 (0)