Developer Toolkit & Hardening
Highlights
- wmole doctor: One-shot dev machine health report — PATH issues, tool versions, cache sizes, disk pressure.
-
Pre-commit secret guard:
wmole hook installblocks commits that contain API keys or private keys.
Features
- wmole undo: List and restore quarantined deletions from the CLI.
- Per-project .wmolerc: Repo-local purge/keep rules with glob-based protection.
- Ports view: Each listener now shows the project (git repo) that owns it.
- Faster duplicate scan: blake2b with first/last-64KB pre-hash elimination.
Security
- GUI: removed unrestricted shell permissions; sidecar is now the only allowed command.
- GUI: strict Content-Security-Policy enabled.
- Uninstall launcher no longer passes registry strings through a shell.
- In-app updater gains ed25519/minisign signature verification support.