Docs
Source-backed guides for the extension, Core CLI, interactions, settings, built-in Plugins, and the Plugin API. Every topic leads to maintained Markdown in the repository.
Documentation that stays close to the code.
Start with the product guides, move into the Core CLI or Agent Skill, then go as deep as the Plugin contracts require.
Product guides
Daily extension use, including commands, Graph View interactions, and settings.
01Docs overviewStart here for the project docs index and the main reference map.02CommandsEvery command and keybinding the extension contributes, and what each one does.03InteractionsHow selection, dragging, hovering, and context actions behave in the Graph View.04SettingsThe .codegraphy/settings.json reference for Graph Scope, Filters, display settings, diagnostics, and theming.05Core CLIHeadless Indexing, Graph Query, diagnostics, Graph Scope, Filter, and Plugin commands.06CodeGraphy Agent SkillA reusable workflow that teaches shell-capable agents to index and run bounded Graph Queries before broad source search.07ExamplesRunnable CodeGraphy Workspaces that show language and Plugin Relationship Graph coverage.
Plugin authors
The Plugin model and the typed contracts for building your own Plugin.
01PluginsHow Plugins are registered, enabled, and run, plus built-in language coverage.02Plugin API lifecycleThe hooks a Plugin implements and when the Core Package calls them during Indexing.03Plugin API typesThe typed contracts exported by @codegraphy-dev/plugin-api.04Plugin API eventsThe event system Plugins use to react to Indexing and workspace changes.
Packages
READMEs for the packages that make up the monorepo.