Commit 43efd49
committed
fix(mcp): clarify that CodeGraph analyzes user's project, not itself
Updated initial_instructions.md to eliminate confusion about what
CodeGraph analyzes. Previously, wording could be misinterpreted as
"get information about CodeGraph" rather than "use CodeGraph to
analyze your project."
Changes:
- Header (line 3): Added "CodeGraph analyzes the USER'S PROJECT in
the current working directory"
- Rule #1 (line 9): Changed "codebase exploration" to "analyze the
user's project codebase"
- Rule #2 (line 11): Changed "explore a codebase" to "explore the
user's project"
- Introduction (line 7): Added emphasis "analyze the user's working
project codebase" and "code in the current working directory"
- Decision tree (line 41): Changed "find code?" to "find code in the
user's project?"
- Decision tree (line 45): Changed "Use CodeGraph tool" to "Use
CodeGraph to analyze the project"
Impact:
- Eliminates client confusion about CodeGraph's purpose
- Makes it crystal clear CodeGraph analyzes YOUR code, not itself
- Improves UX for MCP clients receiving automatic instructions
- No functional changes, only clarity improvements
Verified:
- Build successful
- Initialize response contains clarified text1 parent 98dd5b2 commit 43efd49
1 file changed
+6
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
7 | | - | |
| 8 | + | |
8 | 9 | | |
9 | | - | |
| 10 | + | |
10 | 11 | | |
11 | | - | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
41 | | - | |
| 42 | + | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
45 | | - | |
| 46 | + | |
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
| |||
0 commit comments