diff options
| author | main <main@swarm.moe> | 2026-03-20 01:11:39 -0400 |
|---|---|---|
| committer | main <main@swarm.moe> | 2026-03-20 01:11:39 -0400 |
| commit | 22fe3d2ce7478450a1d7443c4ecbd85fd4c46716 (patch) | |
| tree | d534d4585a804081b53fcf2f3bbb3a8fc5d29190 /README.md | |
| parent | ce41a229dcd57f9a2c35359fe77d9f54f603e985 (diff) | |
| download | fidget_spinner-22fe3d2ce7478450a1d7443c4ecbd85fd4c46716.zip | |
Excise git provenance from experiment ledger
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 19 |
1 files changed, 6 insertions, 13 deletions
@@ -161,7 +161,6 @@ cargo run -p fidget-spinner-cli -- hypothesis add \ cargo run -p fidget-spinner-cli -- experiment open \ --project . \ --frontier <frontier-id> \ - --base-checkpoint <checkpoint-id> \ --hypothesis-node <hypothesis-node-id> \ --title "navigator metric card pass" \ --summary "Evaluate inline metrics on experiment-bearing cards." @@ -324,20 +323,14 @@ The intended flow is: 9. open the live experiment explicitly with `experiment.open` 10. seal core-path work with `experiment.close` -## Git-Backed Vs Plain Local Projects +## Git And The Ledger -Off-path work does not require git. You can initialize a local project and use: +Git remains useful for code history, bisect, and sensible commit messages, but +the Fidget Spinner ledger is about the science rather than about reproducing git +inside the experiment record. -- `source add` -- `tag add` -- `note quick` -- `metric keys` -- `node annotate` -- `mcp serve` - -Full core-path experiment closure needs a real git-backed project, such as the -target `libgrid` worktree, because checkpoints and champion capture are git -backed. +Core-path closure does not require a git-backed project. The canonical record is +the hypothesis, run slice, parsed metrics, verdict, and rationale. ## Workspace Layout |