docs: mark jajce runtime integration complete

This commit is contained in:
2026-07-05 18:18:08 +02:00
parent 5851c0362a
commit f12fb6ad78
5 changed files with 40 additions and 31 deletions
+4 -4
View File
@@ -2,13 +2,13 @@
- **Captured:** 2026-07-04
- **Scene:** `res://main.tscn`
- **Automated check:** `res://tests/flat_map_baseline_test.gd`
- **Current contract check:** `res://tests/jajce_runtime_integration_test.gd`
- **Companion resource test:** `res://tests/resource_node_player_parity_test.gd`
## Contract
The flat prototype remains the regression reference while `JajceWorld` is
developed separately.
The captured flat prototype remains the historical behavior reference. The
same contract now runs against the integrated `JajceWorld` runtime.
The automated baseline verifies:
@@ -29,7 +29,7 @@ The companion player-parity scenario verifies:
```powershell
& "C:\Program Files (x86)\Godot\Godot_v4.5.1-stable_win64_console.exe" `
--headless --path . --script res://tests/flat_map_baseline_test.gd
--headless --path . --script res://tests/jajce_runtime_integration_test.gd
& "C:\Program Files (x86)\Godot\Godot_v4.5.1-stable_win64_console.exe" `
--headless --path . --script res://tests/resource_node_player_parity_test.gd