跳到內文
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 編輯本頁 →