feat: expose rigged animated records to CoS avatars - #6103
Merged
Conversation
Rigged + animated image-to-3D records are selectable through the avatar variant namespace (rigged-<modelId>, same traversal guard), listed with server-computed clip coverage, offered in the CoS avatar-style selector, and played back with a deterministic present-clip fallback for uncovered states. Eidoverse player-model wiring stays open: no GLB player surface exists on main (human/cos avatars are VRM-typed for the external host).
atomantic
force-pushed
the
claim/issue-5894
branch
from
September 3, 2026 19:08
09105e2 to
0bfa29f
Compare
… landed A recent main commit split the rating button's text into a label span plus a visible hint span, which made the button's accessible name the full label+hint string instead of just the label — breaking SongBookViewer.test.jsx's 'Solid' button lookup and, with it, CI on this branch. Pin the accessible name back to the label via aria-label.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
rigged-<modelId>), reusing the existing strict variant traversal guard.ConfigTab).Closes #5894. Depends on #5753 and #5893, both already merged.
Test plan
cd server && npm test— full suite passes (one unrelated pre-existing timeout flake inservices/sprites/atlas.test.js, confirmed unrelated to this branch's files and reproducible against main).cd client && npm test— full suite passes; under this run's concurrent machine load a handful of unrelated tests (QuotaBurn, loadingSkeletons, TaskAddForm, PostDrillConfig) hit transient 5s timeouts, none touching files this branch changed.ChiefOfStaff.test.jsx,useAvatarCapabilities.test.jsx,MiniCharacterCoSAvatar.test.jsx,ConfigTab.test.jsx) — 67/67 passing.