-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgame.json
More file actions
16 lines (16 loc) · 975 Bytes
/
game.json
File metadata and controls
16 lines (16 loc) · 975 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"enabled": true,
"name": "chess-coordinates-demo",
"publicContext": "Scenario mode active: chess with a shared runtime tool. A plays White and B plays Black. The shared scenario engine is the authoritative source of board state, legality, and terminal outcome.",
"runtimeRules": {
"engine": "chess-v1",
"options": {
"white": "A",
"black": "B"
}
},
"outcome": {
"event": "scenario.result",
"prompt": "You are evaluating a chess-coordinates swarm run from the event transcript. Judge whether A and B alternated turns cleanly using chess notation and the shared scenario engine enforced legal state transitions. Return JSON only with this shape: {\"winner\":\"A|B|null\",\"summary\":\"short summary of the game state or exchange\",\"bestContributor\":\"A|B|null\",\"specializationWorked\":true|false,\"finalAnswerProduced\":true|false,\"rationale\":\"short explanation\"}. Use winner null if no single bot clearly stood out."
}
}