LICENSE
README.md
pyproject.toml
src/swarph_cli/__init__.py
src/swarph_cli/caller.py
src/swarph_cli/cell.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/daemon.py
src/swarph_cli/commands/hook_output.py
src/swarph_cli/commands/import_session.py
src/swarph_cli/commands/install_hook.py
src/swarph_cli/commands/onboard.py
src/swarph_cli/commands/ratify.py
src/swarph_cli/commands/spawn.py
src/swarph_cli/commands/watchdog.py
src/swarph_cli/parsers/__init__.py
src/swarph_cli/parsers/claude.py
src/swarph_cli/systemd/swarph-watchdog.default
src/swarph_cli/systemd/swarph-watchdog.service
src/swarph_cli/systemd/swarph-watchdog.timer
tests/test_cell_loader.py
tests/test_chat_command.py
tests/test_claude_parser.py
tests/test_daemon_command.py
tests/test_hook_output.py
tests/test_import_command.py
tests/test_install_hook.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
tests/test_spawn_command.py
tests/test_watchdog.py