ใ๐ English README docใ ใ๐ ็ฎไฝไธญๆ README ๆๆกฃใ
MikuStage is a fan-made pixel-art Codex pet based on the supplied Hatsune Miku character references. It preserves her long cyan-teal twin tails, headset, classic stage outfit, detached sleeves, boots, and visible 01 shoulder marking.
This is an unofficial personal project. Hatsune Miku and related character rights belong to their respective rights holders. The magenta preview background is a production chroma key; the packaged spritesheet is transparent.
- Codex Pets sprite format v2
- 8 columns by 11 rows with
192x208cells - Idle, right/left movement, waving, jumping, failed, waiting, working, and review animations
- 16 clockwise look directions
- Deterministic atlas, transparency, blind-direction, continuity, and visual QA artifacts
Run this command from the repository root:
$target = Join-Path $env:USERPROFILE '.codex\pets\mikustage'
New-Item -ItemType Directory -Force -Path $target | Out-Null
Copy-Item -Force 'pets\mikustage\pet.json', 'pets\mikustage\spritesheet.webp' -Destination $targetCopy the complete pets\mikustage directory to:
%USERPROFILE%\.codex\pets\mikustage
The installed directory must contain both files:
%USERPROFILE%\.codex\pets\mikustage\pet.json
%USERPROFILE%\.codex\pets\mikustage\spritesheet.webp
Open Settings > Pets, select Refresh, and choose MikuStage. Wake it with /pet or the Wake Pet command if needed. Custom pets are stored locally and do not automatically sync to the web app.
Close Codex and remove:
%USERPROFILE%\.codex\pets\mikustage
.
โโ .gitattributes
โโ .gitignore
โโ README.md
โโ README.zh-cn.md
โโ pets/
โ โโ mikustage/
โ โโ pet.json
โ โโ spritesheet.webp
โโ docs/
โโ assets/
โ โโ mikustage-canonical.png
โโ qa/
โโ chroma-despill-extended.json
โโ contact-sheet-extended.png
โโ direction-blind-pairs.png
โโ direction-blind-validation.json
โโ direction-blind-verdicts-1.json
โโ direction-blind-verdicts-2.json
โโ direction-blind-verdicts-3.json
โโ direction-blind-verdicts.json
โโ direction-semantics.json
โโ final-visual-qa.txt
โโ look-continuity.json
โโ look-directions.png
โโ look-mechanics.md
โโ previews/
โ โโ failed.gif
โ โโ idle.gif
โ โโ jumping.gif
โ โโ review.gif
โ โโ running-left.gif
โ โโ running-right.gif
โ โโ running.gif
โ โโ waiting.gif
โ โโ waving.gif
โโ repository-validation.json
โโ review.json
โโ standard-visual-qa.txt
โโ validation-extended.json
The tmp/ directory and .venv/ are intentionally excluded from version control. Keep API keys and relay configuration only under tmp/private/; never commit them.
The packaged WebP is RGBA, exactly 1536x2288, and declares spriteVersionNumber: 2. Deterministic v2 validation, chroma cleanup, three isolated blind-direction reviews, labeled direction semantics, continuity metrics, and final visual QA are retained under docs/qa/.
