LICENSE
README.md
pyproject.toml
devsquad.egg-info/PKG-INFO
devsquad.egg-info/SOURCES.txt
devsquad.egg-info/dependency_links.txt
devsquad.egg-info/entry_points.txt
devsquad.egg-info/requires.txt
devsquad.egg-info/top_level.txt
scripts/__init__.py
scripts/api_server.py
scripts/auth.py
scripts/benchmark_async_dispatch.py
scripts/benchmark_real_llm.py
scripts/check_version_consistency.py
scripts/cli.py
scripts/cli_dispatch.py
scripts/cli_lifecycle.py
scripts/cli_utils.py
scripts/dashboard.py
scripts/generate_benchmark_report.py
scripts/history_manager.py
scripts/mcp_server.py
scripts/api/__init__.py
scripts/api/models.py
scripts/api/rate_limit.py
scripts/api/security.py
scripts/api/routes/__init__.py
scripts/api/routes/dispatch.py
scripts/api/routes/lifecycle.py
scripts/api/routes/metrics.py
scripts/api/routes/metrics_gates.py
scripts/cli/__init__.py
scripts/cli/cli_visual.py
scripts/collaboration/__init__.py
scripts/collaboration/_version.py
scripts/collaboration/adaptive_role_selector.py
scripts/collaboration/agent_briefing.py
scripts/collaboration/ai_semantic_matcher.py
scripts/collaboration/anchor_checker.py
scripts/collaboration/anti_rationalization.py
scripts/collaboration/async_adapter.py
scripts/collaboration/async_coordinator.py
scripts/collaboration/async_llm_backend.py
scripts/collaboration/audit_logger.py
scripts/collaboration/batch_scheduler.py
scripts/collaboration/cache_interface.py
scripts/collaboration/checkpoint_manager.py
scripts/collaboration/ci_feedback_adapter.py
scripts/collaboration/code_graph_query.py
scripts/collaboration/code_graph_storage.py
scripts/collaboration/code_knowledge_graph.py
scripts/collaboration/code_map_generator.py
scripts/collaboration/concern_pack_loader.py
scripts/collaboration/confidence_score.py
scripts/collaboration/consensus.py
scripts/collaboration/consensus_gate.py
scripts/collaboration/constants.py
scripts/collaboration/content_cache.py
scripts/collaboration/context_compressor.py
scripts/collaboration/coordinator.py
scripts/collaboration/dispatch_audit.py
scripts/collaboration/dispatch_component_factory.py
scripts/collaboration/dispatch_hooks.py
scripts/collaboration/dispatch_lifecycle.py
scripts/collaboration/dispatch_models.py
scripts/collaboration/dispatch_performance.py
scripts/collaboration/dispatch_pre_steps.py
scripts/collaboration/dispatch_rbac.py
scripts/collaboration/dispatch_result_assembler.py
scripts/collaboration/dispatch_services.py
scripts/collaboration/dispatch_steps.py
scripts/collaboration/dispatch_steps_base.py
scripts/collaboration/dispatch_steps_consensus_mixin.py
scripts/collaboration/dispatch_steps_feedback_mixin.py
scripts/collaboration/dispatch_steps_quality_mixin.py
scripts/collaboration/dispatch_steps_services_mixin.py
scripts/collaboration/dispatcher.py
scripts/collaboration/dispatcher_async_mixin.py
scripts/collaboration/dispatcher_audit_mixin.py
scripts/collaboration/dispatcher_base.py
scripts/collaboration/dispatcher_error_mixin.py
scripts/collaboration/dispatcher_factory.py
scripts/collaboration/dispatcher_lifecycle_mixin.py
scripts/collaboration/dispatcher_status_mixin.py
scripts/collaboration/dispatcher_utils_mixin.py
scripts/collaboration/dual_layer_context.py
scripts/collaboration/enhanced_worker.py
scripts/collaboration/enterprise_feature.py
scripts/collaboration/event_bus.py
scripts/collaboration/execution_guard.py
scripts/collaboration/feature_usage_tracker.py
scripts/collaboration/feedback_control_loop.py
scripts/collaboration/five_axis_consensus.py
scripts/collaboration/input_validator.py
scripts/collaboration/intent_workflow_mapper.py
scripts/collaboration/judge_agent.py
scripts/collaboration/language_parsers.py
scripts/collaboration/lifecycle_gate.py
scripts/collaboration/lifecycle_protocol.py
scripts/collaboration/lifecycle_shortcut_adapter.py
scripts/collaboration/lifecycle_shortcut_helpers.py
scripts/collaboration/lifecycle_templates.py
scripts/collaboration/llm_backend.py
scripts/collaboration/llm_cache.py
scripts/collaboration/llm_cache_async.py
scripts/collaboration/llm_cache_base.py
scripts/collaboration/llm_retry.py
scripts/collaboration/llm_retry_async.py
scripts/collaboration/llm_retry_base.py
scripts/collaboration/mce_adapter.py
scripts/collaboration/memory_bridge.py
scripts/collaboration/memory_claw_source.py
scripts/collaboration/memory_forgetting.py
scripts/collaboration/memory_index.py
scripts/collaboration/memory_query.py
scripts/collaboration/memory_serializer.py
scripts/collaboration/memory_types.py
scripts/collaboration/micro_task_planner.py
scripts/collaboration/models.py
scripts/collaboration/models_base.py
scripts/collaboration/models_dispatch.py
scripts/collaboration/models_lifecycle.py
scripts/collaboration/multi_host_adapter.py
scripts/collaboration/multi_level_cache.py
scripts/collaboration/multi_tenant.py
scripts/collaboration/null_providers.py
scripts/collaboration/operation_classifier.py
scripts/collaboration/output_slicer.py
scripts/collaboration/performance_fingerprint.py
scripts/collaboration/performance_monitor.py
scripts/collaboration/permission_guard.py
scripts/collaboration/prometheus_metrics.py
scripts/collaboration/prompt_assembler.py
scripts/collaboration/prompt_assembler_base.py
scripts/collaboration/prompt_assembler_formatting_mixin.py
scripts/collaboration/prompt_assembler_substitution_mixin.py
scripts/collaboration/prompt_assembler_template_mixin.py
scripts/collaboration/prompt_assembler_validation_mixin.py
scripts/collaboration/prompt_dials.py
scripts/collaboration/protocols.py
scripts/collaboration/rbac_engine.py
scripts/collaboration/redesign_auditor.py
scripts/collaboration/redesign_checkers.py
scripts/collaboration/redis_cache.py
scripts/collaboration/report_formatter.py
scripts/collaboration/retrospective.py
scripts/collaboration/review_checkers.py
scripts/collaboration/role_matcher.py
scripts/collaboration/role_skill_loader.py
scripts/collaboration/rule_collector.py
scripts/collaboration/scratchpad.py
scripts/collaboration/secret_patterns.py
scripts/collaboration/severity_router.py
scripts/collaboration/similar_task_recommender.py
scripts/collaboration/skill_extractor.py
scripts/collaboration/skill_registry.py
scripts/collaboration/skill_storage.py
scripts/collaboration/skillifier.py
scripts/collaboration/standardized_role_template.py
scripts/collaboration/task_completion_checker.py
scripts/collaboration/tech_debt_manager.py
scripts/collaboration/test_quality_guard.py
scripts/collaboration/two_stage_review_gate.py
scripts/collaboration/ue_test_accessibility_mixin.py
scripts/collaboration/ue_test_framework.py
scripts/collaboration/ue_test_framework_base.py
scripts/collaboration/ue_test_heuristic_mixin.py
scripts/collaboration/ue_test_journey_mixin.py
scripts/collaboration/ue_test_persona_mixin.py
scripts/collaboration/unified_gate_engine.py
scripts/collaboration/usage_tracker.py
scripts/collaboration/user_friendly_error.py
scripts/collaboration/verification_gate.py
scripts/collaboration/warmup_manager.py
scripts/collaboration/worker.py
scripts/collaboration/workflow_engine.py
scripts/collaboration/workflow_engine_base.py
scripts/collaboration/workflow_engine_lifecycle_mixin.py
scripts/collaboration/workflow_engine_persistence_mixin.py
scripts/collaboration/workflow_engine_state_mixin.py
scripts/collaboration/workflow_engine_transition_mixin.py
scripts/collaboration/yagni_checker.py
scripts/dashboard/__init__.py
scripts/dashboard/app.py
scripts/dashboard/auth_views.py
scripts/dashboard/components.py
scripts/dashboard/dispatch_views.py
scripts/dashboard/lifecycle_views.py
scripts/dashboard/metrics_views.py
scripts/dashboard/state.py
scripts/utils/__init__.py
scripts/utils/_find_missing_hints.py
skills/__init__.py
skills/registry.py
skills/dispatch/handler.py
skills/intent/handler.py
skills/retrospective/__init__.py
skills/retrospective/handler.py
skills/review/handler.py
skills/security/handler.py
skills/test/__init__.py
skills/test/handler.py
tests/test_agent_briefing.py
tests/test_anchor_retrospective.py
tests/test_anti_rationalization.py
tests/test_api_security.py
tests/test_api_server_v362.py
tests/test_async_modules.py
tests/test_audit_logger.py
tests/test_auth_phase5.py
tests/test_ci_feedback_adapter.py
tests/test_cli_deep_v362.py
tests/test_cli_lifecycle.py
tests/test_cli_phase5.py
tests/test_code_knowledge_graph.py
tests/test_collaboration_claw_integration_test.py
tests/test_collaboration_context_compressor_test.py
tests/test_collaboration_core_test.py
tests/test_collaboration_dispatcher_test.py
tests/test_collaboration_dispatcher_ux_test.py
tests/test_collaboration_e2e_test.py
tests/test_collaboration_enhanced_e2e_test.py
tests/test_collaboration_llm_cache_test.py
tests/test_collaboration_llm_retry_test.py
tests/test_collaboration_mce_adapter_test.py
tests/test_collaboration_memory_bridge_test.py
tests/test_collaboration_performance_monitor_test.py
tests/test_collaboration_permission_guard_test.py
tests/test_collaboration_prompt_optimization_test.py
tests/test_collaboration_role_mapping_test.py
tests/test_collaboration_skillifier_test.py
tests/test_collaboration_test_quality_guard.py
tests/test_collaboration_test_quality_guard_test.py
tests/test_collaboration_upstream_test.py
tests/test_collaboration_warmup_manager_test.py
tests/test_comprehensive_integration.py
tests/test_confidence_score.py
tests/test_config_injection.py
tests/test_consensus_gate.py
tests/test_content_cache.py
tests/test_dashboard_split.py
tests/test_data_backup.py
tests/test_dependency_lock.py
tests/test_dispatch_audit.py
tests/test_dispatch_rbac.py
tests/test_dispatcher_phase5_core.py
tests/test_docker_deployment.py
tests/test_extended_integration.py
tests/test_final_integration.py
tests/test_five_axis_consensus.py
tests/test_full_lifecycle_adapter.py
tests/test_history_manager_v362.py
tests/test_input_validator_phase5.py
tests/test_intent_workflow_mapper.py
tests/test_judge_agent.py
tests/test_lifecycle_protocol.py
tests/test_llm_auto_fallback.py
tests/test_llm_cache_protocol.py
tests/test_mcp_server_v362.py
tests/test_memory_benchmarks.py
tests/test_micro_task_planner.py
tests/test_multi_host_adapter.py
tests/test_multi_tenant.py
tests/test_node_type_separation.py
tests/test_null_providers.py
tests/test_operation_classifier.py
tests/test_output_slicer.py
tests/test_performance_benchmarks.py
tests/test_performance_fingerprint.py
tests/test_performance_monitor_protocol.py
tests/test_permission_guard_phase5.py
tests/test_pipeline_step19_20.py
tests/test_plan_c_unified_architecture.py
tests/test_production_features.py
tests/test_prompt_dials.py
tests/test_protocols.py
tests/test_quick_bonus.py
tests/test_rate_limit.py
tests/test_rbac_engine.py
tests/test_rbac_fail_closed.py
tests/test_redesign_auditor.py
tests/test_retry_jitter_strategies.py
tests/test_role_skill_loader.py
tests/test_rule_injection_security.py
tests/test_severity_router.py
tests/test_skill_security.py
tests/test_standardized_role_template.py
tests/test_start_script.py
tests/test_step_node_types.py
tests/test_suggested_next_steps.py
tests/test_tech_debt_manager.py
tests/test_two_stage_review_gate.py
tests/test_ue_test_framework.py
tests/test_v38_integration.py
tests/test_v39_e2e.py
tests/test_v39_integration.py
tests/test_v39_performance.py
tests/test_verification_gate.py
tests/test_version.py
tests/test_yagni_checker.py