What's New
Engram MCP Absolute Path Compatibility
Recent Engram releases started writing absolute binary paths into MCP config files (e.g. ~/.claude/mcp/engram.json) so that headless, systemd, and Windows environments work correctly without relying on inherited PATH.
gentle-ai was silently overwriting those absolute paths with a relative "engram" command after running engram setup, breaking the improvement. This release fixes that:
- If
engram setupalready wrote a valid absolute path,gentle-ainow preserves it - MCP args are normalized to
["mcp", "--tools=agent"]regardless - If no config exists yet, the previous default behavior still applies
Docs
- Updated
docs/quickstart.mdandCONTRIBUTING.mdto reflect Go 1.24+ as the minimum prerequisite (aligned with CI after v1.7.13)