| rad-experiment(1) | General Commands Manual | rad-experiment(1) |
NAME
rad-experiment - Publish, reproduce, and browse optimization experiments on the Radicle network
SYNOPSIS
rad-experiment [-r|--repo] [-q|--quiet] [--pretty] [-h|--help] [-V|--version] <subcommands>
DESCRIPTION
rad-experiment is the terminal interface to Community Computer. Use it to publish benchmark results, browse what other peers have tried, and reproduce any experiment on your own hardware — all without a web UI, an account, or a central server.
OPTIONS
- -r, --repo <REPO>
- Repository path or Radicle RID (defaults to current directory)
- -q, --quiet
- Suppress non-error output to stderr
- --pretty
- Pretty-print JSON output (for human inspection; agents should omit)
- -h, --help
- Print help (see a summary with '-h')
- -V, --version
- Print version
SUBCOMMANDS
- rad-experiment-publish(1)
- Publish optimization experiments as signed COBs
- rad-experiment-list(1)
- List all experiments, grouped by experiment branch
- rad-experiment-show(1)
- Show experiment details
- rad-experiment-label(1)
- Add or remove labels on an experiment (delegates only)
- rad-experiment-labels(1)
- List all labels in use across experiments
- rad-experiment-redact(1)
- Redact an experiment, indicating it should not be relied upon
- rad-experiment-reproduce(1)
- Add a reproduction to an experiment (auto-runs benchmarks, or accepts manual measurements)
- rad-experiment-benchmark(1)
- Run benchmarks on an existing worktree and output per-metric JSON
- rad-experiment-compute-delta(1)
- Compute direction-aware deltas from benchmark JSON files
- rad-experiment-schema(1)
- Dump the full CLI command tree as JSON for agent self-discovery
VERSION
v0.3.3
| rad-experiment 0.3.3 |