gstack/lib
Garry Tan 15e6d9d8f1
Merge branch 'main' into garrytan/team-supabase-store
Brings in 55 commits from main (v0.12.x–v0.13.5.0): Factory Droid compat,
prompt injection defense, user sovereignty, security audit, design binary,
skill namespacing, modular resolvers, Chrome sidebar, and more.

Conflict resolution:
- .agents/ SKILL.md files: deleted (main moved to .factory/)
- 8 .tmpl templates: accepted main (new features: CDP mode, design tools,
  global retro, parallelization, distribution checks, plan audits)
- scripts/gen-skill-docs.ts: accepted main's modular resolver refactor
- test/helpers/session-runner.ts: accepted main + layered back CostEntry
  tracking from team branch
- Generated SKILL.md files: regenerated via bun run gen:skill-docs
- Updated tests to match main's gstack-slug output (2 lines, no PROJECTS_DIR)
  and review log mechanism (gstack-review-log, not $BRANCH.jsonl)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-29 15:12:12 -07:00
..
auth.ts fix: resolve team_id during auth and preserve across token refresh 2026-03-19 01:28:15 -07:00
cli-eval.ts fix: normalize StandardEvalResult to legacy format before local save 2026-03-19 01:28:19 -07:00
cli-projects.ts feat: add gstack projects ls CLI command 2026-03-18 23:50:30 -07:00
cli-sync.ts feat: add CLI leaderboard, refactor formatTeamSummary to use dashboard-queries 2026-03-16 02:44:12 -05:00
cli-team.ts fix: DRY getValidToken — cli-team delegates to sync.ts, remove phantom Joined column 2026-03-16 19:12:44 -07:00
dashboard-queries.ts docs: cross-reference leaderboard duplication, service-role-key warning 2026-03-16 19:12:49 -07:00
eval-cache.ts feat: add SHA-based eval caching with EVAL_CACHE=0 bypass 2026-03-15 09:39:26 -05:00
eval-cost.ts feat: wire costs[] from modelUsage into eval results 2026-03-15 16:47:27 -05:00
eval-format.ts feat: wire costs[] from modelUsage into eval results 2026-03-15 16:47:27 -05:00
eval-tier.ts feat: add eval format validation, tier selection, cost tracking 2026-03-15 09:39:18 -05:00
llm-summarize.ts feat: add enriched transcript sync — Haiku summaries, session file enrichment 2026-03-16 00:15:19 -05:00
sync-config.ts feat: add team sync infrastructure (config, auth, push/pull, CLI) 2026-03-15 02:02:40 -05:00
sync.ts fix: resolve team_id during auth and preserve across token refresh 2026-03-19 01:28:15 -07:00
transcript-sync.ts feat: add enriched transcript sync — Haiku summaries, session file enrichment 2026-03-16 00:15:19 -05:00
upload.ts feat: add gstack-upload helper for Supabase Storage 2026-03-18 23:49:38 -07:00
util.ts refactor: add PROJECTS_DIR to gstack-slug and getProjectsDir() to util.ts 2026-03-18 23:45:27 -07:00
worktree.ts feat: worktree isolation for E2E tests + infrastructure elegance (v0.11.12.0) (#425) 2026-03-23 23:05:22 -07:00