LICENSE
README.md
pyproject.toml
src/so_what/__init__.py
src/so_what/cli.py
src/so_what/profiles.py
src/so_what/prompts.py
src/so_what/render.py
src/so_what/audiences/board.md
src/so_what/audiences/ciso.md
src/so_what/audiences/exec.md
src/so_what/audiences/soc.md
src/so_what/backends/__init__.py
src/so_what/backends/anthropic_backend.py
src/so_what/backends/base.py
src/so_what/backends/ollama_backend.py
src/so_what/backends/openai_backend.py
src/so_what_cli.egg-info/PKG-INFO
src/so_what_cli.egg-info/SOURCES.txt
src/so_what_cli.egg-info/dependency_links.txt
src/so_what_cli.egg-info/entry_points.txt
src/so_what_cli.egg-info/requires.txt
src/so_what_cli.egg-info/top_level.txt
tests/test_cli.py