v1.1.17
Bug Fixes
- Windows install fixed at the actual root cause:
install.shwrote MCP server paths in the POSIX form Git Bash exposes (/c/Users/...), which native Windows MCP clients such as Claude Desktop and Cursor cannot resolve.install.shnow detectsMINGW*/MSYS*viauname -sand rewrites those paths throughpwd -Wbefore they reach the MCP config JSON (#1045). install.ps1brought back in line withinstall.shafter drifting silently for weeks: the Node version floor was still 18 instead of 20; dependency installs had no lockfile-aware path; an existing MCP config that failed to parse as JSON was silently overwritten instead of left untouched; Codex CLI TOML paths were not escaped; and the guardian/memory builds were not guarded behind asrc/check for the published tarball (#1045).- Installation guide skill/command counts corrected to 230 skills and 77 commands (#1045).
A note on v1.1.16
v1.1.16 shipped with a changelog and roadmap that documented only 2 of the ~25 pull requests actually released, and with the Windows installer drift described above already present. Both are fixed now — the changelog was corrected retroactively in #1044, and this release fixes the installer itself. Full context and apology: https://github.com/Fmarzochi/EGC/discussions/1047
Full Changelog: v1.1.16...v1.1.17