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/config_validator.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/ai/behavior_tree.py
claude_pet_companion/ai/emotion_engine.py
claude_pet_companion/ai/memory_system.py
claude_pet_companion/ai/personality.py
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/errors/__init__.py
claude_pet_companion/errors/auto_save.py
claude_pet_companion/errors/crash_handler.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/minigames/gacha.py
claude_pet_companion/minigames/racing.py
claude_pet_companion/minigames/rhythm.py
claude_pet_companion/minigames/rock_paper_scissors.py
claude_pet_companion/multi_pet/__init__.py
claude_pet_companion/multi_pet/breeding.py
claude_pet_companion/multi_pet/farm.py
claude_pet_companion/multi_pet/trading.py
claude_pet_companion/performance/__init__.py
claude_pet_companion/performance/cache.py
claude_pet_companion/performance/lazy_loader.py
claude_pet_companion/performance/profiler.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/materials.py
claude_pet_companion/render/opengl_renderer.py
claude_pet_companion/render/particles_v2.py
claude_pet_companion/render/physics.py
claude_pet_companion/render/renderer_3d.py
claude_pet_companion/render/skeleton.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/security/__init__.py
claude_pet_companion/security/ipc_middleware.py
claude_pet_companion/security/safe_eval.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/social/__init__.py
claude_pet_companion/social/arena.py
claude_pet_companion/social/friends.py
claude_pet_companion/social/leaderboard.py
claude_pet_companion/ui/animations.py
claude_pet_companion/ui/components.py
claude_pet_companion/ui/glass_panel.py
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_ai_behavior.py
tests/test_animation_system.py
tests/test_install.py
tests/test_ipc_security.py
tests/test_minigames.py
tests/test_multi_pet.py
tests/test_particle_system.py
tests/test_performance.py
tests/test_pet_state.py
tests/test_safe_eval.py
tests/test_social.py