Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .changeset/leaderboard-publishing-gate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
"kit": patch
---

shellcade-kit: make the leaderboard requirement an opt-in publishing gate
(`shellcade-kit check --require-leaderboard`) instead of a generic conformance
verdict.

The behavioral "posts on leave" verdict false-failed correct round-based games
(a mid-play leave is recorded at round settlement, not on the leave callback),
and a static "must declare a board" check inside generic conformance
false-fails the minimal test fixtures that declare no board. The kit module
itself is unchanged; this rides a kit patch bump so the shellcade-kit binary
re-releases in lockstep.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ on:
# The kit-pin job below fails CI when this pin falls behind the newest
# published binary release, so drift can't accumulate silently again.
env:
SHELLCADE_KIT_VERSION: "2.9.0"
SHELLCADE_KIT_SHA256: "9db05e285fb0d9ea41c1f2e772d1658814d9048bc9bee0e18e89d3b2a2be203d"
SHELLCADE_KIT_VERSION: "2.11.0"
SHELLCADE_KIT_SHA256: "ab459f4a08cef74b2c6bf709a35b07b75f1113ad7af4450250443e62ddb15eee"

jobs:
# Toolchain pin lockstep: the SHELLCADE_KIT_VERSION pin above is a manual
Expand Down
Loading