Files
Aura/fieldtests/milestone-triage-harvest/triage_1_ganged_midchannel.ops.json
T
Brummel a263f1f51e fieldtest: triage-harvest milestone evidence (8 working, 2 bugs, 2 friction, 1 gap)
Consumer-perspective milestone fieldtest over the seven shipped items: ganged
authoring end to end (#61), consumer-blueprint render (#28), param-bearing
scaffold starter (#183), outside-project refusal (#218), default stops (#217),
gate-free plateau walkforward (#215), --trace honesty (#168) — all working.

Red half: aura reproduce DIVERGES 0/N on a dissolved-sweep (campaign-minted)
family and PANICS (main.rs:1123, non-empty OOS window) on a WalkForward
family — the C18/C1 reproduce promise breaks exactly on campaign-pipeline
families, invisible to per-cycle fieldtests. Both routed to debug this run.
Friction/gap findings filed as forward issues.

Fixture corpus: from-scratch ganged mid-channel op-script + built blueprint,
throwaway project, verbatim transcript. Report spec (git-ignored working
file): docs/specs/fieldtest-triage-harvest-milestone.md

refs #61
2026-07-10 14:33:52 +02:00

18 lines
999 B
JSON

[
{"op": "source", "role": "price", "kind": "F64"},
{"op": "add", "type": "RollingMax", "name": "channel_hi"},
{"op": "add", "type": "RollingMin", "name": "channel_lo"},
{"op": "add", "type": "Add", "name": "sum"},
{"op": "add", "type": "Scale", "name": "mid", "bind": {"factor": {"F64": 0.5}}},
{"op": "add", "type": "Sub", "name": "dev"},
{"op": "add", "type": "Bias", "name": "bias", "bind": {"scale": {"F64": 1.0}}},
{"op": "feed", "role": "price", "into": ["channel_hi.series", "channel_lo.series", "dev.lhs"]},
{"op": "connect", "from": "channel_hi.value", "to": "sum.lhs"},
{"op": "connect", "from": "channel_lo.value", "to": "sum.rhs"},
{"op": "connect", "from": "sum.value", "to": "mid.signal"},
{"op": "connect", "from": "mid.value", "to": "dev.rhs"},
{"op": "connect", "from": "dev.value", "to": "bias.signal"},
{"op": "expose", "from": "bias.bias", "as": "bias"},
{"op": "gang", "as": "channel_length", "into": ["channel_hi.length", "channel_lo.length"]}
]