Stage1 SEO Experiment Runner (Shadow)
Objective
Run the Stage1 SEO pipeline in shadow mode and produce auditable artifacts under research/stage1_marketing_seo/.
Single-cycle run
From workspace root:
./scripts/run_marketing_seo_stage1.sh --mode shadow --force
Check:
research/stage1_marketing_seo/run.latest.jsonresearch/stage1_marketing_seo/experiments.queue.latest.jsonresearch/stage1_marketing_seo/scoreboard.latest.jsonresearch/stage1_marketing_seo/decision_log.latest.md
1/2/3 validation run
Use the bundled helper:
python3 {baseDir}/scripts/run_rounds_123.py
This executes:
- Round1 baseline
- Round2 controlled handoff perturbation
- Round3 baseline restore + rerun
Then it writes snapshot artifacts and validation checks to:
research/stage1_marketing_seo/rounds/<timestamp>/rounds_1_2_3.report.mdresearch/stage1_marketing_seo/rounds/<timestamp>/rounds_1_2_3.report.json
Expected checks:
R1 == R3for queue/content reproducibilityR2 != R1for input-sensitivity
Guardrails
- Keep mode as
shadowfor Stage1 capability validation. - Treat this as experiment generation/scoring/queueing only (not auto publish).
- If run status is
blocked_input_incomplete, stop and report missing requirements fromrun.latest.json.input_sync.completeness.
References
references/stage1-output-contract.mdreferences/analysis-checklist.md
Source: Daihaolin201/OperatorOne — distributed by TomeVault.