Release Healer Man 0.1.6

This commit is contained in:
phenom
2026-08-20 14:05:50 -04:00
parent 55cfd43d66
commit b12fb84859
96 changed files with 10874 additions and 609 deletions
+30
View File
@@ -1421,3 +1421,33 @@ Vite's existing large-chunk advisory remains informational.
- Verification: 38 focused party/pathing/jump/animation tests passed, all 28
avatar tests passed, and `npm run build` completed successfully with 954
modules transformed. The existing large-chunk advisory remains informational.
# 2026-08-20 — shared online dungeon session with AI fill
- Ran two signed-in production clients against the local account server on
separate browser origins. **SharedLeader / Bulwarka** invited
**SharedMember / Mendara**; the accepted group roster showed both selected
characters and their Tank and Healer roles as ready.
- The leader launched Wailing Caverns with **Fill open slots with AI** enabled.
Both clients automatically entered the same activity, each rendered the
other player through the normal equipped `CharacterModel` path, and each
showed a live, targetable remote party frame. Three AI companions filled the
remaining slots, producing the expected five-member party on both clients.
- The reciprocal scene captures showed Bulwarka and Mendara at the same shared
dungeon position with matching environment, objective, AI roster, mob state,
and remote role labels. The leader client continued encounter simulation;
the member client received the synchronized mob and AI state without running
a second competing world simulation.
- From the member client, selected Bulwarka's online party frame and completed
a Lesser Heal cast. The member's mana/resource change propagated to the
leader client and both clients retained the same live remote health state.
Enemy combat and AI resource/health changes also continued to propagate while
the two clients remained connected.
- Evidence reviewed during the browser run: invitation/group roster DOM,
coordinated-launch DOM from both clients, reciprocal full-window dungeon
captures, and before/cast-complete remote-healing DOM snapshots. No missing
character-body or equipment fallback appeared in either dungeon capture.
- Verification: server/API tests passed all 11 cases, the complete Vitest suite
passed all 755 cases across 132 files (including the 28 avatar cases), and the
TypeScript production build completed successfully with 983 modules
transformed. The existing large-chunk advisory remains informational.