Mimi is a silver tabby American Shorthair companion for Codex. This repository keeps the original V1 pet and the extended V2 pet in separate, self-contained version directories.
Install the current version (V2):
./install.shChoose a version explicitly:
./install.sh --version v2
./install.sh --version v1You can also use the short positional form:
./install.sh v1Restart Codex after installing, then choose Mimi from custom pets.
Both packages use the pet ID mimi, so only one version is active at a time. Running the installer again switches the active installation without changing either version stored in this repository.
If CODEX_HOME is set, the installer writes to $CODEX_HOME/pets/mimi. Otherwise it writes to ~/.codex/pets/mimi.
| Version | Atlas | Manifest contract | Content |
|---|---|---|---|
| V2 (default) | 1536×2288, 8×11 | spriteVersionNumber: 2 |
Nine standard animation rows plus 16 clockwise look directions |
| V1 (legacy) | 1536×1872, 8×9 | No spriteVersionNumber |
Nine standard animation rows |
The repository layout is deliberately version-isolated:
versions/
v1/
pet/
qa/
source/
v2/
pet/
qa/
See V1 details and V2 details.
Both versions include:
idlerunning-rightrunning-leftwavingjumpingfailedwaitingrunningreview
V2 adds 16 look directions in 22.5-degree steps across atlas rows 9 and 10. 000 means looking up, followed clockwise through 337.5.
Replace <version> with v1 or v2:
mkdir -p ~/.codex/pets/mimi
cp versions/<version>/pet/pet.json \
versions/<version>/pet/spritesheet.webp \
~/.codex/pets/mimi/MIT. See LICENSE.
