chore: use short url for repository

This commit is contained in:
2026-08-24 14:51:49 -04:00
parent 1a848ae063
commit e8ea15cb64
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -131,7 +131,7 @@ install path for Claude Code — `install.sh` remains available as a
cross-tool fallback (and is the only supported path for Antigravity CLI today).
```
/plugin marketplace add https://git.rootiest.dev/rootiest/rootiest-ai.git
/plugin marketplace add https://url.rootiest.dev/ai
/plugin install git-publish-workflow@rootiest-ai
```
@@ -263,7 +263,7 @@ bash install.sh --all
Or clone the repository and run locally:
```bash
git clone https://git.rootiest.dev/rootiest/rootiest-ai.git
git clone https://url.rootiest.dev/ai
cd rootiest-ai
bash install.sh --all
```
+1 -1
View File
@@ -8,7 +8,7 @@ set -euo pipefail
# ── Constants ──────────────────────────────────────────────────────────────────
readonly BASE_URL="https://git.rootiest.dev/rootiest/rootiest-ai/raw/branch/main"
readonly REPO_URL="https://git.rootiest.dev/rootiest/rootiest-ai.git"
readonly REPO_URL="https://url.rootiest.dev/ai"
readonly API_URL="https://git.rootiest.dev/api/v1/repos/rootiest/rootiest-ai/contents/skills"
# Overridable via environment