diff options
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 |