You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/porting/review-queue.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,16 @@ Items Claude has finished implementing, awaiting human gates. Top of the list =
9
9
10
10
Each item is a one-line description and the steps to verify it in-game (read the diff for the code). Claude appends; user removes items as they're reviewed → tested → committed. Oldest first.
11
11
12
+
## Teams & diplomacy (slice 7) — add / remove / update teams, alliances, player assignment — *review*
13
+
14
+
`just test-integration teams` → team integration tests pass. In-editor:
15
+
16
+
1. Add a team with a visible color/name and confirm it appears in the players window.
17
+
2. Update that team's color/name and confirm the UI and engine state follow it.
18
+
3. Toggle diplomacy between two allyteams and confirm the alliance state changes.
19
+
4. Move a player to another team if a test player is available.
20
+
5.**Ctrl+Z / Ctrl+Y** each change — undo restores, redo re-applies.
21
+
12
22
## Objects (slice 5) — units, features & areas add / remove / move / set-param — *review*
0 commit comments