|
|
|
|
@ -41,5 +41,7 @@ NEO-31 adds the prototype `POST /game/players/{id}/ability-cast` route, client d
|
|
|
|
|
|
|
|
|
|
- `dotnet test server/NeonSprawl.Server.Tests/NeonSprawl.Server.Tests.csproj` — passed: 86 tests.
|
|
|
|
|
- `git diff --check origin/main...HEAD && git diff --check` — passed.
|
|
|
|
|
- Cursor lints checked for the touched C# and GDScript files — no linter errors reported.
|
|
|
|
|
- Not run: GdUnit client suite or Bruno collection. Run `godot --headless --path client -s res://addons/gdUnit4/bin/GdUnitCmdTool.gd --ignoreHeadlessMode -a res://test/ability_cast_client_test.gd` and the NEO-31 Bruno/manual checklist before merge.
|
|
|
|
|
- `godot --headless --path client -s res://addons/gdUnit4/bin/GdUnitCmdTool.gd --ignoreHeadlessMode -a res://test/ability_cast_client_test.gd` — passed: 4 tests.
|
|
|
|
|
- `godot --headless --path client -s res://addons/gdUnit4/bin/GdUnitCmdTool.gd --ignoreHeadlessMode -a res://test/hotbar_cast_slot_resolver_test.gd` — passed: 6 tests.
|
|
|
|
|
- Cursor lints checked for the touched C#, GDScript, and docs files — no linter errors reported.
|
|
|
|
|
- Not run: Bruno collection / manual checklist `docs/manual-qa/NEO-31.md`.
|
|
|
|
|
|