fix(velocity): use dmg package namespace

This commit is contained in:
dmg
2026-08-01 14:52:48 -04:00
parent fa5346458a
commit 326cc60688
8 changed files with 10 additions and 9 deletions
+2 -2
View File
@@ -3,7 +3,7 @@ type: User Story
title: Enforce registration at the Velocity proxy
description: Online-mode Java connections are admitted only after a fail-closed account-manager decision.
tags: [minecraft, velocity, whitelist, security]
timestamp: 2026-08-01T18:43:58Z
timestamp: 2026-08-01T18:52:20Z
story_id: US-009
status: verified
---
@@ -34,7 +34,7 @@ As a registered player, I want the Velocity proxy to recognize my approved Java
# Validation
- [`plugins/velocity/src/test/java/games/twentyfaces/accountmanager/AccountManagerClientTest.java`](../plugins/velocity/src/test/java/games/twentyfaces/accountmanager/AccountManagerClientTest.java)
- [`plugins/velocity/src/test/java/games/dmg/accountmanager/AccountManagerClientTest.java`](../plugins/velocity/src/test/java/games/dmg/accountmanager/AccountManagerClientTest.java)
- Shared request and response contracts are covered by [`packages/contracts/test/contracts.test.ts`](../packages/contracts/test/contracts.test.ts).
# Related Stories