.gitignore
CLAUDE.md
GOAL.md
LICENSE
MANIFEST.in
README.md
coordinator.example.yml
install-agent.sh
pyproject.toml
.claude/commands/board.md
.claude/commands/complete-session.md
.claude/commands/coordinator.md
.githooks/_lib.sh
.githooks/post-checkout
.githooks/post-commit
.githooks/post-merge
.github/workflows/cargo-test.yml
.github/workflows/publish.yml
.github/workflows/release-tui.yml
.github/workflows/test.yml
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/scm_file_list.json
claude_coordinator.egg-info/scm_version.json
claude_coordinator.egg-info/top_level.txt
coord/__init__.py
coord/_board_mapping.py
coord/acceptance.py
coord/acceptance_drivers.py
coord/agent.py
coord/agent_app.py
coord/agent_update.py
coord/audit.py
coord/auto_loop.py
coord/board_bool_guard.py
coord/board_service.py
coord/board_wire.py
coord/brain.py
coord/branch_model.py
coord/cargo_cache.py
coord/ci_github.py
coord/ci_store.py
coord/claim.py
coord/cli.py
coord/client.py
coord/comments.py
coord/config.py
coord/conflict_fix.py
coord/dao.py
coord/db.py
coord/deps.py
coord/diagnose.py
coord/dispatch.py
coord/drive.py
coord/drive_queue.py
coord/drive_state.py
coord/events.py
coord/failure_class.py
coord/filelock.py
coord/fleet_config_health.py
coord/freshness.py
coord/gate_b.py
coord/gate_snapshot.py
coord/gates.py
coord/github_ops.py
coord/goal.py
coord/graph_health.py
coord/hooks.py
coord/housekeeping.py
coord/interactive.py
coord/issue_store.py
coord/machine_pause.py
coord/merge_queue.py
coord/milestone_chat.py
coord/milestone_dispatch.py
coord/milestone_gate.py
coord/milestone_order.py
coord/mock_author.py
coord/models.py
coord/network.py
coord/new_issue_chat.py
coord/notify.py
coord/openapi.py
coord/overlap_fence.py
coord/parentage.py
coord/parentage_github.py
coord/pipeline.py
coord/plan_parser.py
coord/plans.py
coord/platform_paths.py
coord/pr_body_lint.py
coord/prereqs.py
coord/progress.py
coord/reconcile.py
coord/refine_chat.py
coord/release_verify.py
coord/reports.py
coord/revalidate.py
coord/review.py
coord/scorecard.py
coord/serve_app.py
coord/smoke.py
coord/split_work.py
coord/stage_projection.py
coord/state.py
coord/test_author.py
coord/test_chat.py
coord/test_orchestrator.py
coord/test_report.py
coord/tui_release.py
coord/usage.py
coord/usage_limits.py
coord/usage_rollup.py
coord/worker_events.py
coord/agents/opencode/.gitignore
coord/agents/opencode/routing.jsonc
coord/agents/opencode/agents/work.md
coord/commands/__init__.py
coord/commands/_common.py
coord/commands/acceptance.py
coord/commands/agent_ops.py
coord/commands/audit.py
coord/commands/chat.py
coord/commands/dispatch.py
coord/commands/dispatch_workers.py
coord/commands/drive.py
coord/commands/drive_queue.py
coord/commands/gates.py
coord/commands/issues.py
coord/commands/lifecycle.py
coord/commands/merge.py
coord/commands/milestone.py
coord/commands/plan_followup.py
coord/commands/plans.py
coord/commands/release.py
coord/commands/report.py
coord/commands/review.py
coord/commands/scorecard.py
coord/commands/sessions.py
coord/commands/setup.py
coord/commands/status.py
coord/commands/terminal.py
coord/commands/test_gate.py
coord/commands/tui.py
coord/dashboard/__init__.py
coord/dashboard/fixture.py
coord/dashboard/index.html
coord/dashboard/server.py
coord/dashboard/terminal.py
coord/dashboard/webapp/.gitignore
coord/dashboard/webapp/components.json
coord/dashboard/webapp/eslint.config.js
coord/dashboard/webapp/index.html
coord/dashboard/webapp/package-lock.json
coord/dashboard/webapp/package.json
coord/dashboard/webapp/playwright.acceptance.config.ts
coord/dashboard/webapp/playwright.config.ts
coord/dashboard/webapp/postcss.config.js
coord/dashboard/webapp/tailwind.config.js
coord/dashboard/webapp/tsconfig.json
coord/dashboard/webapp/tsconfig.node.json
coord/dashboard/webapp/vite.config.ts
coord/dashboard/webapp/dist/index.html
coord/dashboard/webapp/dist/manifest.webmanifest
coord/dashboard/webapp/dist/sw.js
coord/dashboard/webapp/dist/workbox-e4022e15.js
coord/dashboard/webapp/dist/assets/Gallery-da3qNiIw.js
coord/dashboard/webapp/dist/assets/Terminal-9CEnUXvW.css
coord/dashboard/webapp/dist/assets/Terminal-skVFCxPU.js
coord/dashboard/webapp/dist/assets/index-DltfZR5f.js
coord/dashboard/webapp/dist/assets/index-Dq4kwTdw.css
coord/dashboard/webapp/dist/assets/workbox-window.prod.es5-BqEJf4Xk.js
coord/dashboard/webapp/dist/icons/icon-192.png
coord/dashboard/webapp/dist/icons/icon-512.png
coord/dashboard/webapp/dist/icons/icon.svg
coord/dashboard/webapp/e2e/deep-link.spec.ts
coord/dashboard/webapp/e2e/fixtureServer.ts
coord/dashboard/webapp/e2e/live-update-fixture.spec.ts
coord/dashboard/webapp/e2e/realtime.spec.ts
coord/dashboard/webapp/e2e/shell.spec.ts
coord/dashboard/webapp/e2e/smoke.spec.ts
coord/dashboard/webapp/e2e/terminal.spec.ts
coord/dashboard/webapp/e2e/theme.spec.ts
coord/dashboard/webapp/node_modules/flatted/python/flatted.py
coord/dashboard/webapp/public/icons/icon-192.png
coord/dashboard/webapp/public/icons/icon-512.png
coord/dashboard/webapp/public/icons/icon.svg
coord/dashboard/webapp/src/App.tsx
coord/dashboard/webapp/src/index.css
coord/dashboard/webapp/src/main.tsx
coord/dashboard/webapp/src/test-setup.ts
coord/dashboard/webapp/src/vite-env.d.ts
coord/dashboard/webapp/src/api/client.ts
coord/dashboard/webapp/src/api/generated.ts
coord/dashboard/webapp/src/components/ConnectionBadge.tsx
coord/dashboard/webapp/src/components/Detail.tsx
coord/dashboard/webapp/src/components/Gallery.tsx
coord/dashboard/webapp/src/components/Home.tsx
coord/dashboard/webapp/src/components/MobileKeyBar.tsx
coord/dashboard/webapp/src/components/PanelHeader.tsx
coord/dashboard/webapp/src/components/PipelineCard.tsx
coord/dashboard/webapp/src/components/SessionCard.tsx
coord/dashboard/webapp/src/components/SessionDetail.tsx
coord/dashboard/webapp/src/components/SessionsList.tsx
coord/dashboard/webapp/src/components/Terminal.tsx
coord/dashboard/webapp/src/components/__tests__/ConnectionBadge.test.tsx
coord/dashboard/webapp/src/components/__tests__/Detail.test.tsx
coord/dashboard/webapp/src/components/__tests__/Gallery.test.tsx
coord/dashboard/webapp/src/components/__tests__/Home.test.tsx
coord/dashboard/webapp/src/components/__tests__/MobileKeyBar.test.tsx
coord/dashboard/webapp/src/components/__tests__/PipelineCard.test.tsx
coord/dashboard/webapp/src/components/__tests__/SessionCard.test.tsx
coord/dashboard/webapp/src/components/__tests__/Terminal.test.tsx
coord/dashboard/webapp/src/components/ui/badge.tsx
coord/dashboard/webapp/src/components/ui/button.tsx
coord/dashboard/webapp/src/components/ui/card.tsx
coord/dashboard/webapp/src/components/ui/dialog.tsx
coord/dashboard/webapp/src/components/ui/dropdown-menu.tsx
coord/dashboard/webapp/src/components/ui/empty-state.tsx
coord/dashboard/webapp/src/components/ui/sheet.tsx
coord/dashboard/webapp/src/components/ui/skeleton.tsx
coord/dashboard/webapp/src/components/ui/tabs.tsx
coord/dashboard/webapp/src/components/ui/theme-provider.tsx
coord/dashboard/webapp/src/components/ui/theme-toggle.tsx
coord/dashboard/webapp/src/components/ui/toast.tsx
coord/dashboard/webapp/src/components/ui/toaster.tsx
coord/dashboard/webapp/src/components/ui/tooltip.tsx
coord/dashboard/webapp/src/components/ui/use-toast.ts
coord/dashboard/webapp/src/lib/pipeline.ts
coord/dashboard/webapp/src/lib/utils.ts
coord/dashboard/webapp/src/realtime/RealtimeProvider.tsx
coord/dashboard/webapp/src/realtime/connection.ts
coord/dashboard/webapp/src/realtime/events.ts
coord/dashboard/webapp/src/realtime/__tests__/RealtimeProvider.test.tsx
coord/dashboard/webapp/src/realtime/__tests__/connection.test.ts
coord/dashboard/webapp/src/routes/paths.ts
coord/dashboard/webapp/src/routes/__tests__/paths.test.ts
coord/dashboard/webapp/src/shell/ActivityRail.tsx
coord/dashboard/webapp/src/shell/AppShell.tsx
coord/dashboard/webapp/src/shell/ComingSoon.tsx
coord/dashboard/webapp/src/shell/EmptyDetail.tsx
coord/dashboard/webapp/src/shell/RouteNotFound.tsx
coord/dashboard/webapp/src/shell/ShellLayout.tsx
coord/dashboard/webapp/src/shell/StatusBar.tsx
coord/dashboard/webapp/src/shell/breakpoints.ts
coord/dashboard/webapp/src/shell/railItems.ts
coord/dashboard/webapp/src/shell/shellState.ts
coord/dashboard/webapp/src/shell/useRegionFocus.ts
coord/dashboard/webapp/src/shell/__tests__/ShellLayout.test.tsx
coord/dashboard/webapp/src/shell/__tests__/shellState.test.ts
coord/dashboard/webapp/src/shell/__tests__/stubViewport.ts
coord/deploy/README.md
coord/deploy/coord-agent.service
coord/deploy/coord-drive-queue.service
coord/deploy/coord-drive-queue.timer
coord/deploy/coord-notify.service
coord/deploy/coord-notify.timer
coord/deploy/coord-serve.service
coord/deploy/coord-web-dist-build.service
coord/deploy/coord-web-dist-build.timer
coord/deploy/coord-web.service
coord/health/__init__.py
coord/health/aggregate.py
coord/health/cli.py
coord/health/context.py
coord/health/fleet_snapshot.py
coord/health/models.py
coord/health/pypi.py
coord/health/registry.py
coord/health/render.py
coord/health/units.py
coord/health/checks/__init__.py
coord/health/checks/agent_install.py
coord/health/checks/cargo_targets.py
coord/health/checks/claude_binary.py
coord/health/checks/deploy_lane_facts.py
coord/health/checks/disk.py
coord/health/checks/fleet_board.py
coord/health/checks/fleet_deploy_lanes.py
coord/health/checks/fleet_phantom.py
coord/health/checks/fleet_unit_drift.py
coord/health/checks/graph.py
coord/health/checks/plan_usage.py
coord/health/checks/repo_state.py
coord/health/checks/spawned_coord.py
coord/health/checks/toolchain.py
coord/health/checks/unit_drift.py
coord/health/checks/worktrees.py
coord/providers/__init__.py
coord/providers/base.py
coord/providers/claude.py
coord/providers/claude_pty.py
coord/providers/opencode.py
coord/skills/update-issue/SKILL.md
deploy/coord-agent.service
deploy/coord-drive-queue.service
deploy/coord-drive-queue.timer
deploy/coord-notify.service
deploy/coord-notify.timer
deploy/coord-serve.service
deploy/coord-web-dist-build.service
deploy/coord-web-dist-build.sh
deploy/coord-web-dist-build.timer
deploy/coord-web-rollback.sh
deploy/coord-web.service
deploy/node-shim.sh
docs/AGENT_OPERATIONS.md
docs/ARCHITECTURE.md
docs/ARCH_SECURITY_GATES.md
docs/COCKPIT.md
docs/CONTROL_CENTER.md
docs/CROSS_PLATFORM.md
docs/CUSTOMER_PORTAL.md
docs/DRIVE_QUEUE.md
docs/EPHEMERAL_WORKERS.md
docs/FORGE_MIGRATION.md
docs/GRAPHIFY_SETUP.md
docs/ISSUE_GUIDANCE.md
docs/MAC_MINI.md
docs/MERGE_AUTO_DRAIN_TRUST_BAR.md
docs/OPENCODE_VERIFICATION.md
docs/OPERATING_GOTCHAS.md
docs/ORACLE_LOOP.md
docs/PHONE_WEBAPP.md
docs/PIPELINE_V2.md
docs/PLATFORM_EVOLUTION.md
docs/SECOND_BACKEND.md
docs/STORE_SERVICE.md
docs/TEST_FIRST_BUG_LANE.md
docs/WEB_CONTROL_CENTER.md
docs/mocks/web/README.md
docs/mocks/web/_tokens.css
docs/mocks/web/issue-detail.html
docs/mocks/web/pipeline-narrow.html
docs/mocks/web/pipeline-wide.html
graphify-out/.gitignore
scripts/audit_review_verdict_overrides.py
scripts/codegen.py
scripts/coord-test-runner.sh
scripts/drive-batch.sh
scripts/gen_board_fixture.py
scripts/run_tests_without_gh.sh
scripts/smoke_437_interactive.py
scripts/verify_878_review_capture.py
scripts/azure-workers/bootstrap-shared.sh
scripts/azure-workers/build-worker-image.sh
scripts/azure-workers/coordinator-machine.py
scripts/azure-workers/epic-down.sh
scripts/azure-workers/epic-up.sh
scripts/azure-workers/preflight.sh
scripts/azure-workers/provision-worker.sh
scripts/azure-workers/scrub-and-generalize.sh
scripts/azure-workers/tailnet-acl.hujson
scripts/azure-workers/verify-github-token.sh
tests/SMOKE_SET.md
tests/__init__.py
tests/conftest.py
tests/test_acceptance.py
tests/test_acceptance_drivers.py
tests/test_agent.py
tests/test_agent_api_error.py
tests/test_agent_app.py
tests/test_agent_branch_base.py
tests/test_agent_branch_capture.py
tests/test_agent_config_free_1712.py
tests/test_agent_dirty_worktree.py
tests/test_agent_graph_self_heal.py
tests/test_agent_health_h3.py
tests/test_agent_push_failure.py
tests/test_agent_reap.py
tests/test_agent_repos_and_pull.py
tests/test_agent_startup_diagnostics.py
tests/test_agent_update.py
tests/test_agent_update_bluegreen.py
tests/test_agent_usage_limit.py
tests/test_agent_zero_commit.py
tests/test_approve_reject_plan.py
tests/test_approve_usage_gate.py
tests/test_assignment_already_recorded_daemon.py
tests/test_audit_log.py
tests/test_audit_outcome.py
tests/test_audit_query.py
tests/test_auto_loop.py
tests/test_base_checkout_restore.py
tests/test_board_cap_762.py
tests/test_board_fixture.py
tests/test_board_read_path.py
tests/test_board_service.py
tests/test_board_state.py
tests/test_board_wire.py
tests/test_brain.py
tests/test_branch_model.py
tests/test_build_worker_image_env_update.py
tests/test_cargo_cache.py
tests/test_ci_acceptance_gate_1950.py
tests/test_ci_store.py
tests/test_claim.py
tests/test_cli_acceptance.py
tests/test_cli_assign.py
tests/test_cli_assign_interactive_oracle_gate.py
tests/test_cli_assign_interactive_remote.py
tests/test_cli_assign_provider.py
tests/test_cli_audit.py
tests/test_cli_chat_continue.py
tests/test_cli_diagnose_config_provenance.py
tests/test_cli_diagnose_graph.py
tests/test_cli_doctor.py
tests/test_cli_doctor_config_free_1801.py
tests/test_cli_doctor_config_mismatch_1712.py
tests/test_cli_drive.py
tests/test_cli_drive_queue.py
tests/test_cli_escalate.py
tests/test_cli_fix_headless_review.py
tests/test_cli_install_drift.py
tests/test_cli_install_skills.py
tests/test_cli_issue_create_label.py
tests/test_cli_issue_reopen.py
tests/test_cli_merge.py
tests/test_cli_milestone_assign.py
tests/test_cli_milestone_capture.py
tests/test_cli_milestone_chat_add_child.py
tests/test_cli_milestone_dispatch.py
tests/test_cli_milestone_gate_b.py
tests/test_cli_milestone_gate_c.py
tests/test_cli_milestone_order.py
tests/test_cli_milestone_remove_and_issue_close.py
tests/test_cli_milestone_ship.py
tests/test_cli_network.py
tests/test_cli_new_issue_chat.py
tests/test_cli_plans.py
tests/test_cli_pull_artifact.py
tests/test_cli_queue.py
tests/test_cli_reattach_sessions.py
tests/test_cli_refine_board.py
tests/test_cli_release_preflight.py
tests/test_cli_scorecard.py
tests/test_cli_set_review_findings.py
tests/test_cli_status_advisory_terminal.py
tests/test_cli_status_merge_queue.py
tests/test_cli_status_provider.py
tests/test_cli_status_review_finalizing.py
tests/test_cli_status_test_failed_tag.py
tests/test_cli_status_usage_limit.py
tests/test_cli_sync_comments_873.py
tests/test_cli_test_plan.py
tests/test_cli_track.py
tests/test_cli_tui_update.py
tests/test_cli_wait.py
tests/test_client_base_install.py
tests/test_comments.py
tests/test_completion_summary.py
tests/test_config.py
tests/test_config_acceptance.py
tests/test_config_audit.py
tests/test_config_pricing.py
tests/test_config_usage_gate.py
tests/test_conflict_fix.py
tests/test_conflict_fix_semantic.py
tests/test_coord_test.py
tests/test_coord_test_runner_routing.py
tests/test_coord_test_runner_toolchain.py
tests/test_coordinator_machine.py
tests/test_cross_platform_imports.py
tests/test_dashboard.py
tests/test_dashboard_fixture.py
tests/test_dashboard_terminal.py
tests/test_dashboard_terminal_live.py
tests/test_db.py
tests/test_deploy_coord_web_dist.py
tests/test_deploy_coord_web_rollback.py
tests/test_deploy_drive_queue_unit.py
tests/test_deps.py
tests/test_diagnose.py
tests/test_dispatch.py
tests/test_done_housekeeping.py
tests/test_drive.py
tests/test_drive_queue.py
tests/test_drive_state.py
tests/test_drive_tmux.py
tests/test_epic_up_capability_detection.py
tests/test_epic_up_down_symlinked_config_1887.py
tests/test_epic_up_image_provenance.py
tests/test_errors.py
tests/test_events.py
tests/test_failure_class.py
tests/test_filelock.py
tests/test_fix_of_force_override.py
tests/test_fleet_config_health.py
tests/test_fleet_health_probes.py
tests/test_fleet_health_snapshot.py
tests/test_freshness.py
tests/test_gate_b.py
tests/test_gate_snapshot_staleness.py
tests/test_gates.py
tests/test_generated_types_fixture.py
tests/test_github_ops.py
tests/test_goal.py
tests/test_graph_health.py
tests/test_handoff.py
tests/test_health_checks.py
tests/test_health_cli.py
tests/test_health_cli_graph.py
tests/test_health_config.py
tests/test_health_context.py
tests/test_health_deploy_lane_facts.py
tests/test_health_incident_regression.py
tests/test_health_pypi.py
tests/test_health_registry.py
tests/test_health_toolchain.py
tests/test_health_unit_drift.py
tests/test_hooks.py
tests/test_human_attended_437.py
tests/test_init.py
tests/test_integration.py
tests/test_interactive_briefing_echo.py
tests/test_interactive_prefill_state.py
tests/test_interactive_session_relaunch.py
tests/test_interactive_test_verdict_backstop.py
tests/test_interactive_worktree.py
tests/test_issue_store_seam.py
tests/test_machine_pause.py
tests/test_merge_queue.py
tests/test_merge_verify.py
tests/test_milestone_chat.py
tests/test_milestone_dispatch.py
tests/test_milestone_gate.py
tests/test_milestone_order.py
tests/test_milestone_seam.py
tests/test_mock_author.py
tests/test_model_tiering.py
tests/test_models.py
tests/test_models_config_labels.py
tests/test_needs_attention.py
tests/test_network.py
tests/test_new_issue_chat.py
tests/test_no_direct_gh_calls.py
tests/test_node_shim.py
tests/test_notify.py
tests/test_notify_drain.py
tests/test_openapi.py
tests/test_operational_defaults.py
tests/test_overlap_fence.py
tests/test_packaged_deploy_units.py
tests/test_parentage.py
tests/test_paste_landed.py
tests/test_pipeline.py
tests/test_plan_followup_approve_plan_command.py
tests/test_plan_followup_pr_command.py
tests/test_plan_followup_review_command.py
tests/test_plan_only.py
tests/test_plan_parser.py
tests/test_platform_paths.py
tests/test_pr_body_lint.py
tests/test_prereqs.py
tests/test_production_db_guard.py
tests/test_progress.py
tests/test_provider_seam.py
tests/test_providers.py
tests/test_providers_config_labels.py
tests/test_providers_pty.py
tests/test_quiet_hours.py
tests/test_reap_merged_sessions.py
tests/test_reap_stale_interactive_tick.py
tests/test_reconcile_branch.py
tests/test_reconcile_completions.py
tests/test_reconcile_merges.py
tests/test_reconcile_usage_limit_done.py
tests/test_refine_chat.py
tests/test_release_verify.py
tests/test_remote_auto_prune.py
tests/test_remote_interactive_reaper.py
tests/test_report_result_push.py
tests/test_reports.py
tests/test_retry.py
tests/test_retry_advisory_1606.py
tests/test_retry_type_1636.py
tests/test_revalidate.py
tests/test_review.py
tests/test_review_parse_failure_diagnostic.py
tests/test_review_reaffirm.py
tests/test_review_state.py
tests/test_review_verdict_backstop.py
tests/test_review_verdict_override_audit.py
tests/test_review_verdict_relay.py
tests/test_review_zero_commits.py
tests/test_scoped_review_wiring.py
tests/test_scorecard.py
tests/test_serve.py
tests/test_serve_app_board_trim.py
tests/test_session.py
tests/test_slice_issue_attribution.py
tests/test_smoke.py
tests/test_smoke_live_checkout_restore.py
tests/test_smoke_workflow.py
tests/test_split.py
tests/test_split_work.py
tests/test_stage_projection.py
tests/test_stalled_pipeline.py
tests/test_state.py
tests/test_state_review_findings_daemon.py
tests/test_status_fleet_footer.py
tests/test_stop_1567.py
tests/test_stuck.py
tests/test_terminal_command.py
tests/test_test_author.py
tests/test_test_chat.py
tests/test_test_orchestrator.py
tests/test_test_report.py
tests/test_thin_client_board_audit.py
tests/test_thin_client_config_load_1080.py
tests/test_thin_client_daemon_routing_906.py
tests/test_tmux_host.py
tests/test_tmux_session.py
tests/test_transcript_floor.py
tests/test_usage.py
tests/test_usage_limits.py
tests/test_usage_rollup.py
tests/test_version_single_source.py
tests/test_watch.py
tests/test_worker_events.py
tests/test_worker_image_pin_sync.py
tests/test_worker_safety.py
tests/test_worktree.py
tests/test_worktree_rmtree_chokepoint.py
tests/acceptance/ms-33/audit_1039.rs
tests/acceptance/ms-33/contract.md
tests/acceptance/ms-33/manifest.yml
tests/acceptance/ms-33/mocks/audit-panel-detail.screen
tests/acceptance/ms-33/mocks/audit-panel-empty.screen
tests/acceptance/ms-33/mocks/audit-panel-filters.screen
tests/acceptance/ms-33/mocks/audit-panel-populated.screen
tests/acceptance/ms-37/conftest.py
tests/acceptance/ms-37/contract.md
tests/acceptance/ms-37/manifest.yml
tests/acceptance/ms-37/test_usage_cli_1115.py
tests/acceptance/ms-37/test_usage_core_1118.py
tests/acceptance/ms-38/contract.md
tests/acceptance/ms-38/manifest.yml
tests/acceptance/ms-38/plans_detail_1122.rs
tests/acceptance/ms-38/plans_help_1124.rs
tests/acceptance/ms-38/plans_rightclick_1123.rs
tests/acceptance/ms-38/mocks/plans-base.screen
tests/acceptance/ms-38/mocks/plans-detail-pane.screen
tests/acceptance/ms-38/mocks/plans-help-overlay.screen
tests/acceptance/ms-38/mocks/plans-palette.screen
tests/acceptance/ms-38/mocks/plans-rightclick-epic.screen
tests/acceptance/ms-38/mocks/plans-rightclick-header.screen
tests/acceptance/ms-38/mocks/plans-rightclick-stub.screen
tests/acceptance/ms-51/contract.md
tests/acceptance/ms-51/home-active-extended.spec.ts
tests/acceptance/ms-51/home-active.spec.ts
tests/acceptance/ms-51/manifest.yml
tests/acceptance/ms-51/tsconfig.json
tests/acceptance/ms-51/mocks/home-active.html
tests/acceptance/ms-example/mocks/home-active.html
tests/fixtures/board-pipeline-basic.json
tests/fixtures/opencode_run_failure_sample.jsonl
tests/fixtures/opencode_run_sample.jsonl
tests/fixtures/playwright/all_pass.json
tests/fixtures/playwright/global_setup_crash.json
tests/fixtures/playwright/mixed_fail.json
tests/fixtures/playwright/retry_then_pass.json
tests/fixtures/playwright/retry_then_pass.junit.xml
tests/fixtures/playwright/skip.json
tests/fixtures/playwright/truncated.json
tests/fixtures/test_report/cargo_compile_error.txt
tests/fixtures/test_report/cargo_multi_target_failures.txt
tests/fixtures/test_report/cargo_no_parseable_failures.txt
tests/fixtures/test_report/pytest_collection_error.txt
tests/fixtures/test_report/pytest_error_string_in_body.txt
tests/fixtures/test_report/pytest_internal_error.txt
tests/fixtures/test_report/pytest_mixed_failures.txt
tests/fixtures/test_report/pytest_no_parseable_failures.txt
tui/Cargo.lock
tui/Cargo.toml
tui/src/commands.rs
tui/src/lib.rs
tui/src/main.rs
tui/src/settings.rs
tui/src/app/audit.rs
tui/src/app/chat.rs
tui/src/app/data.rs
tui/src/app/dialogs.rs
tui/src/app/drive.rs
tui/src/app/drive_queue.rs
tui/src/app/escalation.rs
tui/src/app/events.rs
tui/src/app/fixtures.rs
tui/src/app/fleet_health.rs
tui/src/app/fleet_sessions.rs
tui/src/app/fleet_terminals.rs
tui/src/app/format.rs
tui/src/app/milestone_dag.rs
tui/src/app/mod.rs
tui/src/app/msv.rs
tui/src/app/pipeline.rs
tui/src/app/plans.rs
tui/src/app/render.rs
tui/src/app/reports.rs
tui/src/app/sessions.rs
tui/src/app/settings_ui.rs
tui/src/app/sidebar.rs
tui/src/app/terminal.rs
tui/src/app/tests.rs
tui/src/app/types.rs
tui/src/app/workspace.rs
tui/src/bin/gtk.rs
tui/tests/acceptance.rs
tui/tests/cli.rs
tui/tests/fixtures/board_sample.json