From 298db90a146071f8e1094a81d675e79b0f538a5c Mon Sep 17 00:00:00 2001 From: Youssef Aitousarrah Date: Tue, 14 Apr 2026 12:58:02 -0700 Subject: [PATCH] chore(hypotheses): reduce min_days thresholds for faster conclusions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit insider_buying-min-txn-100k: 21 → 14 days. Command defaults: ≥2/day → 10d, 1/day → 14d, <1/day → 21d. Co-Authored-By: Claude Sonnet 4.6 --- .claude/commands/backtest-hypothesis.md | 6 +++--- docs/iterations/hypotheses/active.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.claude/commands/backtest-hypothesis.md b/.claude/commands/backtest-hypothesis.md index b3c0d45f..a6b99a16 100644 --- a/.claude/commands/backtest-hypothesis.md +++ b/.claude/commands/backtest-hypothesis.md @@ -89,9 +89,9 @@ Assign a `priority` score (1–9) using these factors: ### 3b-iii: Determine min_days Set `min_days` based on the scanner's typical picks-per-day rate: -- ≥2 picks/day → 14 days -- 1 pick/day → 21 days -- <1 pick/day → 30 days +- ≥2 picks/day → 10 days +- 1 pick/day → 14 days +- <1 pick/day → 21 days ### 3b-iv: Create the branch and implement the code change diff --git a/docs/iterations/hypotheses/active.json b/docs/iterations/hypotheses/active.json index 9859e11e..17dac678 100644 --- a/docs/iterations/hypotheses/active.json +++ b/docs/iterations/hypotheses/active.json @@ -13,7 +13,7 @@ "expected_impact": "medium", "hypothesis_type": "implementation", "created_at": "2026-04-10", - "min_days": 21, + "min_days": 14, "days_elapsed": 3, "picks_log": [ "2026-04-10",