From 8ba5b8fd7ef15908723256c405c53062cc5fd961 Mon Sep 17 00:00:00 2001 From: Youssef Aitousarrah Date: Wed, 8 Apr 2026 07:35:40 -0700 Subject: [PATCH] docs(iteration-system): collapse strategies/ into scanners/ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Scanners and strategies are 1:1 in the current codebase — separate folder was artificial. Each scanner file now captures both implementation and thesis. Co-Authored-By: Claude Sonnet 4.6 --- .../specs/2026-04-07-iteration-system-design.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/docs/superpowers/specs/2026-04-07-iteration-system-design.md b/docs/superpowers/specs/2026-04-07-iteration-system-design.md index b2e28f3b..af644df2 100644 --- a/docs/superpowers/specs/2026-04-07-iteration-system-design.md +++ b/docs/superpowers/specs/2026-04-07-iteration-system-design.md @@ -44,17 +44,14 @@ docs/iterations/ │ ├── ml_signal.md │ ├── minervini.md │ └── ... (one file per scanner) -├── strategies/ -│ ├── analyst_upgrade.md -│ ├── momentum.md -│ ├── accumulation.md -│ └── ... (one file per strategy pattern) ├── pipeline/ │ └── scoring.md ← LLM scoring, confidence calibration, ranking └── research/ └── YYYY-MM-DD-.md ← web research findings (append-only, dated) ``` +Each scanner file captures both the implementation learnings and the underlying market thesis — no separate strategies folder since scanners and strategies are currently 1:1. + ### Domain File Schema Each file in `scanners/`, `strategies/`, and `pipeline/` follows this structure: