下一步 要做什么。
路线图的每一项都是一个 GitHub issue。来评论、点赞、或者开个 PR —— coograph 是 MIT 的,issue 区就是唯一的路线图。
杠杆最大。
- #001 高
/coograph-doctor — install health check skill
Sibling skill that audits a coograph-initialized project. Verifies graph.db, MCP wiring, _TBD_ markers, per-tool config, git hooks. Same 8-tool unification pattern as init.
Currently no way to verify install health post-init. Failures show up as silent context loss during agent sessions.
在 GitHub 查看 - #002 高
Cross-tool invocation drift check
Pre-commit + CI script that asserts every per-tool config file points at the canonical SKILL.md. Already drifted twice in the rename pass.
Eight config files for eight tools. Without a check, "fixed README, forgot Aider" is the default failure mode.
在 GitHub 查看
等待中。
- #003 中
Compatibility matrix — minimum tool versions
README table listing the minimum tested version for every supported tool plus the failure mode below it. Codex CLI v0.128 already triggered a regression.
Silent failures on older builds with no in-doc explanation.
在 GitHub 查看 - #004 中
Idempotent re-init — preserve filled placeholders
Detect partial state in step 1 of the init skill. Never overwrite user-customized instruction files. Update mode only patches tool config when adding a new tool.
Second run risks wiping stack details the user already filled in.
在 GitHub 查看 - #005 中
examples/ — finished init samples
Three reference projects at repo root: Next.js, Django, Go. Fully filled instruction files, no _TBD_ markers. Linked from Quick Start.
No concrete reference for what a coograph-initialized repo looks like for a real stack.
在 GitHub 查看 - #009 中
Unify skill names under /coograph-* namespace
Rename openspec-propose/apply/archive/explore + new-ticket + rebuild-code-graph to coograph-* prefix. Single autocomplete namespace. Bundle with #2 (drift checker).
Slash autocomplete is split across two prefixes. openspec-explore is also miscategorized — explore is general codebase search, not an OpenSpec phase.
在 GitHub 查看
低优先级。
- #006 低
Pre-commit — frontmatter, markdown lint, link checker
Validate skill frontmatter (name, description), markdownlint, lychee for relative links. Catches broken skills before they ship.
Currently no automated checks on the markdown that powers the entire system.
在 GitHub 查看 - #007 低
README — Codex CLI quirks section
Document why /coograph-init does not work in Codex CLI: slash reserved for built-ins, custom skills use $name or auto-trigger from description. Marked good first issue.
Hit by every Codex CLI user the first time. No in-doc explanation.
在 GitHub 查看
已完成。
- #008 已交付
log-bash — extend audit trail beyond Claude Code
Audit hooks now ship for Claude Code, Codex CLI, and OpenCode — all three write to a unified .coograph/session.log + .coograph/sessions/<sid>.log. The five remaining tools (VS Code Copilot, Cursor, Windsurf, Aider, Cline) have no public hook API; documented honestly in the README.
Hard to debug failed sessions on Codex CLI, OpenCode, Cursor when we cannot see what the agent actually ran.
Unified path migration .claude/session.log → .coograph/session.log shipped same drop. Backed by blog post: /blog/2026-05-17-per-session-audit-logs-for-ai-coding-agents/
在 GitHub 查看
想帮忙?
针对任一 issue 开个 PR,在提交里引用编号。bug 报告和提案都欢迎 —— coograph 把 GitHub issue 当成唯一的路线图,先在那儿建。
找入门级的活?issue #007 标了 good first issue。