Bug Fixes
-
Rebuild better-sqlite3 on upgrade (#131):
ctx-upgradenow automatically runsnpm rebuild better-sqlite3after installing production dependencies, preventingNODE_MODULE_VERSIONmismatch errors. Failures warn but don't block upgrade. -
Write .mcp.json with absolute path (#132):
ctx-upgradenow writes.mcp.jsonwith a resolved absolute path instead of the${CLAUDE_PLUGIN_ROOT}template variable, eliminating the/doctorwarning about missing environment variables.