diff options
| author | main <main@swarm.moe> | 2026-03-20 00:33:08 -0400 |
|---|---|---|
| committer | main <main@swarm.moe> | 2026-03-20 00:33:08 -0400 |
| commit | ce41a229dcd57f9a2c35359fe77d9f54f603e985 (patch) | |
| tree | 1d42649c5711bf83cb738c40d83b81cbe7b08238 /AGENTS.md | |
| parent | 5047a141c45d18ef23ddd369fb262ecac867da11 (diff) | |
| download | fidget_spinner-ce41a229dcd57f9a2c35359fe77d9f54f603e985.zip | |
Refound ontology around hypotheses and experiments
Diffstat (limited to 'AGENTS.md')
| -rw-r--r-- | AGENTS.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ # Fidget Spinner Fidget Spinner is a local-first, agent-first experimental DAG for autonomous -program optimization and research. +program optimization, source capture, and experiment adjudication. Constraints that are part of the product: @@ -14,7 +14,7 @@ Constraints that are part of the product: - per-project state lives under `.fidget_spinner/` - project payload schemas are local and warning-heavy, not globally rigid - off-path nodes should remain cheap -- core-path experiment closure should remain atomic +- core-path work should remain hypothesis-owned and experiment-gated Engineering posture: @@ -28,7 +28,7 @@ MVP target: - dogfood against `libgrid` worktrees - replace sprawling freeform experiment markdown with structured - contract/change/run/analysis/decision nodes plus cheap research/note side paths + contract/hypothesis/run/analysis/decision nodes plus cheap source/note side paths - make runs, comparisons, artifacts, and code snapshots first-class - bundle the frontier-loop skill with the MCP surface instead of treating it as folklore |