You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AGENTS.md
+18-18Lines changed: 18 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
-
# AI Agents Guide for codeindex
1
+
# AI Agents Guide for codei
2
2
3
-
This project uses `codeindex` for efficient, reasoning-based codebase exploration. **Always use `codeindex` first** before reading files manually or making assumptions about the codebase.
3
+
This project uses `codei` for efficient, reasoning-based codebase exploration. **Always use `codei` first** before reading files manually or making assumptions about the codebase.
4
4
5
-
## 🚨 Critical Rule: ALWAYS Use codeindex First
5
+
## 🚨 Critical Rule: ALWAYS Use codei First
6
6
7
7
**Before answering any question about the codebase, you MUST query the index first.**
8
8
9
9
```bash
10
10
# Quick query
11
-
codeindex query "your question"
11
+
codei query "your question"
12
12
13
13
# Or use HTTP API (faster if server running)
14
14
curl -s -X POST http://localhost:3131/query \
@@ -23,7 +23,7 @@ This guide is designed to work with **ANY AI agent** that supports external tool
0 commit comments