LICENSE
README.md
pyproject.toml
claude_coordinator.egg-info/PKG-INFO
claude_coordinator.egg-info/SOURCES.txt
claude_coordinator.egg-info/dependency_links.txt
claude_coordinator.egg-info/entry_points.txt
claude_coordinator.egg-info/requires.txt
claude_coordinator.egg-info/top_level.txt
coord/__init__.py
coord/agent.py
coord/agent_app.py
coord/brain.py
coord/claim.py
coord/cli.py
coord/comments.py
coord/config.py
coord/deps.py
coord/dispatch.py
coord/events.py
coord/freshness.py
coord/github_ops.py
coord/hooks.py
coord/merge_queue.py
coord/models.py
coord/network.py
coord/notify.py
coord/progress.py
coord/reconcile.py
coord/review.py
coord/smoke.py
coord/state.py
coord/worker_events.py
coord/dashboard/__init__.py
coord/dashboard/server.py
tests/test_agent.py
tests/test_agent_app.py
tests/test_agent_branch_capture.py
tests/test_agent_repos_and_pull.py
tests/test_board_state.py
tests/test_brain.py
tests/test_claim.py
tests/test_cli_assign.py
tests/test_cli_merge.py
tests/test_cli_network.py
tests/test_cli_wait.py
tests/test_comments.py
tests/test_config.py
tests/test_coord_test.py
tests/test_dashboard.py
tests/test_deps.py
tests/test_dispatch.py
tests/test_done_housekeeping.py
tests/test_errors.py
tests/test_events.py
tests/test_freshness.py
tests/test_handoff.py
tests/test_hooks.py
tests/test_init.py
tests/test_integration.py
tests/test_merge_queue.py
tests/test_model_tiering.py
tests/test_models.py
tests/test_network.py
tests/test_notify.py
tests/test_operational_defaults.py
tests/test_progress.py
tests/test_reconcile_branch.py
tests/test_retry.py
tests/test_review.py
tests/test_session.py
tests/test_smoke.py
tests/test_smoke_workflow.py
tests/test_split.py
tests/test_state.py
tests/test_stuck.py
tests/test_watch.py
tests/test_worker_events.py
tests/test_worker_safety.py
tests/test_worktree.py