Some checks failed
ci / check (push) Failing after 4s
The note channel closed at the moment it is worth most — a player who has just seen the outcome is the one with something to say, and that reading was collectable at every moment of the game except the one after it. Two independent defects: doc::ending never rendered the box, and serve_end had no POST /note arm, so even a hand-built post fell through to 404. Fixing either alone leaves the channel shut, so the test asserts both and is mutation-proven to fail on each half separately. A post-game note binds to the final position but is not an observation made at the last decision point. RoundStep::End is the last step of a ROUND, not the end of the game, so record_note now takes the step as an argument and the post-game path passes "after the end" — otherwise an after-the-fact reading is filed as an in-play one, which is the wrong-subject family ADR-0018 was written for. A note does not end the session: every other POST in that loop breaks it, and a player must be able to write a second one and then still play again. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
145 lines
2.2 KiB
YAML
145 lines
2.2 KiB
YAML
scenario: ground/cb-play-session
|
|
description: recorded by cb-play (CB-WP-0008 T02)
|
|
covers: []
|
|
provisional: false
|
|
provisional_owner: ''
|
|
provisional_raised: ''
|
|
ruled: ''
|
|
ruled_by: ''
|
|
ruled_note: ''
|
|
encodes_u_item: ''
|
|
seed: 4
|
|
setup:
|
|
players: 3
|
|
preset: standard-3p
|
|
patch: {}
|
|
commands:
|
|
- actor: P1
|
|
cmd: select_action
|
|
args:
|
|
action: INVESTIGATE
|
|
problem: 2
|
|
- actor: P2
|
|
cmd: select_action
|
|
args:
|
|
action: SOLVE
|
|
problem: 1
|
|
- actor: P3
|
|
cmd: select_action
|
|
args:
|
|
action: INVESTIGATE
|
|
problem: 2
|
|
- actor: SYSTEM
|
|
cmd: reveal
|
|
args: {}
|
|
- actor: SYSTEM
|
|
cmd: resolve
|
|
args: {}
|
|
- actor: SYSTEM
|
|
cmd: end_round
|
|
args: {}
|
|
- actor: P1
|
|
cmd: select_action
|
|
args:
|
|
action: INVESTIGATE
|
|
problem: 3
|
|
- actor: P2
|
|
cmd: select_action
|
|
args:
|
|
action: INVESTIGATE
|
|
problem: 3
|
|
- actor: P3
|
|
cmd: select_action
|
|
args:
|
|
action: SOLVE
|
|
problem: 2
|
|
- actor: SYSTEM
|
|
cmd: reveal
|
|
args: {}
|
|
- actor: SYSTEM
|
|
cmd: resolve
|
|
args: {}
|
|
- actor: SYSTEM
|
|
cmd: end_round
|
|
args: {}
|
|
- actor: P1
|
|
cmd: select_action
|
|
args:
|
|
action: SOLVE
|
|
problem: 3
|
|
- actor: P2
|
|
cmd: select_action
|
|
args:
|
|
action: SOLVE
|
|
problem: 3
|
|
- actor: P3
|
|
cmd: select_action
|
|
args:
|
|
action: SOLVE
|
|
problem: 3
|
|
- actor: SYSTEM
|
|
cmd: reveal
|
|
args: {}
|
|
- actor: SYSTEM
|
|
cmd: resolve
|
|
args: {}
|
|
- actor: SYSTEM
|
|
cmd: end_round
|
|
args: {}
|
|
- actor: P1
|
|
cmd: select_action
|
|
args:
|
|
action: INVESTIGATE
|
|
problem: 4
|
|
- actor: P2
|
|
cmd: select_action
|
|
args:
|
|
action: INVESTIGATE
|
|
problem: 4
|
|
- actor: P3
|
|
cmd: select_action
|
|
args:
|
|
action: INVESTIGATE
|
|
problem: 4
|
|
- actor: SYSTEM
|
|
cmd: reveal
|
|
args: {}
|
|
- actor: SYSTEM
|
|
cmd: resolve
|
|
args: {}
|
|
- actor: SYSTEM
|
|
cmd: end_round
|
|
args: {}
|
|
- actor: P1
|
|
cmd: select_action
|
|
args:
|
|
action: SOLVE
|
|
problem: 4
|
|
- actor: P2
|
|
cmd: select_action
|
|
args:
|
|
action: SOLVE
|
|
problem: 4
|
|
- actor: P3
|
|
cmd: select_action
|
|
args:
|
|
action: SUPPORT
|
|
target: P1
|
|
- actor: SYSTEM
|
|
cmd: reveal
|
|
args: {}
|
|
- actor: P1
|
|
cmd: respond_to_support
|
|
args:
|
|
response: accept_bond
|
|
- actor: SYSTEM
|
|
cmd: resolve
|
|
args: {}
|
|
- actor: SYSTEM
|
|
cmd: end_round
|
|
args: {}
|
|
expect:
|
|
events: []
|
|
state: {}
|
|
rejects: []
|
|
state_hash: ba880bbda3730915e6a8dc268b0ad63f848b5ac3e53a21ca6e99d17c33c6527a
|