exportBeads property

List<Bead> exportBeads
getter/setter pair

The beads an export --all scan returns as JSONL (DESIGN-tg-pm6.md R6) — the store StationBeadWriter.createMolecule's mint-dedup probe and reapMolecule's collection scan both read via exportAll. Default empty (a fresh store); a molecule test stages the OPEN molecule/step beads it expects those scans to see.

Implementation

List<Bead> exportBeads = const <Bead>[];