Why
Some public commands/configs imply support that is not currently wired, which can confuse first-time users exploring the examples.
What
Acceptance
- No documented public command fails with
Unknown benchmark.
- Public example configs either validate or are clearly marked as experimental/non-
TrainConfig.
- README/examples distinguish stable demos from heavier experimental adapters.
Why
Some public commands/configs imply support that is not currently wired, which can confuse first-time users exploring the examples.
What
clawloop runshould delegate to the unifiedTrainConfigrunner or remain a legacy benchmark-only command.clawloop runremains documented, make sure documented benches work or remove them from public docs.examples/configs/taubench_harness.jsonif it is not intended to be a validTrainConfig.examples/train_runner.py, register it in the train environment registry and add validation coverage.Acceptance
Unknown benchmark.TrainConfig.