LICENSE
NOTICE
README.md
pyproject.toml
drydock/__init__.py
drydock/__main__.py
drydock/agent.py
drydock/bash_safety.py
drydock/cli.py
drydock/compaction.py
drydock/config.py
drydock/detect.py
drydock/guards.py
drydock/loop_detect.py
drydock/providers.py
drydock/tool_registry.py
drydock/tuning.py
drydock/tools/__init__.py
drydock/tui/__init__.py
drydock/tui/app.py
drydock/tui/approval.py
drydock/tui/messages.py
drydock/tui/widgets.py
drydock_cli.egg-info/PKG-INFO
drydock_cli.egg-info/SOURCES.txt
drydock_cli.egg-info/dependency_links.txt
drydock_cli.egg-info/entry_points.txt
drydock_cli.egg-info/requires.txt
drydock_cli.egg-info/top_level.txt
tests/test_approval.py
tests/test_back_command.py
tests/test_bash_safety.py
tests/test_cli_agents.py
tests/test_compaction.py
tests/test_config.py
tests/test_detect.py
tests/test_empty_response.py
tests/test_failure_loop.py
tests/test_first_run_setup.py
tests/test_guards_and_tools.py
tests/test_hallucinated_tools.py
tests/test_leaked_tool_call.py
tests/test_loop_detect.py
tests/test_plan_autocontinue.py
tests/test_providers_unreachable.py
tests/test_stop.py
tests/test_streaming_newlines.py
tests/test_subagent.py
tests/test_todo.py
tests/test_tool_arg_parsing.py
tests/test_tools_undo.py
tests/test_tui.py
tests/test_tuning.py