← Back to Explore
scenario-seed-artifacts
Deterministic producer fixture that seeds artifacts through the real ARTIFACTS production path.
testartifacts
Rundown
# Scenario Seed Artifacts
Producer fixture for scenarios that need a pre-existing artifact. Consumers run
this first and reference the produced artifact with
`${CAPTURE_ARTIFACT:<key>}` — never by fabricating an `rd://` URI.
## 1. Seed artifacts
- ARTIFACTS
- PlanPathSeed "PlanPath"
- PlanJsonSeed "plan.json"
- PASS COMPLETE
```bash
printf '{"seeded":true}' > "{{ path PlanPathSeed }}"
printf '{"seeded":true}' > "{{ path PlanJsonSeed }}"
```Run
Initializing...
Initializing...
Step—/1