feat(hypotheses): initialize hypothesis registry

This commit is contained in:
Youssef Aitousarrah 2026-04-10 09:26:17 -07:00
parent e0b6e28a3b
commit d3065f59f1
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
{
"max_active": 5,
"hypotheses": []
}