LICENSE
MANIFEST.in
README.md
pyproject.toml
src/mythril_agent_bgm/__init__.py
src/mythril_agent_bgm/cli.py
src/mythril_agent_bgm/config.json
src/mythril_agent_bgm.egg-info/PKG-INFO
src/mythril_agent_bgm.egg-info/SOURCES.txt
src/mythril_agent_bgm.egg-info/dependency_links.txt
src/mythril_agent_bgm.egg-info/entry_points.txt
src/mythril_agent_bgm.egg-info/requires.txt
src/mythril_agent_bgm.egg-info/top_level.txt
src/mythril_agent_bgm/commands/__init__.py
src/mythril_agent_bgm/commands/disable.py
src/mythril_agent_bgm/commands/enable.py
src/mythril_agent_bgm/commands/play.py
src/mythril_agent_bgm/commands/select.py
src/mythril_agent_bgm/commands/setup.py
src/mythril_agent_bgm/commands/stop.py
src/mythril_agent_bgm/commands/toggle.py
src/mythril_agent_bgm/commands/integrations/__init__.py
src/mythril_agent_bgm/commands/integrations/claude.py
src/mythril_agent_bgm/commands/integrations/copilot.py
src/mythril_agent_bgm/commands/integrations/cursor_agent.py
src/mythril_agent_bgm/commands/integrations/gemini.py
src/mythril_agent_bgm/commands/integrations/mimo.py
src/mythril_agent_bgm/commands/integrations/opencode.py
src/mythril_agent_bgm/commands/integrations/registry.py
src/mythril_agent_bgm/sounds/default_battle_a.mp3
src/mythril_agent_bgm/sounds/default_battle_b.mp3
src/mythril_agent_bgm/sounds/default_battle_c.mp3
src/mythril_agent_bgm/sounds/default_boss.mp3
src/mythril_agent_bgm/sounds/default_castle.mp3
src/mythril_agent_bgm/sounds/default_congratulations.mp3
src/mythril_agent_bgm/sounds/default_desert.mp3
src/mythril_agent_bgm/sounds/default_forest.mp3
src/mythril_agent_bgm/sounds/default_gameover.mp3
src/mythril_agent_bgm/sounds/default_lastboss_a.mp3
src/mythril_agent_bgm/sounds/default_lastboss_b.mp3
src/mythril_agent_bgm/sounds/default_medley.mp3
src/mythril_agent_bgm/sounds/default_mountain.mp3
src/mythril_agent_bgm/sounds/default_pause.mp3
src/mythril_agent_bgm/sounds/default_snow.mp3
src/mythril_agent_bgm/sounds/default_village.mp3
src/mythril_agent_bgm/utils/__init__.py
src/mythril_agent_bgm/utils/colors.py
src/mythril_agent_bgm/utils/common.py
src/mythril_agent_bgm/utils/logger.py
src/mythril_agent_bgm/utils/platform_utils.py
src/mythril_agent_bgm/utils/process.py
tests/test_windows_compat.py