Delivered · Shipped
VS Code extension
Generate, then verify the result before you ever see it.
The verification loop
A browser can only move text. An editor can read the workspace, generate with your Copilot model, run PSScriptAnalyzer over the result, feed the violations back, and only surface code once it passes — capped at two repair passes, honest when it can't.
Surfaces
The @pse chat participant with /script, /module, /refactor, /error, /plan, and /adopt; global language-model tools (pse_analyze, pse_test) that even Copilot's agent mode can call; commands and a lightbulb fix.
Honesty built in
"Clean" means no analyzer rule fired — not that the code is proven correct. If PowerShell or the analyzer is missing, verification is labelled skipped, never faked as a pass.