HardYards/.claude/launch.json
m3ultra 06404d3505 Add side-systems to design doc + playable sail-storm prototype
Prototype: spring-mass sail, quadratic wind with gust telegraphs and a
mid-storm wind change, per-corner hardware ratings with weakest-link
cascade failures, garden coverage scoring, and a runnable repair loop.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-16 20:55:31 +10:00

12 lines
231 B
JSON

{
"version": "0.0.1",
"configurations": [
{
"name": "shades-proto",
"runtimeExecutable": "python3",
"runtimeArgs": ["-m", "http.server", "8642", "--directory", "prototype"],
"port": 8642
}
]
}