refactor(client): rename test_protocol_v6.gd to test_protocol_bridge.gd

Version numbers in test filenames go stale every sprint. The file tests
bridge protocol features (stance, inventory, fixtures) not a specific
protocol version.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-16 01:33:53 +01:00
co-authored by Claude Opus 4.6
parent 6d6b59c17b
commit be168d59ef
@@ -1,8 +1,9 @@
## D-030 Layer 1: Protocol v6 tests for ObserverSnapshot bridge upgrade (#449).
## D-030 Layer 1: Protocol bridge tests for ObserverSnapshot features.
## Validates player_stance (D-053) and player_inventory (D-065) decode,
## GameState storage, SimBridge test mode, and input encoding for stance toggles.
## GameState storage, SimBridge test mode, input encoding for stance toggles,
## protocol version checks, and fixture round-trips.
## Spec refs: D-053, D-065, D-020, #449
class_name TestProtocolV6
class_name TestProtocolBridge
extends GdUnitTestSuite
const FIXTURE_DIR = "res://tests/fixtures/msgpack/"