skill-v4.2.3

pbakaus/impeccableskill-v4.2.3Sep 8, 2026by pbakaus

AI Summary

This update enhances design hook handling in monorepos and introduces Engine 0.1.4 to fix Windows update prompts and CSP configuration issues. It adds a VS Code Marketplace installation option for Copilot users and improves the Stop pass to distinguish between pre-existing and new findings. The release also establishes clearer fallback mechanisms and documentation standards for finished designs.

Key Highlights

  • Design hooks now respect the target app's DESIGN.md in monorepos to prevent sibling leakage.
  • Engine 0.1.4 fixes Windows update prompts, CSP configuration discovery, and trusts the OS certificate store.
  • New VS Code Marketplace installation option allows GitHub Copilot users to install the skill extension directly.
  • The Stop pass now distinguishes pre-existing findings from new ones using trustworthy edit baselines.
  • Clearer fallback mechanisms and references are used when the launcher is blocked.

New Features

  • Install Impeccable skill extension directly from VS Code Marketplace.
  • Stop findings distinguish existing debt from new findings.
  • Design hooks respect each app's DESIGN.md in monorepos.
  • Engine 0.1.4 trusts certificates installed in the operating system's certificate store.
  • New designs and approved system changes require both design tokens and metadata.

Full Release Notes

- **Design hooks respect each app.** In monorepos, post-edit, before-edit, and Stop checks use the target app's DESIGN.md, with repository fallback and no sibling leakage. Thanks to @tylerjryan for the report and proposed approach.

- **Stop findings distinguish existing debt.** When a trustworthy edit baseline is available, the Stop pass separates pre-existing findings from new ones; uncertain attribution is stated explicitly.

- **Windows and managed-network fixes.** Engine 0.1.4 fixes Windows update prompts and CSP configuration discovery, and trusts certificates installed in the operating system's certificate store.

- **Clearer fallback when the launcher is blocked.** The agent uses readable references and discloses checks it could not run. Surface briefs also stay distinct when long target paths share a prefix.

- **Document the finished design.** New designs and approved system changes require both design tokens and their sidecar metadata; ordinary extensions preserve an unchanged design system.

- **Install from the VS Code Marketplace.** GitHub Copilot users can install the [Impeccable skill extension](https://marketplace.visualstudio.com/items?itemName=renaissance-geek.impeccable) without copying files into a project. This skill-only package does not install design hooks.