mirror of
https://github.com/OpenRouterTeam/spawn.git
synced 2026-05-16 20:01:08 +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>
16 lines
298 B
JSON
16 lines
298 B
JSON
{
|
|
"config": {
|
|
"guest": {
|
|
"cpu_kind": "shared",
|
|
"cpus": 1,
|
|
"memory_mb": 1024
|
|
},
|
|
"image": "ubuntu:24.04"
|
|
},
|
|
"id": "d890e84b0d3089",
|
|
"instance_id": "01JTEST",
|
|
"name": "test-app",
|
|
"private_ip": "fdaa:0:0:0:a7b:0:0:2",
|
|
"region": "iad",
|
|
"state": "created"
|
|
}
|