INSTALL.md
LICENSE
MANIFEST.in
README.md
RELEASE.md
pyproject.toml
setup.py
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/errors.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/.claude-plugin/plugin.json
claude_pet_companion/achievements/__init__.py
claude_pet_companion/agents/pet-companion.md
claude_pet_companion/audio/__init__.py
claude_pet_companion/customization/__init__.py
claude_pet_companion/daemon/__init__.py
claude_pet_companion/daemon/daemon_manager.py
claude_pet_companion/daemon/single_instance.py
claude_pet_companion/hooks/hooks.json
claude_pet_companion/ipc/__init__.py
claude_pet_companion/ipc/client.py
claude_pet_companion/ipc/protocol.py
claude_pet_companion/ipc/server.py
claude_pet_companion/items/__init__.py
claude_pet_companion/items/evolution_items.py
claude_pet_companion/memories/__init__.py
claude_pet_companion/memories/context_builder.py
claude_pet_companion/memories/conversation.py
claude_pet_companion/memories/conversation_store.py
claude_pet_companion/memories/search.py
claude_pet_companion/minigames/__init__.py
claude_pet_companion/render/__init__.py
claude_pet_companion/render/animation_library.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
claude_pet_companion/scripts/activity_tracker.py
claude_pet_companion/scripts/launch_panel.py
claude_pet_companion/scripts/productivity_dashboard.py
claude_pet_companion/scripts/update_state.py
claude_pet_companion/skills/pet_continue.md
claude_pet_companion/skills/pet_feed.md
claude_pet_companion/skills/pet_play.md
claude_pet_companion/skills/pet_restore.md
claude_pet_companion/skills/pet_sleep.md
claude_pet_companion/skills/pet_status.md
claude_pet_companion/skills/conversation/continue.md
claude_pet_companion/skills/conversation/restore.md
claude_pet_companion/skills/emotion-tracker/SKILL.md
claude_pet_companion/skills/emotion-tracker/scripts/activity_monitor.py
claude_pet_companion/skills/emotion-tracker/scripts/emotion_calculator.py
claude_pet_companion/skills/emotion-tracker/scripts/__pycache__/activity_monitor.cpython-313.pyc
claude_pet_companion/skills/emotion-tracker/scripts/__pycache__/emotion_calculator.cpython-313.pyc
claude_pet_companion/skills/pet-commands/feed.md
claude_pet_companion/skills/pet-commands/play.md
claude_pet_companion/skills/pet-commands/sleep.md
claude_pet_companion/skills/pet-commands/status.md
claude_pet_companion/skills/pet-core/SKILL.md
claude_pet_companion/skills/pet-core/scripts/achievements.py
claude_pet_companion/skills/pet-core/scripts/evolution.py
claude_pet_companion/skills/pet-core/scripts/pet_state.py
claude_pet_companion/skills/pet-core/scripts/stats_manager.py
claude_pet_companion/skills/pet-core/scripts/xp_system.py
claude_pet_companion/skills/pet-core/scripts/__pycache__/achievements.cpython-313.pyc
claude_pet_companion/skills/pet-core/scripts/__pycache__/evolution.cpython-313.pyc
claude_pet_companion/skills/pet-core/scripts/__pycache__/pet_state.cpython-313.pyc
claude_pet_companion/skills/pet-core/scripts/__pycache__/stats_manager.cpython-313.pyc
claude_pet_companion/skills/pet-core/scripts/__pycache__/xp_system.cpython-313.pyc
claude_pet_companion/webview/index.html
claude_pet_companion/webview/assets/sprites/base_pet.json
claude_pet_companion/webview/css/history.css
claude_pet_companion/webview/css/pixel-art.css
claude_pet_companion/webview/css/ui.css
claude_pet_companion/webview/js/animation-loop.js
claude_pet_companion/webview/js/conversation-view.js
claude_pet_companion/webview/js/drag-handler.js
claude_pet_companion/webview/js/history-view.js
claude_pet_companion/webview/js/interaction.js
claude_pet_companion/webview/js/ipc-client.js
claude_pet_companion/webview/js/main.js
claude_pet_companion/webview/js/pet-renderer.js
claude_pet_companion/webview/js/sprite-manager.js
claude_pet_companion/webview/js/vscode-bridge.js
tests/test_install.py
tests/test_pet_state.py