mirror of
https://github.com/abhigyanpatwari/GitNexus.git
synced 2026-09-21 00:21:30 +00:00
fix: revert auto-generated AGENTS.md/CLAUDE.md changes
gitnexus analyze rewrote repo name to local clone name (gitnexus-fork). Restore canonical GitNexus references.
This commit is contained in:
parent
c8480f899d
commit
13b22e9879
2 changed files with 12 additions and 12 deletions
12
AGENTS.md
12
AGENTS.md
|
|
@ -1,7 +1,7 @@
|
|||
<!-- gitnexus:start -->
|
||||
# GitNexus — Code Intelligence
|
||||
|
||||
This project is indexed by GitNexus as **gitnexus-fork** (2179 symbols, 5243 relationships, 166 execution flows). Use the GitNexus MCP tools to understand code, assess impact, and navigate safely.
|
||||
This project is indexed by GitNexus as **GitNexus** (2169 symbols, 5213 relationships, 165 execution flows). Use the GitNexus MCP tools to understand code, assess impact, and navigate safely.
|
||||
|
||||
> If any GitNexus tool warns the index is stale, run `npx gitnexus analyze` in terminal first.
|
||||
|
||||
|
|
@ -17,7 +17,7 @@ This project is indexed by GitNexus as **gitnexus-fork** (2179 symbols, 5243 rel
|
|||
|
||||
1. `gitnexus_query({query: "<error or symptom>"})` — find execution flows related to the issue
|
||||
2. `gitnexus_context({name: "<suspect function>"})` — see all callers, callees, and process participation
|
||||
3. `READ gitnexus://repo/gitnexus-fork/process/{processName}` — trace the full execution flow step by step
|
||||
3. `READ gitnexus://repo/GitNexus/process/{processName}` — trace the full execution flow step by step
|
||||
4. For regressions: `gitnexus_detect_changes({scope: "compare", base_ref: "main"})` — see what your branch changed
|
||||
|
||||
## When Refactoring
|
||||
|
|
@ -56,10 +56,10 @@ This project is indexed by GitNexus as **gitnexus-fork** (2179 symbols, 5243 rel
|
|||
|
||||
| Resource | Use for |
|
||||
|----------|---------|
|
||||
| `gitnexus://repo/gitnexus-fork/context` | Codebase overview, check index freshness |
|
||||
| `gitnexus://repo/gitnexus-fork/clusters` | All functional areas |
|
||||
| `gitnexus://repo/gitnexus-fork/processes` | All execution flows |
|
||||
| `gitnexus://repo/gitnexus-fork/process/{name}` | Step-by-step execution trace |
|
||||
| `gitnexus://repo/GitNexus/context` | Codebase overview, check index freshness |
|
||||
| `gitnexus://repo/GitNexus/clusters` | All functional areas |
|
||||
| `gitnexus://repo/GitNexus/processes` | All execution flows |
|
||||
| `gitnexus://repo/GitNexus/process/{name}` | Step-by-step execution trace |
|
||||
|
||||
## Self-Check Before Finishing
|
||||
|
||||
|
|
|
|||
12
CLAUDE.md
12
CLAUDE.md
|
|
@ -1,7 +1,7 @@
|
|||
<!-- gitnexus:start -->
|
||||
# GitNexus — Code Intelligence
|
||||
|
||||
This project is indexed by GitNexus as **gitnexus-fork** (2179 symbols, 5243 relationships, 166 execution flows). Use the GitNexus MCP tools to understand code, assess impact, and navigate safely.
|
||||
This project is indexed by GitNexus as **GitNexus** (2169 symbols, 5213 relationships, 165 execution flows). Use the GitNexus MCP tools to understand code, assess impact, and navigate safely.
|
||||
|
||||
> If any GitNexus tool warns the index is stale, run `npx gitnexus analyze` in terminal first.
|
||||
|
||||
|
|
@ -17,7 +17,7 @@ This project is indexed by GitNexus as **gitnexus-fork** (2179 symbols, 5243 rel
|
|||
|
||||
1. `gitnexus_query({query: "<error or symptom>"})` — find execution flows related to the issue
|
||||
2. `gitnexus_context({name: "<suspect function>"})` — see all callers, callees, and process participation
|
||||
3. `READ gitnexus://repo/gitnexus-fork/process/{processName}` — trace the full execution flow step by step
|
||||
3. `READ gitnexus://repo/GitNexus/process/{processName}` — trace the full execution flow step by step
|
||||
4. For regressions: `gitnexus_detect_changes({scope: "compare", base_ref: "main"})` — see what your branch changed
|
||||
|
||||
## When Refactoring
|
||||
|
|
@ -56,10 +56,10 @@ This project is indexed by GitNexus as **gitnexus-fork** (2179 symbols, 5243 rel
|
|||
|
||||
| Resource | Use for |
|
||||
|----------|---------|
|
||||
| `gitnexus://repo/gitnexus-fork/context` | Codebase overview, check index freshness |
|
||||
| `gitnexus://repo/gitnexus-fork/clusters` | All functional areas |
|
||||
| `gitnexus://repo/gitnexus-fork/processes` | All execution flows |
|
||||
| `gitnexus://repo/gitnexus-fork/process/{name}` | Step-by-step execution trace |
|
||||
| `gitnexus://repo/GitNexus/context` | Codebase overview, check index freshness |
|
||||
| `gitnexus://repo/GitNexus/clusters` | All functional areas |
|
||||
| `gitnexus://repo/GitNexus/processes` | All execution flows |
|
||||
| `gitnexus://repo/GitNexus/process/{name}` | Step-by-step execution trace |
|
||||
|
||||
## Self-Check Before Finishing
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue