Finding
E2E-07 (P3) from #697 round 1. Project-scoped operations write outside the project:
init --force deletes/busts ~/.cache/sdlc-wizard/latest-version (it does print BUST, so not silent)
- the stop hook writes per-session sentinel files under
~/.cache/sdlc-wizard/ (e.g. stop-review-warned-<session-id>)
Ask
Either enumerate the home-directory side effects in the docs (one list: what lives under ~/.cache/sdlc-wizard/, when it's written, when it's safe to delete) or move per-session state in-project (gitignored). P3 — nothing here damages anything, but an uninstalling or auditing consumer currently has no manifest of what the wizard left behind.
Finding
E2E-07 (P3) from #697 round 1. Project-scoped operations write outside the project:
init --forcedeletes/busts~/.cache/sdlc-wizard/latest-version(it does printBUST, so not silent)~/.cache/sdlc-wizard/(e.g.stop-review-warned-<session-id>)Ask
Either enumerate the home-directory side effects in the docs (one list: what lives under
~/.cache/sdlc-wizard/, when it's written, when it's safe to delete) or move per-session state in-project (gitignored). P3 — nothing here damages anything, but an uninstalling or auditing consumer currently has no manifest of what the wizard left behind.