LICENSE
README.md
pyproject.toml
src/maestro_ai_cli.egg-info/PKG-INFO
src/maestro_ai_cli.egg-info/SOURCES.txt
src/maestro_ai_cli.egg-info/dependency_links.txt
src/maestro_ai_cli.egg-info/entry_points.txt
src/maestro_ai_cli.egg-info/requires.txt
src/maestro_ai_cli.egg-info/top_level.txt
src/maestro_cli/__init__.py
src/maestro_cli/__main__.py
src/maestro_cli/ag_ui.py
src/maestro_cli/audit.py
src/maestro_cli/benchmark.py
src/maestro_cli/blame.py
src/maestro_cli/budget.py
src/maestro_cli/cache.py
src/maestro_cli/chat.py
src/maestro_cli/ci.py
src/maestro_cli/ci_agent.py
src/maestro_cli/ci_github_actions.py
src/maestro_cli/ci_gitlab_ci.py
src/maestro_cli/cleanup.py
src/maestro_cli/cli.py
src/maestro_cli/codebase_graph.py
src/maestro_cli/contracts.py
src/maestro_cli/cost_backfill.py
src/maestro_cli/council.py
src/maestro_cli/diff.py
src/maestro_cli/doctor.py
src/maestro_cli/dynamic.py
src/maestro_cli/errors.py
src/maestro_cli/eval.py
src/maestro_cli/eventsource.py
src/maestro_cli/explain.py
src/maestro_cli/knowledge.py
src/maestro_cli/knowledge_graph.py
src/maestro_cli/live.py
src/maestro_cli/loader.py
src/maestro_cli/mcp_server.py
src/maestro_cli/mcts.py
src/maestro_cli/memory.py
src/maestro_cli/models.py
src/maestro_cli/multi.py
src/maestro_cli/otel.py
src/maestro_cli/plugins.py
src/maestro_cli/policy.py
src/maestro_cli/py.typed
src/maestro_cli/relationships.py
src/maestro_cli/replan.py
src/maestro_cli/report.py
src/maestro_cli/routing.py
src/maestro_cli/runners.py
src/maestro_cli/scaffold.py
src/maestro_cli/scheduler.py
src/maestro_cli/shell.py
src/maestro_cli/skill_registry.py
src/maestro_cli/status.py
src/maestro_cli/suggest.py
src/maestro_cli/symbols.py
src/maestro_cli/utils.py
src/maestro_cli/watch.py
src/maestro_cli/workspace_assertions.py
src/maestro_cli/workspace_index.py
src/maestro_cli/worktree.py
src/maestro_cli/tui/__init__.py
src/maestro_cli/tui/app.py
src/maestro_cli/tui/app.tcss
src/maestro_cli/tui/widgets.py
src/maestro_cli/web/__init__.py
src/maestro_cli/web/app.py
src/maestro_cli/web/routes_agui.py
src/maestro_cli/web/routes_api.py
src/maestro_cli/web/routes_sse.py
src/maestro_cli/web/state.py
src/maestro_cli/web/static/app.js
src/maestro_cli/web/static/charts.js
src/maestro_cli/web/static/dashboard.js
src/maestro_cli/web/static/index.html
src/maestro_cli/web/static/log-viewer.js
src/maestro_cli/web/static/logs.html
src/maestro_cli/web/static/new-run.html
src/maestro_cli/web/static/new-run.js
src/maestro_cli/web/static/run-detail.js
src/maestro_cli/web/static/run.html
src/maestro_cli/web/static/style.css
tests/test_advanced_judge.py
tests/test_ag_ui.py
tests/test_allowed_tools.py
tests/test_anchor_support.py
tests/test_approval.py
tests/test_audit.py
tests/test_audit_cov.py
tests/test_benchmark.py
tests/test_benchmark_cov.py
tests/test_blame.py
tests/test_budget.py
tests/test_cache.py
tests/test_cache_cov.py
tests/test_callback_multi.py
tests/test_cfi.py
tests/test_chat.py
tests/test_chat_cov.py
tests/test_checkpoint.py
tests/test_ci.py
tests/test_ci_agent_cov.py
tests/test_ci_github_actions.py
tests/test_ci_gitlab_ci.py
tests/test_cleanup.py
tests/test_cli.py
tests/test_cli_cov.py
tests/test_codebase_graph.py
tests/test_codebase_graph_cov.py
tests/test_compact.py
tests/test_context_budget.py
tests/test_context_mode.py
tests/test_context_model.py
tests/test_contracts.py
tests/test_copilot_engine.py
tests/test_cost_backfill.py
tests/test_cost_tracking.py
tests/test_council.py
tests/test_diff.py
tests/test_doc_sync.py
tests/test_doctor.py
tests/test_doctor_cov.py
tests/test_dynamic_group.py
tests/test_e2e_real_engines.py
tests/test_error_codes.py
tests/test_eval.py
tests/test_eval_cov.py
tests/test_event_callback.py
tests/test_eventsource.py
tests/test_explain.py
tests/test_explain_format_cov.py
tests/test_explain_plan_cov.py
tests/test_explain_trajectory.py
tests/test_failure_analysis.py
tests/test_fault_tolerance.py
tests/test_gemini_engine.py
tests/test_goal.py
tests/test_group_tasks.py
tests/test_imports.py
tests/test_integration_features.py
tests/test_intent_filtering.py
tests/test_jsonl_output.py
tests/test_judge_evaluation.py
tests/test_judge_extras.py
tests/test_judge_quorum.py
tests/test_knowledge.py
tests/test_knowledge_archive.py
tests/test_knowledge_consolidate_cov.py
tests/test_knowledge_graph.py
tests/test_knowledge_graph_cov.py
tests/test_knowledge_load_raw_cov.py
tests/test_knowledge_retrieval_cov.py
tests/test_knowledge_score_history_cov.py
tests/test_knowledge_scoring_cov.py
tests/test_knowledge_store_detailed_cov.py
tests/test_layered_context.py
tests/test_live.py
tests/test_live_integration.py
tests/test_llama_engine.py
tests/test_loader.py
tests/test_loader_cov_p1.py
tests/test_loader_cov_p2.py
tests/test_loader_validation.py
tests/test_loader_watch.py
tests/test_matrix.py
tests/test_mcp_server.py
tests/test_mcp_server_cov.py
tests/test_mcts.py
tests/test_mcts_cov.py
tests/test_memory.py
tests/test_memory_cov.py
tests/test_models.py
tests/test_multi.py
tests/test_ollama.py
tests/test_otel.py
tests/test_otel_cov.py
tests/test_pipeline_integration.py
tests/test_plugins.py
tests/test_plugins_cov.py
tests/test_policy.py
tests/test_policy_fuzz.py
tests/test_quickwins.py
tests/test_qwen.py
tests/test_recursive_context.py
tests/test_regression_guards.py
tests/test_relationships.py
tests/test_replan.py
tests/test_replan_cov_p1.py
tests/test_replan_cov_p2.py
tests/test_report.py
tests/test_resilience.py
tests/test_routing.py
tests/test_routing_cov.py
tests/test_routing_strategy.py
tests/test_run_events.py
tests/test_runners.py
tests/test_runners_build_recursive_context.py
tests/test_runners_codex_cumulative_usage.py
tests/test_runners_comparative_eval_cov.py
tests/test_runners_cost_extraction_log.py
tests/test_runners_cov_p1.py
tests/test_runners_cov_p2.py
tests/test_runners_cov_p3.py
tests/test_runners_cov_p4.py
tests/test_runners_cov_p5.py
tests/test_runners_cov_p6.py
tests/test_runners_evaluate_rubric_criteria.py
tests/test_runners_execute_batch_task_coverage.py
tests/test_runners_judge_debate_eval.py
tests/test_runners_load_prompt_coverage.py
tests/test_runners_progressive_compaction.py
tests/test_runners_resolve_executable_cov.py
tests/test_runners_stream_process_cov.py
tests/test_runners_watch.py
tests/test_scaffold.py
tests/test_scaffold_cov.py
tests/test_scheduler.py
tests/test_scheduler_cov_p1.py
tests/test_scheduler_cov_p2.py
tests/test_scheduler_watch.py
tests/test_sdk_surface.py
tests/test_secrets.py
tests/test_shell.py
tests/test_shell_cov.py
tests/test_signals.py
tests/test_skill_registry_cov.py
tests/test_smart_context.py
tests/test_smart_eval.py
tests/test_status.py
tests/test_suggest.py
tests/test_symbols.py
tests/test_symbols_cov.py
tests/test_tags.py
tests/test_tail_misc_a_cov.py
tests/test_tail_misc_b_cov.py
tests/test_taint.py
tests/test_tui.py
tests/test_tui_cov.py
tests/test_utils.py
tests/test_utils_cov.py
tests/test_v126_features.py
tests/test_v127_features.py
tests/test_v128_features.py
tests/test_v129_features.py
tests/test_v130_features.py
tests/test_v1_14.py
tests/test_v1_contract.py
tests/test_validation_warnings.py
tests/test_verbose_quiet.py
tests/test_verify_and_retry.py
tests/test_watch.py
tests/test_watch_cov_early.py
tests/test_watch_cov_late.py
tests/test_watch_cov_mid.py
tests/test_web_agui.py
tests/test_web_api.py
tests/test_web_routes_agui_cov.py
tests/test_web_routes_api_cov_a.py
tests/test_web_routes_api_cov_b.py
tests/test_web_routes_api_cov_c.py
tests/test_web_small_cov.py
tests/test_web_sse.py
tests/test_web_tokens.py
tests/test_webhook.py
tests/test_workspace_assertions.py
tests/test_workspace_assertions_cov.py
tests/test_workspace_index.py
tests/test_workspace_index_cov.py
tests/test_worktree.py