HardYards/.claude/launch.json
m3ultra 704553c82d Merge Sprint 8; the week is live; balance harness stabilized
Selftest on merged main: 274 pass / 0 fail. Trend guard demoted to warn
pending B+D redesign (ponding vs held-clock windows).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-17 14:02:53 +10:00

16 lines
233 B
JSON

{
"version": "0.0.1",
"configurations": [
{
"name": "shades3d",
"runtimeExecutable": "python3",
"runtimeArgs": [
"server.py",
"--port",
"8815"
],
"port": 8815
}
]
}