Thanks to visit codestin.com
Credit goes to github.com

Skip to content

.toml: game_id, branch_slug -> branch#10

Merged
franzwarning merged 3 commits intomainfrom
feat/game-id-toml
Feb 24, 2026
Merged

.toml: game_id, branch_slug -> branch#10
franzwarning merged 3 commits intomainfrom
feat/game-id-toml

Conversation

@cloud9c
Copy link
Contributor

@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 <[email protected]>
@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
Move build version from CLI flag to wavedash.toml config file.
The top-level `version` field is the build version sent to the API,
while the engine section `version` remains the engine version.

Co-Authored-By: Claude Opus 4.6 <[email protected]>
@cloud9c cloud9c marked this pull request as draft February 18, 2026 17:56
@cloud9c
Copy link
Contributor Author

cloud9c commented Feb 18, 2026

wvdsh dev broke because the url relies on the game-slug, which we removed with this PR

Add build version to wavedash.toml and optional --message flag
@franzwarning franzwarning marked this pull request as ready for review February 24, 2026 20:59
@franzwarning franzwarning merged commit 314808c into main Feb 24, 2026
8 checks passed
@franzwarning franzwarning deleted the feat/game-id-toml branch February 24, 2026 20:59
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.

2 participants