README.md
pyproject.toml
coordinationhub/__init__.py
coordinationhub/__main__.py
coordinationhub/_storage.py
coordinationhub/agent_registry.py
coordinationhub/agent_status.py
coordinationhub/broadcast_subsystem.py
coordinationhub/broadcasts.py
coordinationhub/change_subsystem.py
coordinationhub/cli.py
coordinationhub/cli_agents.py
coordinationhub/cli_commands.py
coordinationhub/cli_deps.py
coordinationhub/cli_intent.py
coordinationhub/cli_leases.py
coordinationhub/cli_locks.py
coordinationhub/cli_parser.py
coordinationhub/cli_setup.py
coordinationhub/cli_setup_doctor.py
coordinationhub/cli_spawner.py
coordinationhub/cli_sse.py
coordinationhub/cli_tasks.py
coordinationhub/cli_utils.py
coordinationhub/cli_vis.py
coordinationhub/conflict_log.py
coordinationhub/context.py
coordinationhub/core.py
coordinationhub/db.py
coordinationhub/db_migrations.py
coordinationhub/db_schemas.py
coordinationhub/dependencies.py
coordinationhub/dependency_subsystem.py
coordinationhub/dispatch.py
coordinationhub/event_bus.py
coordinationhub/handoff_subsystem.py
coordinationhub/handoffs.py
coordinationhub/housekeeping.py
coordinationhub/identity_subsystem.py
coordinationhub/lease_subsystem.py
coordinationhub/leases.py
coordinationhub/limits.py
coordinationhub/lock_cache.py
coordinationhub/lock_ops.py
coordinationhub/locking_subsystem.py
coordinationhub/mcp_server.py
coordinationhub/mcp_stdio.py
coordinationhub/messages.py
coordinationhub/messaging_subsystem.py
coordinationhub/notifications.py
coordinationhub/paths.py
coordinationhub/pending_tasks.py
coordinationhub/scan.py
coordinationhub/spawner.py
coordinationhub/spawner_subsystem.py
coordinationhub/task_failures.py
coordinationhub/task_subsystem.py
coordinationhub/tasks.py
coordinationhub/validation.py
coordinationhub/visibility_subsystem.py
coordinationhub/work_intent.py
coordinationhub/work_intent_subsystem.py
coordinationhub.egg-info/PKG-INFO
coordinationhub.egg-info/SOURCES.txt
coordinationhub.egg-info/dependency_links.txt
coordinationhub.egg-info/entry_points.txt
coordinationhub.egg-info/requires.txt
coordinationhub.egg-info/top_level.txt
coordinationhub/data/monitor_skill.md
coordinationhub/hooks/__init__.py
coordinationhub/hooks/base.py
coordinationhub/hooks/cursor.py
coordinationhub/hooks/kimi_cli.py
coordinationhub/hooks/stdio_adapter.py
coordinationhub/plugins/__init__.py
coordinationhub/plugins/registry.py
coordinationhub/plugins/assessment/__init__.py
coordinationhub/plugins/assessment/assessment.py
coordinationhub/plugins/assessment/assessment_scorers.py
coordinationhub/plugins/dashboard/__init__.py
coordinationhub/plugins/dashboard/dashboard.py
coordinationhub/plugins/dashboard/dashboard_css.py
coordinationhub/plugins/dashboard/dashboard_html.py
coordinationhub/plugins/dashboard/dashboard_js.py
coordinationhub/plugins/graph/__init__.py
coordinationhub/plugins/graph/graphs.py
coordinationhub/schemas/__init__.py
coordinationhub/schemas/audit.py
coordinationhub/schemas/change.py
coordinationhub/schemas/coordination.py
coordinationhub/schemas/deps.py
coordinationhub/schemas/dlq.py
coordinationhub/schemas/handoffs.py
coordinationhub/schemas/identity.py
coordinationhub/schemas/intent.py
coordinationhub/schemas/leases.py
coordinationhub/schemas/locking.py
coordinationhub/schemas/messaging.py
coordinationhub/schemas/spawner.py
coordinationhub/schemas/tasks.py
coordinationhub/schemas/visibility.py
tests/test_agent_lifecycle.py
tests/test_assessment.py
tests/test_authz.py
tests/test_cli.py
tests/test_cli_integration.py
tests/test_concurrent.py
tests/test_conflicts.py
tests/test_coordination.py
tests/test_core.py
tests/test_core_facade_invariant.py
tests/test_dashboard_html.py
tests/test_db_migration.py
tests/test_db_safety.py
tests/test_dispatch_coverage.py
tests/test_dispatch_coverage_floor.py
tests/test_event_bus.py
tests/test_graphs.py
tests/test_handoffs.py
tests/test_hooks.py
tests/test_hooks_base.py
tests/test_housekeeping.py
tests/test_integration.py
tests/test_lock_cache.py
tests/test_locking.py
tests/test_mcp_server.py
tests/test_multiprocess_sync.py
tests/test_notifications.py
tests/test_plugins.py
tests/test_scenario.py
tests/test_setup.py
tests/test_spawner.py
tests/test_tasks.py
tests/test_tool_count.py
tests/test_validation.py
tests/test_visibility.py
tests/test_work_intent.py