mirror of
https://github.com/OpenRouterTeam/spawn.git
synced 2026-05-01 21:30:21 +00:00
* refactor: move test fixtures to root /fixtures directory Moves test/fixtures/ → fixtures/ at the repo root for easier discoverability. Updates all references in CLAUDE.md and QA prompt files. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * refactor: move install.ps1 to sh/cli/ and fixtures to root - Moves cli/install.ps1 → sh/cli/install.ps1 (consistent with install.sh) - Moves test/fixtures/ → fixtures/ at the repo root - Updates all references in README, CLAUDE.md, QA prompts, and the ps1 itself Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> --------- Co-authored-by: lab <6723574+louisgv@users.noreply.github.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
18 lines
434 B
JSON
18 lines
434 B
JSON
{
|
|
"account": {
|
|
"droplet_limit": 3,
|
|
"email": "sirtorunboss@gmail.com",
|
|
"email_verified": true,
|
|
"floating_ip_limit": 3,
|
|
"name": "sirtorunboss@gmail.com",
|
|
"reserved_ip_limit": 3,
|
|
"status": "active",
|
|
"status_message": "",
|
|
"team": {
|
|
"name": "My Team",
|
|
"uuid": "b84e0623-7d0a-4140-b075-3dd1419653f9"
|
|
},
|
|
"uuid": "46a0edaf-1509-4246-9560-b3b865ca8a59",
|
|
"volume_limit": 5000
|
|
}
|
|
}
|