Replace the self-referential S07 code task with a pinned fastapi/fastapi GitHub scenario so the live Agent standard tests evaluate an external complex codebase instead of the local harness project.
Constraint: The user explicitly rejected using this project as the code target for the live scenario.
Rejected: Keeping swarm-minimal as the S07 code target | it would keep validating the harness against itself.
Confidence: high
Scope-risk: moderate
Directive: Keep S07 target files external to this repository unless the user explicitly asks for a local-harness scenario.
Tested: .venv/bin/python -u -B examples/run_standard_scenario_acceptance.py; .venv/bin/python -B -m unittest discover -s tests; .venv/bin/python -B -m py_compile swarm_minimal/*.py examples/*.py tests/*.py; .venv/bin/python -u -B examples/run_academic_standard_evaluation.py; git diff --check; docs secret-pattern scan.
Not-tested: Applying the proposed FastAPI patch inside the external fastapi/fastapi repository was not run; S07 is a live Agent reasoning and evidence-chain test.
Co-authored-by: OmX <omx@oh-my-codex.dev>