diff --git a/CLAUDE.md b/CLAUDE.md index f29e89b..2e133c0 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -2,7 +2,7 @@ ## Config -- **Timezone**: TIMEZONE_PLACEHOLDER +- **Timezone**: America/Los_Angeles ## What This Repo Is diff --git a/setup.sh b/setup.sh index 87a78f6..2363c8f 100755 --- a/setup.sh +++ b/setup.sh @@ -20,7 +20,7 @@ if ! git rev-parse --is-inside-work-tree &> /dev/null; then exit 1 fi -REPO=$(gh repo view --json nameWithOwner -q .nameWithOwner 2>/dev/null || true) +REPO=$(git remote get-url origin 2>/dev/null | sed 's|.*github.com[:/]||;s|\.git$||' || true) if [ -z "$REPO" ]; then echo "Error: Could not detect GitHub repo. Make sure this repo has a remote."