cli-v4.0.5

pbakaus/impeccablecli-v4.0.5Sep 8, 2026by pbakaus

AI Summary

This release improves Windows compatibility and HTTPS handling by fixing interactive prompts and adding support for managed certificates. It also refines project checks to better handle monorepos and normalized paths.

Key Highlights

  • Windows updates now prompt normally using line input instead of unsupported raw terminal mode.
  • HTTPS requests now trust the operating system's certificate store for managed certificates.
  • Project checks are more accurate, recognizing normalized paths and loading per-app monorepo rules.

New Features

  • HTTPS support with managed certificates (trusts OS certificate store)
  • Enhanced project checks for monorepos (per-app rules and normalized paths)

Full Release Notes

- **Windows updates can prompt normally.** Interactive confirmations use line input instead of unsupported raw terminal mode, without automatically accepting the update.

- **HTTPS works with managed certificates.** Engine requests trust the operating system's certificate store, including organization-installed certificates, while keeping certificate verification enabled.

- **More accurate project checks.** Windows CSP discovery recognizes normalized paths; design hooks load per-app monorepo rules and distinguish existing Stop findings where an edit baseline is available.