-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
IntelliBitz edited this page Sep 4, 2026
·
2 revisions
Install gha into any repository in 1 second without modifying global system settings or existing project files:
curl -sSL https://raw.githubusercontent.com/intellibitz/gha/main/init/install.sh | bashiwr -useb https://raw.githubusercontent.com/intellibitz/gha/main/init/install.ps1 | iexOnce installed, ./ghai works anywhere across Linux, macOS, WSL, and Windows. It is 100% sandboxed and will never modify your existing build.gradle.kts or settings.gradle.kts. ghai supports standard Gradle task path syntax (prefixed with :).
# 1. Primary Autonomous AI Workflow (Auto-detects diffs, commits, pushes, PRs, auto-merges, prunes CI logs):
./ghai
# 2. Smart Git Repository Clone (e.g. ./ghai :clone intellibitz -> https://github.com/intellibitz/intellibitz):
./ghai :clone intellibitz
# 3. Print Version Report & Verify Engines (100% Sandboxed):
./ghai :version
# 4. Display Sandbox Health & Platform Status:
./ghai :status
# 5. Fetch & Update gha to Latest Release:
./ghai :update
# 6. Completely Uninstall & Clean gha (0 side effects to user files):
./ghai :uninstallgha follows a strict "Never Touch User Files" policy:
-
Scenario: Existing Project:
ghaintegrates into your build purely in memory via Gradle's init script flag. Your original source files remain pristine and untouched. -
Scenario: Empty Folder:
ghacreates its own minimal build and settings files with a clear header. These are safely removed by./ghai :uninstall. -
Global Settings:
ghauses an isolated Gradle home directory in.gha/gradle-user-home, ensuring 0 modifications to your system's~/.gradlefolder.
Powered by gha — 100% Kotlin GitHub Automation.