Skip to content

Harden core mechanics with live playtest and quarantine coverage - #9

Merged
devteapot merged 3 commits into
mainfrom
hardening/core-mechanics-and-playtest
Aug 7, 2026
Merged

Harden core mechanics with live playtest and quarantine coverage#9
devteapot merged 3 commits into
mainfrom
hardening/core-mechanics-and-playtest

Conversation

@devteapot

Copy link
Copy Markdown
Owner

Summary

  • Hardens hex-core / match simulation (quarantine-on-attributable-fault, conservation, fronts, watermarks) and ships an automated cluster-controls playtest with S1–S6 all PASS on an isolated DB.
  • Fixes flaky AttackClusters packet accounting in match-e2e by waiting for a coherent same-step SDK snapshot (stale order row vs fresh packets caused the 80-in-transit / 69-packet mismatch).
  • Adds a production-gated live quarantine harness (enable_debug_harness + debug_break_order_conservation, private DebugHarness row never set by production publish) via ./scripts/run-quarantine-harness.sh.

Test plan

  • cargo fmt --all -- --check
  • cargo test --workspace --all-features
  • cargo test --manifest-path modules/match/Cargo.toml
  • spacetime build --module-path modules/match
  • ./scripts/run-automated-playtest.sh on of-match-e2e-auto — S1–S6 PASS, 0 invariant violations
  • match-e2e smoke on isolated of-match-e2e-smoke — PASS
  • ./scripts/run-quarantine-harness.sh on of-match-e2e-quarantine — Quarantined + strength conserved + ticks continue
  • Do not run against of-match-dev

Close the leftover campaign gaps: stage S1–S4 so automated cluster-control
asserts can fully PASS, fix AttackClusters packet accounting coherence in
match-e2e, and add a debug-harness-gated live quarantine tick path.
@devteapot
devteapot force-pushed the hardening/core-mechanics-and-playtest branch from b061fff to ce10f3e Compare August 7, 2026 21:41
@devteapot
devteapot merged commit e279a1f into main Aug 7, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant