LICENSE
README.md
pyproject.toml
setup.py
plugins/claude_code/__init__.py
plugins/claude_code/plugin.py
src/cli_tamagotchi/__init__.py
src/cli_tamagotchi/__main__.py
src/cli_tamagotchi/characters.py
src/cli_tamagotchi/cli.py
src/cli_tamagotchi/engine.py
src/cli_tamagotchi/graveyard.py
src/cli_tamagotchi/illnesses.py
src/cli_tamagotchi/models.py
src/cli_tamagotchi/render.py
src/cli_tamagotchi/storage.py
src/cli_tamagotchi.egg-info/PKG-INFO
src/cli_tamagotchi.egg-info/SOURCES.txt
src/cli_tamagotchi.egg-info/dependency_links.txt
src/cli_tamagotchi.egg-info/entry_points.txt
src/cli_tamagotchi.egg-info/requires.txt
src/cli_tamagotchi.egg-info/top_level.txt
src/cli_tamagotchi/plugins/__init__.py
src/cli_tamagotchi/plugins/base.py
src/cli_tamagotchi/plugins/hooks.py
src/cli_tamagotchi/plugins/manager.py
src/cli_tamagotchi/sprites/__init__.py
src/cli_tamagotchi/sprites/ascii.py
tests/test_cli_tamagotchi.py
tests/test_plugins.py