feat: implement zero-click AI self-bootstrap and bypass ExecutionPolicy
This commit is contained in:
19
bootstrap.bat
Normal file
19
bootstrap.bat
Normal file
@@ -0,0 +1,19 @@
|
||||
@echo off
|
||||
setlocal
|
||||
|
||||
echo [1/3] Updating Git Submodules...
|
||||
git submodule update --init --recursive
|
||||
|
||||
echo [2/3] Bypassing PowerShell and Installing AI Local Dependencies...
|
||||
cd .agent\env
|
||||
call npm install
|
||||
cd ..\..
|
||||
|
||||
echo [3/3] Installing Universal AI Workflow Tool (get-shit-done-cc) Globally...
|
||||
call npm install -g get-shit-done-cc@latest
|
||||
|
||||
echo.
|
||||
echo ========================================================
|
||||
echo [OK] Zero-Click Bootstrap Complete. AI Agents are ready!
|
||||
echo ========================================================
|
||||
endlocal
|
||||
Reference in New Issue
Block a user