Project notes
Store Markdown notes under projects/{owner}/{repo} using a Git remote or a
local project identity.
notes manages repository notes in a Git-backed vault and exposes the same behaviour through a CLI and an MCP server.
Project notes
Store Markdown notes under projects/{owner}/{repo} using a Git remote or a
local project identity.
Safe writes
Reads, writes, and deletes are constrained to the notes vault, then committed and best-effort pushed.
Handoffs
Handoffs are ordinary notes tagged handoff, using the same priority
metadata as other notes.
MCP server
The same note operations are exposed as raw-text MCP tools for agent harnesses.
This repo owns the standalone CLI and MCP server. OpenCode plugins and slash commands that consume notes live in dotfiles/OpenCode config.