Skip to content

v2.1.0 - Unified uninstall, Bootstrap, auto-manifest detection

Latest

Choose a tag to compare

@CTOUT CTOUT released this 01 May 15:56

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-missing both scope
  • init-user.ps1 -Bootstrap — registers all already-installed cache-origin files into user-subscriptions.json without 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.ps1 Step 1.5 label and prompt updated to say "agents, instructions & skills"

See CHANGELOG.md for full details.