Experiments Folder
Purpose
This folder stores formal experiment specs and completed records.
It exists so every important test has a documented hypothesis, execution plan, and verdict trail.
Structure
active/
Live experiments that are selected, being prepared, or currently running.
completed/
Finished experiments with a verdict and linked learning.
How Files Move
- A selected matrix node becomes an experiment file in
active/ - While the test is running, the file stays in
active/ - Once a verdict is made and learning is captured, the file moves to
completed/
The file should move only when the work is actually closed, not just because traffic has started flowing.
Last updated on