Highlights
- Fix MCP process resolution on Windows and headless Linux so agent subprocesses never need PATH inheritance
- Bake a safe absolute binary fallback into the installed OpenCode plugin for headless and systemd environments
- Update Cursor docs to reflect the current
.cursor/rules/MDC format and deprecate legacy.cursorrules
Setup Improvements
engram setup claude-codenow writes a durable user-level MCP config at~/.claude/mcp/engram.jsonwith the absolute binary pathengram setup opencodenow writes the resolved binary path in the MCP config and bakes a 3-tier fallback (ENGRAM_BINenv,Bun.which, absolute path) into the installed pluginengram setup gemini-cliandengram setup codexnow use the absolute binary path on all platforms, not just Windows
Docs
- Cursor section updated to recommend
.cursor/rules/engram.mdcwithalwaysApply: truefrontmatter - Added deprecation note for
.cursorrulesand version caveat for Cursor 0.43+
Included Work
- fix(setup): use absolute MCP paths on Windows
- fix(setup): resolve OpenCode MCP path in generated config
- fix(setup): bake OpenCode plugin binary fallback
- docs(cursor): clarify mdc rules path, frontmatter, and deprecation notice