Skip to content

.toml: game_id, branch_slug -> branch#10

Open
cloud9c wants to merge 1 commit intomainfrom
feat/game-id-toml
Open

.toml: game_id, branch_slug -> branch#10
cloud9c wants to merge 1 commit intomainfrom
feat/game-id-toml

Conversation

@cloud9c
Copy link

@cloud9c cloud9c commented Feb 9, 2026

Summary

  • Replace org_slug + game_slug fields in wavedash.toml with a single game_id field
  • Rename branch_slug to branch
  • Update API endpoints from /api/organizations/{org_slug}/games/{game_slug}/branches/{branch_slug}/... to /api/games/{game_id}/branches/{branch}/...
  • Update sandbox URL construction to use game_id
  • Gitignore .claude/settings.local.json (user-specific)
  • Add doppler dev instructions to CLAUDE.md

Test plan

  • doppler run -- cargo check passes
  • doppler run -- cargo clippy passes
  • Verify build push flow works with new toml format
  • Verify local dev sandbox URLs are correct

🤖 Generated with Claude Code

Simplify wavedash.toml config to use a single game_id field instead of
org_slug + game_slug, and rename branch_slug to branch. Update API
endpoints and sandbox URLs accordingly.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@claude
Copy link

claude bot commented Feb 9, 2026

Code review

No issues found. Checked for bugs and CLAUDE.md compliance.

@cloud9c cloud9c changed the title Replace org_slug/game_slug with game_id, rename branch_slug to branch .toml: org_slug/game_slug -> game_id, branch_slug -> branch Feb 10, 2026
@cloud9c cloud9c changed the title .toml: org_slug/game_slug -> game_id, branch_slug -> branch .toml: game_id, branch_slug -> branch Feb 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant