LICENSE
README.md
pyproject.toml
src/chatstyle/__init__.py
src/chatstyle/patterns.py
src/chatstyle.egg-info/PKG-INFO
src/chatstyle.egg-info/SOURCES.txt
src/chatstyle.egg-info/dependency_links.txt
src/chatstyle.egg-info/requires.txt
src/chatstyle.egg-info/top_level.txt
src/chatstyle/core/__init__.py
src/chatstyle/core/constants.py
src/chatstyle/core/errors.py
src/chatstyle/core/interactive.py
src/chatstyle/input/__init__.py
src/chatstyle/input/click.py
src/chatstyle/input/resolve.py
src/chatstyle/input/schema.py
src/chatstyle/render/__init__.py
src/chatstyle/render/flow.py
src/chatstyle/render/output.py
src/chatstyle/security/__init__.py
src/chatstyle/security/mask.py
src/chatstyle/tui/__init__.py
src/chatstyle/tui/choice.py
src/chatstyle/tui/prompt.py
tests/test_click_integration.py
tests/test_output_flow.py
tests/test_patterns.py
tests/test_prompt_and_output.py
tests/test_runtime.py
tests/test_schema_resolution.py
tests/test_version.py