7cc3ce0d9e
Per-cycle fieldtest of the #310 --tap selector, source-blind against the
release binary (e482f0e). Spine holds: fold selection end-to-end
byte-exact incl. the C1 pin and kind-aware folds/refusals on a Bool tap;
parse refusals precise at exit 2. Findings routed to the tracker:
introspect --folds renders the aura-std FoldKind table instead of the
registry roster (capitalized ids, record missing); no public surface
enumerates a blueprint's declared taps; an explicit --tap plan drops
unlisted taps without the C14 'aura: note:' skipped-tap notice; fold
summary-row timestamp semantics undocumented and mixed. Exit-class
tension already tracked on #297 (audit).
refs #310
16 lines
854 B
JSON
16 lines
854 B
JSON
[
|
|
{"op": "source", "role": "price", "kind": "F64"},
|
|
{"op": "add", "type": "SMA", "name": "fast", "bind": {"length": {"I64": 3}}},
|
|
{"op": "add", "type": "SMA", "name": "slow", "bind": {"length": {"I64": 6}}},
|
|
{"op": "add", "type": "SMA", "name": "px", "bind": {"length": {"I64": 1}}},
|
|
{"op": "feed", "role": "price", "into": ["fast.series", "slow.series", "px.series"]},
|
|
{"op": "add", "type": "Sub", "name": "sub"},
|
|
{"op": "connect", "from": "fast.value", "to": "sub.lhs"},
|
|
{"op": "connect", "from": "slow.value", "to": "sub.rhs"},
|
|
{"op": "add", "type": "Bias", "name": "bias", "bind": {"scale": {"F64": 0.5}}},
|
|
{"op": "connect", "from": "sub.value", "to": "bias.signal"},
|
|
{"op": "tap", "from": "sub.value", "as": "signal"},
|
|
{"op": "tap", "from": "px.value", "as": "price"},
|
|
{"op": "expose", "from": "bias.bias", "as": "bias"}
|
|
]
|