init_experiment
Scaffold a repeatable experiment with cq.yaml and train.py, optionally adding pyproject.toml for locked dependency evidence and AI agent runtime files.
Instructions
Scaffold a CQ-runnable experiment (cq.yaml + train.py contract script, optionally pyproject.toml + agent runtime assets).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| output | No | Project directory to populate | . |
| name | No | cq.yaml.name (default: pcq-experiment) | |
| force | No | ||
| with_pyproject | No | Generate pyproject.toml with pcq dep (recommended for lockfile_sha256 evidence) | |
| agent | No | none |