This commit is contained in:
Bryan Ramos 2026-04-02 09:35:19 -04:00
parent 0667c42755
commit 7f0892d67b
6 changed files with 19 additions and 367 deletions

View file

@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -euo pipefail
# install.sh — symlinks agent-team into ~/.claude/
# install.sh — symlinks agent-team into ~/.claude/ and ~/.codex/ (if present)
# Works on Windows (Git Bash/MSYS2), Linux, and macOS.
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"