LICENSE
README.md
pyproject.toml
src/swarph_cli/__init__.py
src/swarph_cli/caller.py
src/swarph_cli/main.py
src/swarph_cli.egg-info/PKG-INFO
src/swarph_cli.egg-info/SOURCES.txt
src/swarph_cli.egg-info/dependency_links.txt
src/swarph_cli.egg-info/entry_points.txt
src/swarph_cli.egg-info/requires.txt
src/swarph_cli.egg-info/top_level.txt
src/swarph_cli/commands/__init__.py
src/swarph_cli/commands/chat.py
src/swarph_cli/commands/import_session.py
src/swarph_cli/commands/onboard.py
src/swarph_cli/commands/ratify.py
src/swarph_cli/parsers/__init__.py
src/swarph_cli/parsers/claude.py
tests/test_chat_command.py
tests/test_claude_parser.py
tests/test_import_command.py
tests/test_main.py
tests/test_onboard_command.py
tests/test_ratify_command.py
tests/test_smoke_chat.py
tests/test_smoke_one_shot.py
tests/test_smoke_phase_5_5.py