下一步 要做什麼。
路線圖的每一項都是一個 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。