File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments