INSTALL.md
LICENSE
MANIFEST.in
README.md
RELEASE.md
pyproject.toml
setup.py
.claude-plugin/plugin.json
agents/pet-companion.md
claude_pet_companion/__init__.py
claude_pet_companion/claude_pet_hd.py
claude_pet_companion/cli.py
claude_pet_companion/config.py
claude_pet_companion/themes.py
claude_pet_companion/webview.html
claude_pet_companion.egg-info/PKG-INFO
claude_pet_companion.egg-info/SOURCES.txt
claude_pet_companion.egg-info/dependency_links.txt
claude_pet_companion.egg-info/entry_points.txt
claude_pet_companion.egg-info/top_level.txt
claude_pet_companion/items/__init__.py
claude_pet_companion/items/evolution_items.py
claude_pet_companion/memories/__init__.py
claude_pet_companion/render/__init__.py
claude_pet_companion/render/animations.py
claude_pet_companion/render/body_parts.py
claude_pet_companion/render/evolution_paths.py
claude_pet_companion/render/evolution_stages.py
claude_pet_companion/render/lighting.py
claude_pet_companion/render/renderer_3d.py
data/achievements.json
data/default_state.json
data/evolution_paths.json
hooks/hooks.json
skills/emotion-tracker/SKILL.md
skills/emotion-tracker/scripts/activity_monitor.py
skills/emotion-tracker/scripts/emotion_calculator.py
skills/pet-commands/feed.md
skills/pet-commands/play.md
skills/pet-commands/sleep.md
skills/pet-commands/status.md
skills/pet-core/SKILL.md
skills/pet-core/scripts/achievements.py
skills/pet-core/scripts/evolution.py
skills/pet-core/scripts/pet_state.py
skills/pet-core/scripts/stats_manager.py
skills/pet-core/scripts/xp_system.py
webview/index.html
webview/assets/sprites/base_pet.json
webview/css/pixel-art.css
webview/css/ui.css
webview/js/animation-loop.js
webview/js/drag-handler.js
webview/js/interaction.js
webview/js/main.js
webview/js/pet-renderer.js
webview/js/sprite-manager.js
webview/js/vscode-bridge.js