Files
get-shit-done/tests/bug-1908-uninstall-manifest.test.cjs
Tom Boucher 3895178c6a fix(uninstall): remove gsd-file-manifest.json on uninstall (#1939)
The installer writes gsd-file-manifest.json to the runtime config root
at install time but uninstall() never removed it, leaving stale metadata
after every uninstall. Add fs.rmSync for MANIFEST_NAME at the end of the
uninstall cleanup sequence.

Regression test: tests/bug-1908-uninstall-manifest.test.cjs covers both
global and local uninstall paths.

Closes #1908

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-07 17:19:10 -04:00

4.4 KiB