跳到正文
coograph 15

文档

Coograph 是面向 AI 编程代理的图优先上下文层。开源核心在 代码仓库,MIT 许可。这套文档是简版。仓库的 README 是完整版,以那里为准。

从哪里开始

两条姿态准则

Coograph 初始化的每个项目都附带两条不可妥协的准则。两条都作为 banner 写在 CLAUDE.md.github/copilot-instructions.md 顶部:

两条准则都被设计成「对话中途不会忘记」。详见 工作流

仓库结构

.github/code-graph/      — MCP server, parsers, git hooks
.github/agents/          — Planner, Reviewer, Debugger, Verifier, Explore
.github/skills/          — coograph-propose, coograph-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

许可

MIT。开源核心永久免费。Pro 提供定制服务 —— 见 /pro

在 GitHub 编辑本页 →