v5.11.69
Fixes five field-reported issues plus hardening.
- #103 prompt-continuity no longer leaks another project's context into a hint (per-project scoping across all 3 runtimes)
- #101 PreCompact now clears the live session's read cache (was a real latent bug despite the closed issue)
- #104 Windows hooks no longer flash cmd.exe windows (pythonw with stdout-survival guard)
- #105 Windows non-UTF-8 locale no longer silently discards CLI stdout
- #106 uninstall now removes daemon machinery + the CSRF token and clears a dangling statusLine, while preserving your local session data by design; adds a one-command cleanup whose --dry-run discloses retained paths
- Per-file CLAUDE.md offender reporting (reimplements PR #100 by danikdanik)
- statusLine survives version updates; test suite host-isolated
Every fix cross-reviewed and torture-tested. pytest 698 passed, both TS runtimes compile clean.