From d3065f59f1abafd85abfa3c081790a54865a4a85 Mon Sep 17 00:00:00 2001 From: Youssef Aitousarrah Date: Fri, 10 Apr 2026 09:26:17 -0700 Subject: [PATCH] feat(hypotheses): initialize hypothesis registry --- docs/iterations/hypotheses/active.json | 4 ++++ docs/iterations/hypotheses/concluded/.gitkeep | 0 2 files changed, 4 insertions(+) create mode 100644 docs/iterations/hypotheses/active.json create mode 100644 docs/iterations/hypotheses/concluded/.gitkeep diff --git a/docs/iterations/hypotheses/active.json b/docs/iterations/hypotheses/active.json new file mode 100644 index 00000000..6ed3446d --- /dev/null +++ b/docs/iterations/hypotheses/active.json @@ -0,0 +1,4 @@ +{ + "max_active": 5, + "hypotheses": [] +} diff --git a/docs/iterations/hypotheses/concluded/.gitkeep b/docs/iterations/hypotheses/concluded/.gitkeep new file mode 100644 index 00000000..e69de29b