From e8002727d402c1929797a81c05444e633bee5f5a Mon Sep 17 00:00:00 2001 From: Tommaso Casaburi Date: Sat, 30 May 2026 16:23:38 +0700 Subject: [PATCH] docs(ai workflow): prefer local codegraph context --- AGENTS.md | 1 + public/llms-full.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index 1e7cb1bf..b6408262 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -44,6 +44,7 @@ Compiled context: - `docs/agent-playbooks/**`, `docs/agent-runs/**`, `docs/agent-playbooks/known-surprises.md`, and tracked `llms.txt` / `llms-full.txt` files when present. Agents may use compiled context to navigate quickly, but must verify against source files before making behavioral claims or edits. External code graph, RAG, MCP, or wiki tools are optional local accelerators unless the developer explicitly asks to make one part of the committed workflow. +When CodeGraph MCP tools are available and `.codegraph/` exists, prefer them for initial symbol lookup, caller/callee tracing, and impact analysis before broad `rg` or file-reading sweeps; still verify important claims against source files before editing or reporting conclusions. ## Task Router (Read First) diff --git a/public/llms-full.txt b/public/llms-full.txt index 98ee452f..7c1a2427 100644 --- a/public/llms-full.txt +++ b/public/llms-full.txt @@ -215,6 +215,7 @@ Compiled context: - `docs/agent-playbooks/**`, `docs/agent-runs/**`, `docs/agent-playbooks/known-surprises.md`, and tracked `llms.txt` / `llms-full.txt` files when present. Agents may use compiled context to navigate quickly, but must verify against source files before making behavioral claims or edits. External code graph, RAG, MCP, or wiki tools are optional local accelerators unless the developer explicitly asks to make one part of the committed workflow. +When CodeGraph MCP tools are available and `.codegraph/` exists, prefer them for initial symbol lookup, caller/callee tracing, and impact analysis before broad `rg` or file-reading sweeps; still verify important claims against source files before editing or reporting conclusions. ## Task Router (Read First)