You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: isolate CLI tests from real registry and add CODEGRAPH_REGISTRY_PATH env var
The cli.test.js afterAll called pruneRegistry() with no arguments, operating
on the real ~/.codegraph/registry.json. The run() helper also lacked HOME
isolation, risking writes to the real registry. Add CODEGRAPH_REGISTRY_PATH
env var support to registry.js, isolate all CLI spawns with a fake HOME, and
remove the bare pruneRegistry() call.
0 commit comments