NEO-31: Bruno collection metadata, cast script UIDs, review verification notes

pull/56/head
VinPropane 2026-04-27 20:50:53 -04:00
parent 18e55f717a
commit 479d1e1806
6 changed files with 15 additions and 2 deletions

View File

@ -0,0 +1,3 @@
meta {
name: ability-cast
}

View File

@ -0,0 +1,3 @@
meta {
name: Neon Sprawl Server
}

View File

@ -0,0 +1,3 @@
meta {
name: core
}

View File

@ -0,0 +1 @@
uid://bppqfpl3vskik

View File

@ -0,0 +1 @@
uid://cpalxhytjdxpg

View File

@ -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`.