Files
jaxperro cf9465f38a #26 wwf-leanbot (Study C stage-2) + #27 v2 band arm + shared concentration guards
leanbot: orders_matched inventory tracking on the nightly-published
screened set (box never screens itself), frozen $150-500 one-sided
crossing, paper FAK $100 capped at print+3c, complement routing for
net-short leans, MAX_PER_EVENT=2, premium logged on every attempt.
guards.py: ex-best-day / ex-top5 / top-event share — the cuts that caught
both studies today, now machinery every grader reports nightly.
grade_lag: v2 band arm (15-40c, forward-only from V2_FREEZE_TS, bar +$8)
+ three report-only control bands.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-27 15:32:39 -04:00

29 lines
710 B
TOML

# wwf-leanbot — Study C Stage-2 maker-lean PAPER harness (research silo).
# No keys, no orders, code baked in image. The screened wallet set is
# published nightly by maker_set.py — the box never screens itself.
# Verdict binds to #26; graded nightly on the Mac (grade_lean.py).
app = "wwf-leanbot"
primary_region = "arn"
[build]
dockerfile = "research/leanbot.Dockerfile"
[[mounts]]
source = "lean"
destination = "/data"
# read-only paper feed (GET /feed, CORS-open)
[http_service]
internal_port = 8080
force_https = true
auto_stop_machines = false
auto_start_machines = true
min_machines_running = 1
[[restart]]
policy = "always"
[[vm]]
size = "shared-cpu-1x"
memory = "256mb"