What's New
Breaking change
-Uninstall (bare switch) and -UninstallUser have been removed from configure.ps1. Replace with:
powershell .\configure.ps1 -Uninstall repo # was: -Uninstall .\configure.ps1 -Uninstall user # was: -UninstallUser .\configure.ps1 -Uninstall both # new — removes both in one pass
Tab-completes in PowerShell thanks to [ValidateSet].
Added
-Uninstall repo|user|both— single[ValidateSet]string replaces two separate switches; adds the previously-missingbothscopeinit-user.ps1 -Bootstrap— registers all already-installed cache-origin files intouser-subscriptions.jsonwithout re-copying anything; supports-DryRun- Auto-bootstrap in
configure.ps1— detects when the user manifest is absent but cache-origin files are on disk and bootstraps it automatically - Extended scoring — 12 new agent families receive a star recommendation; 10 new vendor/platform names blocked from false recommendations
Detect-RepoStack— now auto-detects nuxt, electron, ember from package.json
Changed
configure.ps1Step 1.5 label and prompt updated to say "agents, instructions & skills"
See CHANGELOG.md for full details.