Files
Aura/fieldtests/milestone-stderr-honesty/ops/flat_closed.ops.json
T
claude 7e1dd25a76 fieldtest: milestone-stderr-honesty — 3 examples, 1 bug / 2 friction / 2 spec-gap
Milestone fieldtest for "Surface honesty on stderr", run source-blind
against the release binary only (binary-only knowledge floor, user
direction 2026-07-23): op-lists authored via the binary's own graph
build/introspect surfaces, project + real archive reached through help
alone. Markers grep-separable, zero-trade notice exact, abort paths
correctly unmarked (4x working). Findings routed: synthetic member-fault
panic (exit 101, source-path leak) -> debug; null-result and
partial-failure widening -> tracker; op-script discoverability ->
#323 evidence; silent unknown-op-field drop -> tracker; plural nit ->
tidy. refs #278, refs #313
2026-07-24 00:04:53 +02:00

14 lines
638 B
JSON

[
{"op":"doc","text":"flat-closed: bias = 0, all params bound (mc requires a closed blueprint)"},
{"op":"source","role":"close","kind":"F64"},
{"op":"add","type":"SMA","name":"sma","bind":{"length":{"I64":3}}},
{"op":"add","type":"Sub","name":"d"},
{"op":"add","type":"Sign","name":"s"},
{"op":"add","type":"Scale","name":"z","bind":{"factor":{"F64":0.0}}},
{"op":"feed","role":"close","into":["sma.series","d.lhs"]},
{"op":"connect","from":"sma.value","to":"d.rhs"},
{"op":"connect","from":"d.value","to":"s.value"},
{"op":"connect","from":"s.value","to":"z.signal"},
{"op":"expose","from":"z.value","as":"bias"}
]