LICENSE
README.md
pyproject.toml
src/captain_barbossa/__init__.py
src/captain_barbossa/__main__.py
src/captain_barbossa/agents.py
src/captain_barbossa/cli.py
src/captain_barbossa/config.py
src/captain_barbossa/crew.py
src/captain_barbossa/dashboard.py
src/captain_barbossa/defaults.toml
src/captain_barbossa/instructions.py
src/captain_barbossa/layout.py
src/captain_barbossa/memory.py
src/captain_barbossa/models.py
src/captain_barbossa/onboarding.py
src/captain_barbossa/pane.py
src/captain_barbossa/pi_captain.py
src/captain_barbossa/placement.py
src/captain_barbossa/prompts.py
src/captain_barbossa/runtime.py
src/captain_barbossa/update_check.py
src/captain_barbossa/usage.py
src/captain_barbossa.egg-info/PKG-INFO
src/captain_barbossa.egg-info/SOURCES.txt
src/captain_barbossa.egg-info/dependency_links.txt
src/captain_barbossa.egg-info/entry_points.txt
src/captain_barbossa.egg-info/requires.txt
src/captain_barbossa.egg-info/top_level.txt
tests/test_captain.py
tests/test_child_memory_roots.py
tests/test_config.py
tests/test_crew_tab_labels.py
tests/test_dashboard.py
tests/test_dashboard_wiring.py
tests/test_instruction_size.py
tests/test_launcher_cleanup.py
tests/test_memory_hygiene.py
tests/test_memory_roots.py
tests/test_memory_show_bound.py
tests/test_model_switch.py
tests/test_model_tiers.py
tests/test_onboarding.py
tests/test_pi_captain.py
tests/test_placement.py
tests/test_prompts.py
tests/test_prune.py
tests/test_repo_memory.py
tests/test_session_command.py
tests/test_short_labels.py
tests/test_status.py
tests/test_submit.py
tests/test_tell.py
tests/test_update_check.py
tests/test_usage.py
tests/test_wait_memory.py