fix(critical): remove rogue global NPM installations to strictly enforce Zero-Pollution architecture

This commit is contained in:
2026-03-28 23:41:54 +09:00
parent a724cc99a1
commit aec8d601cb
3 changed files with 5 additions and 7 deletions

View File

@@ -24,9 +24,8 @@ cd .agent\env
call npm install
cd ..\..
echo [4/4] Installing Universal AI Workflow Tool (get-shit-done-cc) Globally...
call npm install -g get-shit-done-cc@latest
echo [4/4] Bypassing Global Installation (Zero-Pollution Enforced)
:: All tools are already safely installed locally in .agent\env\node_modules
echo.
echo ========================================================
echo [OK] Zero-Click Bootstrap Complete. AI Agents are ready!