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