From 479d1e18064d4ae9947c791da448218cf4491f7b Mon Sep 17 00:00:00 2001 From: VinPropane Date: Mon, 27 Apr 2026 20:50:53 -0400 Subject: [PATCH] NEO-31: Bruno collection metadata, cast script UIDs, review verification notes --- bruno/neon-sprawl-server/ability-cast/folder.bru | 3 +++ bruno/neon-sprawl-server/collection.bru | 3 +++ bruno/neon-sprawl-server/core/folder.bru | 3 +++ client/scripts/ability_cast_client.gd.uid | 1 + client/test/ability_cast_client_test.gd.uid | 1 + docs/reviews/2026-04-27-NEO-31.md | 6 ++++-- 6 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 bruno/neon-sprawl-server/ability-cast/folder.bru create mode 100644 bruno/neon-sprawl-server/collection.bru create mode 100644 bruno/neon-sprawl-server/core/folder.bru create mode 100644 client/scripts/ability_cast_client.gd.uid create mode 100644 client/test/ability_cast_client_test.gd.uid diff --git a/bruno/neon-sprawl-server/ability-cast/folder.bru b/bruno/neon-sprawl-server/ability-cast/folder.bru new file mode 100644 index 0000000..59b3b47 --- /dev/null +++ b/bruno/neon-sprawl-server/ability-cast/folder.bru @@ -0,0 +1,3 @@ +meta { + name: ability-cast +} diff --git a/bruno/neon-sprawl-server/collection.bru b/bruno/neon-sprawl-server/collection.bru new file mode 100644 index 0000000..1ea72f1 --- /dev/null +++ b/bruno/neon-sprawl-server/collection.bru @@ -0,0 +1,3 @@ +meta { + name: Neon Sprawl Server +} diff --git a/bruno/neon-sprawl-server/core/folder.bru b/bruno/neon-sprawl-server/core/folder.bru new file mode 100644 index 0000000..4f3feb6 --- /dev/null +++ b/bruno/neon-sprawl-server/core/folder.bru @@ -0,0 +1,3 @@ +meta { + name: core +} diff --git a/client/scripts/ability_cast_client.gd.uid b/client/scripts/ability_cast_client.gd.uid new file mode 100644 index 0000000..a2e890e --- /dev/null +++ b/client/scripts/ability_cast_client.gd.uid @@ -0,0 +1 @@ +uid://bppqfpl3vskik diff --git a/client/test/ability_cast_client_test.gd.uid b/client/test/ability_cast_client_test.gd.uid new file mode 100644 index 0000000..cfd9163 --- /dev/null +++ b/client/test/ability_cast_client_test.gd.uid @@ -0,0 +1 @@ +uid://cpalxhytjdxpg diff --git a/docs/reviews/2026-04-27-NEO-31.md b/docs/reviews/2026-04-27-NEO-31.md index 83460a1..be488ed 100644 --- a/docs/reviews/2026-04-27-NEO-31.md +++ b/docs/reviews/2026-04-27-NEO-31.md @@ -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`.