Bruntwork ยท Eon Labs ยท opendeviationbar-py ยท 2026-06-09
Terry's feature-column discipline โ orthogonal ยท parameterless ยท agnostic (msg id=428) โ turned into three runnable probes + one promotion gate, with the agnostic axis re-anchored to Terry's verbatim source.
Captures a dimension no other feature captures โ empirically, on real bars.
orthogonality_probe.py (+ ฮพ/CODEC cascade)No magic numbers, no tuned constants, no if n>=500 dispatch.
parameterless_probe.py (AST + constants_registry.toml)Algorithm-invariant: two correct implementations converge to the same answer.
agnostic_probe.py (no-dispatch + convergence oracle)promote = parameterless.PASS AND agnostic.PASS AND orthogonal.PASS| candidate impl | parameterless | agnostic | orthogonal | decision |
|---|---|---|---|---|
bar_svd_entropy (pinned to SVD_ORDER) | PASS | PENDING | PENDING | PENDING โ agnostic oracle needs a 2nd reference impl |
add_antropy (hardcoded order=3) | FAIL | SKIPPED | SKIPPED | BLOCKED โ parameterless (feature-tunable knob vetoes) |
The hardcoded impl is blocked on the FREE static axis โ before any ClickHouse cost. The pinned impl is held PENDING; the gate never fakes a PASS.
findings/evolution/shared_data/{parameterless,agnostic}_probe.py, three_axis_gate.py, constants_registry.toml