gstack/supabase/migrations
Garry Tan 721abce5a5
fix: review-driven hardening — env guards, token expiry, slug validation, dashboard UX
From CEO plan review:
- Edge functions: early guard on missing env vars instead of non-null assert crash
- cli-team: wire isTokenExpired check (was imported but unused)
- Migration 007: CHECK constraint on team slug (a-z0-9 hyphens, 2-50 chars)
- Dashboard: streak badges on leaderboard, repo slug in who's-online,
  contextual empty states that teach, 60s refresh (was 30s)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-16 09:59:20 -05:00
..
001_teams.sql feat: add Supabase migration SQL for team data store 2026-03-15 02:02:47 -05:00
002_eval_runs.sql feat: add Supabase migration SQL for team data store 2026-03-15 02:02:47 -05:00
003_data_tables.sql feat: add Supabase migration SQL for team data store 2026-03-15 02:02:47 -05:00
004_eval_costs.sql feat: unified gstack eval CLI with list, compare, push, cache, cost 2026-03-15 09:39:36 -05:00
005_sync_heartbeats.sql feat: sync heartbeats, eval:trend --team, setup guide, 10 new tests 2026-03-15 19:43:03 -05:00
006_transcript_sync.sql feat: add enriched transcript sync — Haiku summaries, session file enrichment 2026-03-16 00:15:19 -05:00
007_team_settings_and_functions.sql fix: review-driven hardening — env guards, token expiry, slug validation, dashboard UX 2026-03-16 09:59:20 -05:00