ccd-cli 1.0.0-beta.4

Bootstrap and validate Continuous Context Development repositories
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Memory Transfer Evaluation Fixtures

The canonical human-edited fixture sources are the `.toml` files in this directory.

The benchmark harness seeds one shared post-promotion, post-compaction profile kernel in code and
combines it with each target-repo scenario from these fixture specs. Capture output lands under
`target/memory_transfer/`.

Useful commands:

```text
CCD_CAPTURE_ONLY=1 cargo bench --bench memory_transfer
CCD_CAPTURE_ONLY=1 CCD_RECORD_RESULTS_LABEL=2026-03-13-item-44 cargo bench --bench memory_transfer
```

Result labels should stay immutable once committed so later transfer-policy work can compare before
and after runs.