Logo
Explore Help
Sign In
kriss/geniusrun
1
0
Fork 0
You've already forked geniusrun
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
6a3f0201af114ff3621e757d0119526b30ef25ba
geniusrun/backend/start.sh

10 lines
116 B
Bash
Raw Normal View History

Fix Garmin connect race, surface tool error content, add dev start scripts - GarminConnection now flushes Profile's pending debounced autosave before connecting, avoiding a race where Connect fires with stale credentials. - client.go reads res.Content before checking IsError so tool error messages actually include mcp-garmin's response text. - seedsample: update kind lookups to match current taxonomy names ("Easy Run" -> "Easy", "Interval" -> "Intervals"). - Add backend/start.sh and frontend/start.sh dev launch scripts, and check in CLAUDE.md. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-21 18:33:49 +02:00
#!/usr/bin/env bash
set -euo pipefail
cd "$(dirname "$0")"
refined ideas + start.sh rely on .env
2026-07-26 09:59:56 +02:00
set -a
source .env
set +a
geniusrund: construct the OIDC verifier and require its config at startup
2026-07-24 21:41:32 +02:00
Rename smartrun to geniusrun throughout the codebase Updates the Go module path, cmd/smartrund -> cmd/geniusrund, the smartrun-dev skill, .gitignore, and every reference in docs/CLAUDE.md to match.
2026-07-24 21:08:07 +02:00
exec go run ./cmd/geniusrund
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5 Page: 118ms Template: 6ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API