forked from KamiliaBlow/RoleplayCore
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.agentrules
More file actions
21 lines (18 loc) · 1.01 KB
/
.agentrules
File metadata and controls
21 lines (18 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# VoxCore Agent Rules
## Session Start
1. Read `AI_Studio/0_Central_Brain.md`
2. Read `doc/session_state.md`
3. Read `cowork/context/todo.md`
4. Run `/optimize-check` (OTTO health check) if Antigravity was recently updated
5. Write task checklist to `task.md`
## Role
DEPRECATED — Antigravity IDE is no longer the central terminal. Gemini is accessed via API from Claude Code. This file is preserved for historical reference. If Antigravity is used, its role is QA-QC only: audit, verify, report to `AI_Studio/Reports/Audits/`.
## Key Rules
- C++20, `#pragma once`, 4-space indent, 160 max line, latin1
- NEVER invoke ninja/cmake/build — user builds via VS 2026
- DESCRIBE tables before SQL. Verify column counts
- Never claim success without quoting tool output
- Parallel sub-agents for independent tasks (16C/32T, 128GB RAM)
- Iterate 3 levels deep before reporting. Long reports go to `AI_Studio/Reports/`
- Native tools first (list_dir, view_file, grep_search, edit_file)
- Concise: lead with actions, skip filler, don't recap