skip to content
coograph docs roadmap pro github

Docs

Coograph is a graph-first context layer for AI coding agents. The OSS core ships in the repo and is MIT-licensed. These docs are the short version. The repo's README is the long version and stays canonical.

Where to start

Two posture rules

Two non-negotiable rules ship with every project Coograph initializes. Both live as banners at the top of CLAUDE.md and .github/copilot-instructions.md:

Both rules are designed to be impossible to "forget mid-conversation." See Workflow.

Repo layout

.github/code-graph/      — MCP server, parsers, git hooks
.github/agents/          — Planner, Reviewer, Debugger, Verifier, Explore
.github/skills/          — openspec-propose, openspec-apply, etc.
.claude/hooks/           — Lifecycle hooks (block-generated, log-bash, …)
openspec/changes/        — Active proposals
openspec/changes/archive/— Completed proposals
bench/                   — Benchmark harness + fixture
website/                 — This site

License

MIT. Free forever for the OSS core. Pro is bespoke services — see /pro.

Edit this page on GitHub →