LICENSE
README.md
pyproject.toml
src/bartste_prompts.egg-info/PKG-INFO
src/bartste_prompts.egg-info/SOURCES.txt
src/bartste_prompts.egg-info/dependency_links.txt
src/bartste_prompts.egg-info/entry_points.txt
src/bartste_prompts.egg-info/requires.txt
src/bartste_prompts.egg-info/top_level.txt
src/prompts/__init__.py
src/prompts/__main__.py
src/prompts/_logger.py
src/prompts/_parser.py
src/prompts/_paths.py
src/prompts/actions.py
src/prompts/exceptions.py
src/prompts/instructions.py
src/prompts/py.typed
src/prompts/_instructions/commands/ask/command.md
src/prompts/_instructions/commands/commit/command.md
src/prompts/_instructions/commands/commit/user.md
src/prompts/_instructions/commands/docstrings/command.md
src/prompts/_instructions/commands/docstrings/files.md
src/prompts/_instructions/commands/docstrings/filetype/bash.md
src/prompts/_instructions/commands/docstrings/filetype/c.md
src/prompts/_instructions/commands/docstrings/filetype/cpp.md
src/prompts/_instructions/commands/docstrings/filetype/lua.md
src/prompts/_instructions/commands/docstrings/filetype/python.md
src/prompts/_instructions/commands/docstrings/filetype/zsh.md
src/prompts/_instructions/commands/explain/command.md
src/prompts/_instructions/commands/fix/command.md
src/prompts/_instructions/commands/fix/filetype/python.md
src/prompts/_instructions/commands/refactor/command.md
src/prompts/_instructions/commands/refactor/filetype/python.md
src/prompts/_instructions/commands/typehints/command.md
src/prompts/_instructions/commands/typehints/filetype/python.md
src/prompts/_instructions/commands/unittests/command.md
src/prompts/_instructions/commands/unittests/filetype/python.md
src/prompts/_instructions/default/files.md
src/prompts/_instructions/default/user.md
src/prompts/_instructions/default/filetype/bash.md
src/prompts/_instructions/default/filetype/c.md
src/prompts/_instructions/default/filetype/cpp.md
src/prompts/_instructions/default/filetype/lua.md
src/prompts/_instructions/default/filetype/python.md
src/prompts/_instructions/default/filetype/zsh.md
tests/test___main__.py
tests/test__parser.py
tests/test_actions.py
tests/test_instructions.py