sync
April 24, 2026 ยท View on GitHub
Install or update the managed SCBench problem catalog.
Usage
slop-code sync [VERSION]
Arguments
| Argument | Required | Description |
|---|---|---|
VERSION | No | Release tag to install (for example v0.2). If omitted, installs the latest release. |
Behavior
- Catalog data is installed under
SCBENCH_HOME/problems. - If
SCBENCH_HOMEis unset, the default home is~/.cache/scbench. - If
SCBENCH_PROBLEMS_PATHis set, problem-loading commands use that local flat directory instead of the managed catalog. manifest.jsonstores the installed catalogversionandcommit.slop-code syncis the only update mechanism after initial bootstrap.- If the requested version is already installed, the command no-ops.
Examples
# Install latest release
slop-code sync
# Install a specific release
slop-code sync v0.2