Revert "chore: use short url for repository"

This reverts commit e8ea15cb64.

fix: revert "chore: use short url for repository"
This commit is contained in:
2026-08-24 14:55:40 -04:00
parent e8ea15cb64
commit 165138c958
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://url.rootiest.dev/ai
/plugin marketplace add https://git.rootiest.dev/rootiest/rootiest-ai.git
/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://url.rootiest.dev/ai
git clone https://git.rootiest.dev/rootiest/rootiest-ai.git
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://url.rootiest.dev/ai"
readonly REPO_URL="https://git.rootiest.dev/rootiest/rootiest-ai.git"
readonly API_URL="https://git.rootiest.dev/api/v1/repos/rootiest/rootiest-ai/contents/skills"
# Overridable via environment