diff options
| author | main <main@swarm.moe> | 2026-03-21 19:19:49 -0400 |
|---|---|---|
| committer | main <main@swarm.moe> | 2026-03-21 19:19:49 -0400 |
| commit | e15fd4966e21bd8d31dbf580ede8a309c994816d (patch) | |
| tree | 691d38d549959a59c02b982dd96cab9542dc3d85 /docs | |
| parent | 3a523c3c8ac1bf9094dbe65a6f53b71085438c0c (diff) | |
| download | fidget_spinner-e15fd4966e21bd8d31dbf580ede8a309c994816d.zip | |
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/product-spec.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/product-spec.md b/docs/product-spec.md index ce881c6..f851294 100644 --- a/docs/product-spec.md +++ b/docs/product-spec.md @@ -176,6 +176,7 @@ body lives elsewhere. - frontier brief - active tags +- scoreboard metric keys - live metric keys - active hypotheses with deduped current state - open experiments @@ -215,7 +216,7 @@ The current model-facing surface is: - `frontier.list` - `frontier.read` - `frontier.open` -- `frontier.brief.update` +- `frontier.update` - `frontier.history` - `hypothesis.record` - `hypothesis.list` @@ -227,6 +228,7 @@ The current model-facing surface is: - `experiment.read` - `experiment.update` - `experiment.close` +- `experiment.nearest` - `experiment.history` - `artifact.record` - `artifact.list` |