From 55ab1f02eaa8bd4f69e4d2e76fffe612240daa1b Mon Sep 17 00:00:00 2001 From: Theodore Song Date: Fri, 21 Aug 2026 15:35:28 -0400 Subject: [PATCH] Bind capital adaptation to current evidence --- README.md | 14 +++++++++- index.html | 77 +++++++++++++++++++++++++++++++++++++++++------------- sw.js | 2 +- 3 files changed, 73 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 2255f46..1115b52 100644 --- a/README.md +++ b/README.md @@ -352,10 +352,22 @@ queue audit but no longer blocks a new strategy-tagged observation for the same market side. New records also retain the signal features used to assign their research scope, making later audits reproducible. +Build 83 advances to Strategy 59 after a fresh return audit. A 300-market, +3,713-observation adaptive replay found no rule with a positive event-clustered +lower bound in train, validation, and untouched holdout at both 24 and 72 hours; +a separate 5,000-resolved-market settlement replay also produced no validated +holdout winner. Favorite-priced trend following was consistently net-negative +after cost across 6, 12, 24, and 72 hours, so that cohort is now hard-blocked. +Personal adaptation and position-size changes now use only closed Strategy 59 +trades. Older trades remain visible as historical context but cannot promote a +personal cohort or increase current risk. Forward directional evidence from +Strategies 51-59 remains compatible because the signal and checkpoint policy +did not change. + 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 +59, 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 diff --git a/index.html b/index.html index 7d4c681..34f3c3f 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