GODSIGH/.claude/launch.json
jing 0fec269512 Bootstrap: build spec for Opus 4.8, dev server with CORS proxy, preview config
SPEC.md is the complete execution plan: architecture, verified data-feed
CORS probes, per-layer component specs, verification protocol, and the
gated partly.party/godsigh deployment phase.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-13 11:50:09 +10:00

12 lines
189 B
JSON

{
"version": "0.0.1",
"configurations": [
{
"name": "godsigh",
"runtimeExecutable": "python3",
"runtimeArgs": ["serve.py", "8137"],
"port": 8137
}
]
}