LICENSE
MANIFEST.in
README.md
pyproject.toml
src/acmsg/__init__.py
src/acmsg/__main__.py
src/acmsg/constants.py
src/acmsg/exceptions.py
src/acmsg.egg-info/PKG-INFO
src/acmsg.egg-info/SOURCES.txt
src/acmsg.egg-info/dependency_links.txt
src/acmsg.egg-info/entry_points.txt
src/acmsg.egg-info/requires.txt
src/acmsg.egg-info/top_level.txt
src/acmsg/api/__init__.py
src/acmsg/api/openrouter.py
src/acmsg/cli/__init__.py
src/acmsg/cli/commands.py
src/acmsg/cli/parsers.py
src/acmsg/core/__init__.py
src/acmsg/core/config.py
src/acmsg/core/generation.py
src/acmsg/core/git.py
src/acmsg/templates/__init__.py
src/acmsg/templates/renderer.py
src/acmsg/templates/assets/__init__.py
src/acmsg/templates/assets/system_prompt.md
src/acmsg/templates/assets/template_config.yaml
src/acmsg/templates/assets/user_prompt.md
tests/test_cli_commands.py
tests/test_cli_parsers.py
tests/test_config.py
tests/test_generation.py
tests/test_git.py
tests/test_main.py
tests/test_openrouter.py
tests/test_templates.py