This project uses CodeGraph.
The CodeGraph index is generated in the parent directory of this project, not necessarily inside the project root.
Before analyzing, editing, or refactoring code, first check the parent directory for the CodeGraph index and prefer CodeGraph / MCP tools over broad grep or full-file scans.
Use CodeGraph especially for:
- locating symbol definitions;
- finding references and usages;
- understanding call chains and dependencies;
- checking impact scope before changes;
- identifying related tests.
If CodeGraph tools are unavailable, fall back to normal file search.
- For integrating new databases and
ensureSchemalogic, you MUST read and follow: DIALECT_INTEGRATION_GUIDE.md