contextjoin
v0.2.5
Published
Markdown-first project memory and live agent coordination for Codex, Claude, Cursor, and other harnesses.
Maintainers
Readme
ContextJoin
ContextJoin gives every coding agent the same per-project Markdown memory and a live view of simultaneous agent work.
Start in a project
npx --yes contextjoin@latest setupOr use the hosted installer:
curl -fsSL https://contextjoin.hitroo.com/install.sh | shSetup installs the project-context-ledger skill, initializes the per-project memory, opens Google device approval, and links cloud sync. It is idempotent, so the same command works on another device or an existing project. Use contextjoin setup --local when cloud sync is not wanted.
After setup, work normally through the coding agent. Use contextjoin status for a short human-readable health check.
The readable handbook is compiled into .project-context/views/*.md. Git remains responsible for code and diffs. ContextJoin stores neither prompts nor source contents.
Install the CLI and MCP server
npm install --global contextjoin
contextjoin help
contextjoin-mcpUse the universal setup prompt at contextjoin.hitroo.com/prompt.md when a harness cannot discover installed skills automatically.
Project: contextjoin.hitroo.com
