LICENSE
README.md
pyproject.toml
src/codeband/__init__.py
src/codeband/cli.py
src/codeband/config.py
src/codeband/doctor.py
src/codeband/logging_setup.py
src/codeband/preflight.py
src/codeband/utility_llm.py
src/codeband.egg-info/PKG-INFO
src/codeband.egg-info/SOURCES.txt
src/codeband.egg-info/dependency_links.txt
src/codeband.egg-info/entry_points.txt
src/codeband.egg-info/requires.txt
src/codeband.egg-info/top_level.txt
src/codeband/agents/__init__.py
src/codeband/agents/code_reviewer.py
src/codeband/agents/conductor.py
src/codeband/agents/mergemaster.py
src/codeband/agents/plan_reviewer.py
src/codeband/agents/planner.py
src/codeband/agents/player_claude.py
src/codeband/agents/player_codex.py
src/codeband/agents/prompts.py
src/codeband/agents/watchdog.py
src/codeband/agents/watchdog_probe.py
src/codeband/github/__init__.py
src/codeband/github/issues.py
src/codeband/github/prs.py
src/codeband/memory/__init__.py
src/codeband/memory/local_store.py
src/codeband/memory/probe.py
src/codeband/monitoring/__init__.py
src/codeband/monitoring/activity_log.py
src/codeband/monitoring/feed.py
src/codeband/monitoring/usage.py
src/codeband/orchestration/__init__.py
src/codeband/orchestration/agent_main.py
src/codeband/orchestration/compose.py
src/codeband/orchestration/kickoff.py
src/codeband/orchestration/runner.py
src/codeband/orchestration/setup.py
src/codeband/prompts/code_reviewer.md
src/codeband/prompts/coder.md
src/codeband/prompts/conductor.md
src/codeband/prompts/mergemaster.md
src/codeband/prompts/plan_reviewer.md
src/codeband/prompts/planner.md
src/codeband/session/__init__.py
src/codeband/session/context.py
src/codeband/session/identity.py
src/codeband/session/supervisor.py
src/codeband/shell/__init__.py
src/codeband/shell/commands.py
src/codeband/shell/fs.py
src/codeband/shell/render.py
src/codeband/shell/repl.py
src/codeband/workers/__init__.py
src/codeband/workers/pool.py
src/codeband/workspace/__init__.py
src/codeband/workspace/diff.py
src/codeband/workspace/git.py
src/codeband/workspace/init.py
tests/test_activity_log.py
tests/test_agent_permission_modes.py
tests/test_cli_dotenv.py
tests/test_cli_github_auth.py
tests/test_cli_planner_profile.py
tests/test_cli_run_output.py
tests/test_config.py
tests/test_diff.py
tests/test_doctor.py
tests/test_feed.py
tests/test_issues.py
tests/test_kickoff.py
tests/test_kickoff_status.py
tests/test_local_memory.py
tests/test_logging_setup.py
tests/test_memory_probe.py
tests/test_merge_helpers.py
tests/test_preflight.py
tests/test_prompt_error_reporting.py
tests/test_prompt_invariants.py
tests/test_prompt_role_consistency.py
tests/test_prs.py
tests/test_reviewer.py
tests/test_runner_patches.py
tests/test_session.py
tests/test_setup.py
tests/test_shell_commands.py
tests/test_shell_fs.py
tests/test_shell_repl.py
tests/test_usage.py
tests/test_utility_llm.py
tests/test_watchdog.py
tests/test_watchdog_probe.py
tests/test_worker_pool.py
tests/test_workspace.py