PR1400 repair state
Current head: 97e4c76.
Resolved:
- np.fromiter removed from _swing_energy_trajectory.
- Dense-formula equivalence test added.
- PR Gate python-quality is green.
- Mutation Kill workflow now uploads mutation-kill-diagnostics artifacts.
New hard evidence from mutation-kill-diagnostics artifact:
- exit_code.txt: 2
- stderr.log: empty
- stdout.log: ERROR: could not establish baseline for core/kuramoto/second_order.py (probe exit 2); cannot verify floor.
Meaning:
- Current Mutation Kill red is not yet a survivor-floor failure.
- The blocker is earlier: mutation_probe cannot establish the baseline passing state for core/kuramoto/second_order.py under the enrolled tests.
- Next repair target is the baseline selector/test runtime, not mutation-floor tuning.
Still active:
- Mutation Kill Gate: red at baseline establishment / probe exit 2.
- PR Gate: fast deterministic pytest gate red; python-fast-shard (3) and (4) remain failing after reruns.
Forbidden:
- no ready;
- no merge;
- no baseline edit;
- no mutation floor edit;
- no blind quarantine;
- no fake-green.
Required next step:
Run the exact enrolled tests locally/Codex first:
python -m pytest tests/unit/physics/test_T18b_second_order_stability_guard.py tests/unit/physics/test_second_order_stability_audit.py -q
Then run:
python tools/mutation_probe.py core/kuramoto/second_order.py --tests tests/unit/physics/test_T18b_second_order_stability_guard.py tests/unit/physics/test_second_order_stability_audit.py --only-logic --fail-under 0.76 --json tmp/second_order_mutation_probe.json
Patch only the exact baseline failure. Do not edit floors or baselines.
PR1400 repair state
Current head: 97e4c76.
Resolved:
New hard evidence from mutation-kill-diagnostics artifact:
Meaning:
Still active:
Forbidden:
Required next step:
Run the exact enrolled tests locally/Codex first:
python -m pytest tests/unit/physics/test_T18b_second_order_stability_guard.py tests/unit/physics/test_second_order_stability_audit.py -q
Then run:
python tools/mutation_probe.py core/kuramoto/second_order.py --tests tests/unit/physics/test_T18b_second_order_stability_guard.py tests/unit/physics/test_second_order_stability_audit.py --only-logic --fail-under 0.76 --json tmp/second_order_mutation_probe.json
Patch only the exact baseline failure. Do not edit floors or baselines.