From 32f5d7837485b8c8a8f8af279c7166c455f56f55 Mon Sep 17 00:00:00 2001 From: Theodore Song Date: Fri, 21 Aug 2026 14:51:50 -0400 Subject: [PATCH] Reuse verified directional evidence lineage --- README.md | 9 +++++---- index.html | 10 +++++----- sw.js | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 09373e8..45922d5 100644 --- a/README.md +++ b/README.md @@ -307,10 +307,11 @@ non-Yes/No labels, inadequate liquidity, and non-positive margins are rejected. An earlier parser had mistaken Over/Under labels for Yes/No; the label-aware scanner and live engine retain a regression test for that failure mode. -Build 76 separates the directional learner's evidence lineage from the global -strategy release. Strategy 56 through Strategy 58 use the same trend/reversal -signal policy, so their forward, net-of-cost checkpoint observations remain -compatible even when an unrelated sports, maker, or bundle subsystem ships. +Build 77 separates the directional learner's evidence lineage from the global +strategy release. Code-history verification found the same trend/reversal +generator and 24-hour/72-hour grading policy in Strategy 51 through Strategy +58, so their forward, net-of-cost checkpoint observations remain compatible +even when an unrelated sports, maker, or bundle subsystem ships. Older signal policies remain down-weighted and cannot satisfy the current-policy promotion gate. This avoids repeatedly emptying a valid evidence set while preserving the requirement for positive 24-hour and 72-hour results across diff --git a/index.html b/index.html index 83041cc..d444a53 100644 --- a/index.html +++ b/index.html @@ -341,7 +341,7 @@ footer{margin-top:34px;padding-top:22px;border-top:1px solid var(--border);color