Chessistics/Scripts/UI
Samuel Bouchet f86b9abecd Add file-IPC automation harness for autonomous game testing
Launching Godot with --automation=<dir> activates an AutomationHarness
node that polls <dir>/inbox/ for JSON command files, executes them via
a thin facade over existing public surfaces (GameSim, InputMapper,
EventAnimator, ControlBar, PieceStockPanel), and writes results plus
screenshots back to disk. The black-box simulation boundary is not
crossed — every command routes through the same signals/methods a real
player would trigger.

A stdlib-only Python helper (tools/automation/harness.py) wraps the
protocol for test scripts and interactive REPLs. Smoke test passes
end-to-end: load mission, place a piece, step 10 turns, capture 14
1280x720 PNGs, handle rejections, quit cleanly. Existing 102 engine
unit tests still green.
2026-04-16 22:34:56 +02:00
..
ControlBar.cs Snapshot campaign system progress before automation harness 2026-04-16 21:22:49 +02:00
ControlBar.cs.uid Add technical files 2026-04-10 17:14:09 +02:00
DetailPanel.cs Phase 5: Dame (Queen) piece and network levels 7-8 2026-04-10 23:24:14 +02:00
DetailPanel.cs.uid Add technical files 2026-04-10 17:14:09 +02:00
FlavorBanner.cs Snapshot campaign system progress before automation harness 2026-04-16 21:22:49 +02:00
FlavorBanner.cs.uid Snapshot campaign system progress before automation harness 2026-04-16 21:22:49 +02:00
LevelSelectScreen.cs Snapshot campaign system progress before automation harness 2026-04-16 21:22:49 +02:00
LevelSelectScreen.cs.uid Add technical files 2026-04-10 17:14:09 +02:00
MetricsOverlay.cs Snapshot campaign system progress before automation harness 2026-04-16 21:22:49 +02:00
MetricsOverlay.cs.uid Add technical files 2026-04-10 17:14:09 +02:00
ObjectivePanel.cs Snapshot campaign system progress before automation harness 2026-04-16 21:22:49 +02:00
ObjectivePanel.cs.uid Add technical files 2026-04-10 17:14:09 +02:00
PieceStockPanel.cs Add file-IPC automation harness for autonomous game testing 2026-04-16 22:34:56 +02:00
PieceStockPanel.cs.uid Add technical files 2026-04-10 17:14:09 +02:00