These are the real manifests and command patterns used to build the flagship and follow-up studies. Replace the timestamp placeholders with the run directories created by the prior command.
pip install -e .
pip install -e .[dev]
stresslab batch examples/campaigns/flagship_universal_collapse_study.yml --output-dir runs/flagship_universal_collapse_workspace
stresslab theory runs/flagship_universal_collapse_workspace --output-dir runs/flagship_universal_collapse_theory
stresslab research runs/flagship_universal_collapse_workspace --theory-dir runs/flagship_universal_collapse_theory/<theory_run_dir> --output-dir runs/flagship_universal_collapse_research
stresslab batch examples/campaigns/flagship_healthcare_case_study.yml --output-dir runs/flagship_healthcare_case_workspace
python scripts/build_flagship_study_package.py --workspace runs/flagship_universal_collapse_workspace/<batch_run_dir> --theory-dir runs/flagship_universal_collapse_theory/<theory_run_dir> --research-dir runs/flagship_universal_collapse_research/<research_run_dir> --case-dir runs/flagship_healthcare_case_workspace/<case_batch_run_dir> --output-dir artifacts/flagship_universal_collapse_study --manifest examples/campaigns/flagship_universal_collapse_study.yml --case-manifest examples/campaigns/flagship_healthcare_case_study.yml
python scripts/build_followup_controlled_specs.py --output-root generated/followup_controlled_threshold_study
stresslab batch examples/campaigns/followup_controlled_threshold_study.yml --output-dir runs/followup_controlled_threshold_workspace
stresslab theory runs/followup_controlled_threshold_workspace --output-dir runs/followup_controlled_threshold_theory
stresslab research runs/followup_controlled_threshold_workspace --theory-dir runs/followup_controlled_threshold_theory/<theory_run_dir> --output-dir runs/followup_controlled_threshold_research
python scripts/build_followup_controlled_package.py --workspace runs/followup_controlled_threshold_workspace/<batch_run_dir> --theory-dir runs/followup_controlled_threshold_theory/<theory_run_dir> --research-dir runs/followup_controlled_threshold_research/<research_run_dir> --spec-root generated/followup_controlled_threshold_study --output-dir artifacts/followup_controlled_threshold_study --manifest examples/campaigns/followup_controlled_threshold_study.yml
python scripts/build_static_demo_package.py
This command rebuilds the fully static demo library under docs/assets/static_demo/. The page at
demo.html then works without a Python backend by snapping slider settings to the nearest
precomputed scenario.
The flagship study produces the cross-domain threshold result. The controlled follow-up sharpens the claim about coupling. The public narrative package then curates the strongest figures and summaries into a single presentation layer.