xworkspace-console/docs/case
Haitao Pan d0d5a79be8 feat(uninstall): print teardown plan and purge path status
`uninstall` / `uninstall --purge` previously removed services and (on
purge) `rm -rf`'d a hand-maintained list of paths with no output, so users
could not see what would be — or had been — deleted (TC-MAC-026).

Add a pre-flight `print_uninstall_summary` that lists the apps/services to
be removed (launchd agents on macOS; systemd units + docker containers on
Linux) and, when --purge is set, every target path with its current
[present]/[absent] status. Centralize the purge paths into a single
source-of-truth inventory and route deletions through a `purge_path`
helper that prints `removed:` / `absent (skipped):` per path. Document the
subcommands in the usage header. Behavior is otherwise unchanged.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-22 12:37:59 +08:00
..
combination_tests.md fix: relocate xworkmate-bridge base dir under $HOME on macOS 2026-06-18 10:59:10 +00:00
macos_compatibility_tests.md feat(uninstall): print teardown plan and purge path status 2026-06-22 12:37:59 +08:00
test_prompts.md fix: relocate xworkmate-bridge base dir under $HOME on macOS 2026-06-18 10:59:10 +00:00