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_ponytail_smart.py
scripts/benchmark_real_llm.py
scripts/check_async_coverage.py
scripts/check_config_consistency.py
scripts/check_constructor_params.py
scripts/check_dependency_lock.py
scripts/check_dependency_sync.py
scripts/check_doc_consistency.py
scripts/check_hidden_content.py
scripts/check_test_pyramid.py
scripts/check_test_quality.py
scripts/check_version_consistency.py
scripts/cli.py
scripts/cli_dispatch.py
scripts/cli_lifecycle.py
scripts/cli_sessions.py
scripts/cli_utils.py
scripts/dashboard.py
scripts/generate_benchmark_report.py
scripts/generate_quality_decision_report.py
scripts/history_manager.py
scripts/mcp_server.py
scripts/scan_pickle_payloads.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/adversarial_verify.py
scripts/collaboration/agent_briefing.py
scripts/collaboration/agent_identity.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/benchmark_regression_checker.py
scripts/collaboration/cache_interface.py
scripts/collaboration/ccr_store.py
scripts/collaboration/checkpoint_manager.py
scripts/collaboration/ci_feedback_adapter.py
scripts/collaboration/cli_command_classifier.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/config_manager.py
scripts/collaboration/consensus.py
scripts/collaboration/consensus_gate.py
scripts/collaboration/constants.py
scripts/collaboration/content_cache.py
scripts/collaboration/content_crusher.py
scripts/collaboration/context_compressor.py
scripts/collaboration/coordinator.py
scripts/collaboration/dashboard_live_mode.py
scripts/collaboration/debt_collector.py
scripts/collaboration/dependency_hallucination_checker.py
scripts/collaboration/deployment_compliance_checker.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_mixins.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_config.py
scripts/collaboration/dispatcher_error_mixin.py
scripts/collaboration/dispatcher_factory.py
scripts/collaboration/dispatcher_lifecycle_mixin.py
scripts/collaboration/dispatcher_mixins.py
scripts/collaboration/dispatcher_status_mixin.py
scripts/collaboration/dispatcher_utils_mixin.py
scripts/collaboration/dora_metrics_collector.py
scripts/collaboration/dual_layer_context.py
scripts/collaboration/enhanced_worker.py
scripts/collaboration/enterprise_feature.py
scripts/collaboration/error_budget_tracker.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/file_bundler.py
scripts/collaboration/five_axis_consensus.py
scripts/collaboration/gap_analyzer.py
scripts/collaboration/input_validator.py
scripts/collaboration/intent_workflow_mapper.py
scripts/collaboration/judge_agent.py
scripts/collaboration/language_parsers.py
scripts/collaboration/learned_rule_store.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/meta_skill_layering.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/output_validator.py
scripts/collaboration/performance_fingerprint.py
scripts/collaboration/performance_monitor.py
scripts/collaboration/permission_guard.py
scripts/collaboration/ponytail_rule_injector.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_mixins.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/quality_calibration_gate.py
scripts/collaboration/quality_probe_slice.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/requirement_tracer.py
scripts/collaboration/retrospective.py
scripts/collaboration/review_checkers.py
scripts/collaboration/risk_register.py
scripts/collaboration/role_matcher.py
scripts/collaboration/role_skill_loader.py
scripts/collaboration/role_specific_mock_backend.py
scripts/collaboration/rule_collector.py
scripts/collaboration/scratchpad.py
scripts/collaboration/scratchpad_history_store.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_provider_builtin.py
scripts/collaboration/skill_provider_mcp.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/todo_drift_monitor.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_mixins.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/viewpoint_registry.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_mixins.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/collaboration/autonomous/__init__.py
scripts/collaboration/autonomous/git_driver.py
scripts/collaboration/autonomous/loop_controller.py
scripts/collaboration/autonomous/notes_memory.py
scripts/collaboration/autonomous/run_state.py
scripts/collaboration/autonomous/sleep_guard.py
scripts/collaboration/autonomous/smart_confirmation.py
scripts/collaboration/loop_engineering/__init__.py
scripts/collaboration/loop_engineering/discovery_probe.py
scripts/collaboration/loop_engineering/handoff_adapter.py
scripts/collaboration/loop_engineering/independent_evaluator.py
scripts/collaboration/loop_engineering/kernel.py
scripts/collaboration/loop_engineering/loop_scheduler.py
scripts/collaboration/loop_engineering/models.py
scripts/collaboration/loop_engineering/protocols.py
scripts/collaboration/loop_engineering/rollback_strategy.py
scripts/collaboration/loop_engineering/unified_memory.py
scripts/collaboration/plugins/__init__.py
scripts/collaboration/plugins/hot_loader.py
scripts/dashboard/__init__.py
scripts/dashboard/app.py
scripts/dashboard/auth_views.py
scripts/dashboard/components.py
scripts/dashboard/dag_views.py
scripts/dashboard/dispatch_views.py
scripts/dashboard/i18n.py
scripts/dashboard/lifecycle_views.py
scripts/dashboard/metrics_views.py
scripts/dashboard/state.py
scripts/dashboard/v43_panels.py
scripts/qa/__init__.py
scripts/qa/deterministic_rule_engine.py
scripts/qa/models.py
scripts/qa/taste_dials.py
scripts/qa/uiux_analyzer.py
scripts/qa/uiux_subitems.py
scripts/qa/visual_regression.py
scripts/utils/__init__.py
scripts/utils/_find_missing_hints.py
skills/__init__.py
skills/_version.py
skills/registry.py
skills/dispatch/handler.py
skills/intent/handler.py
skills/prototype/handler.py
skills/retrospective/__init__.py
skills/retrospective/handler.py
skills/review/handler.py
skills/security/handler.py
skills/teach/handler.py
skills/test/__init__.py
skills/test/handler.py
tests/test_4pt_grid.py
tests/test_adaptive_role_selector.py
tests/test_adversarial_verify.py
tests/test_agent_briefing.py
tests/test_anchor_retrospective.py
tests/test_anti_rationalization.py
tests/test_antipattern_bans.py
tests/test_api_budget_status_endpoint.py
tests/test_api_security.py
tests/test_api_server_v362.py
tests/test_async_coordinator.py
tests/test_async_modules.py
tests/test_audit_logger.py
tests/test_auth_phase5.py
tests/test_autonomous.py
tests/test_benchmark_ponytail_smart.py
tests/test_cache_interface.py
tests/test_ccr_store.py
tests/test_check_async_coverage.py
tests/test_check_config_consistency.py
tests/test_check_constructor_params.py
tests/test_check_dependency_lock.py
tests/test_check_hidden_content.py
tests/test_check_test_pyramid.py
tests/test_check_test_quality.py
tests/test_check_version_consistency.py
tests/test_ci_feedback_adapter.py
tests/test_cli_command_classifier.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_confidence_score.py
tests/test_config_injection.py
tests/test_consensus_dissent.py
tests/test_consensus_fatigue.py
tests/test_consensus_gate.py
tests/test_content_cache.py
tests/test_content_crusher.py
tests/test_coordinator_smart_compression.py
tests/test_dag_views.py
tests/test_dashboard_live_mode.py
tests/test_dashboard_split.py
tests/test_dashboard_ui_e2e.py
tests/test_dashboard_v43_panels.py
tests/test_data_backup.py
tests/test_debt_collector.py
tests/test_deep_shallow.py
tests/test_deletion_test.py
tests/test_dependency_hallucination_checker.py
tests/test_dependency_lock.py
tests/test_deployment_compliance_checker.py
tests/test_deterministic_rule_engine.py
tests/test_dispatch_audit.py
tests/test_dispatch_performance.py
tests/test_dispatch_rbac.py
tests/test_dispatch_steps.py
tests/test_dispatcher_mixins.py
tests/test_dispatcher_phase5_core.py
tests/test_docker_deployment.py
tests/test_dual_layer_context.py
tests/test_enhanced_worker.py
tests/test_feedback_control_loop.py
tests/test_five_axis_consensus.py
tests/test_flow_standalone.py
tests/test_full_lifecycle_adapter.py
tests/test_git_guardrails.py
tests/test_glossary_loader.py
tests/test_grilling_mode.py
tests/test_handoff_redaction.py
tests/test_history_manager_v362.py
tests/test_input_validator_phase5.py
tests/test_input_validator_sensitive.py
tests/test_intent_workflow_mapper.py
tests/test_judge_agent.py
tests/test_learned_rule_phase4.py
tests/test_lifecycle_protocol.py
tests/test_llm_auto_fallback.py
tests/test_llm_cache_protocol.py
tests/test_loop_engineering.py
tests/test_loop_engineering_rollback.py
tests/test_mcp_server_v362.py
tests/test_memory_benchmarks.py
tests/test_meta_skill_layering.py
tests/test_micro_task_planner.py
tests/test_multi_host_adapter.py
tests/test_multi_tenant.py
tests/test_multi_tenant_isolation_e2e.py
tests/test_no_op_test.py
tests/test_node_type_separation.py
tests/test_null_providers.py
tests/test_oklch_color.py
tests/test_operation_classifier.py
tests/test_output_slicer.py
tests/test_output_validator_prompt_injection.py
tests/test_performance_benchmarks.py
tests/test_performance_fingerprint.py
tests/test_performance_monitor_protocol.py
tests/test_permission_guard_human_gate.py
tests/test_permission_guard_phase5.py
tests/test_phase4_ghost_feature_defense.py
tests/test_pipeline_step19_20.py
tests/test_plan_c_unified_architecture.py
tests/test_plugins_hot_loader.py
tests/test_ponytail_rule_injector.py
tests/test_production_features.py
tests/test_prometheus_metrics.py
tests/test_prompt_dials.py
tests/test_protocols.py
tests/test_prototype_skill.py
tests/test_qa_uiux_visual_regression.py
tests/test_quick_bonus.py
tests/test_rate_limit.py
tests/test_rbac_engine.py
tests/test_rbac_fail_closed.py
tests/test_red_capable_gate.py
tests/test_redesign_auditor.py
tests/test_redis_cache.py
tests/test_requirement_tracer.py
tests/test_retry_jitter_strategies.py
tests/test_role_skill_loader.py
tests/test_rule_collector.py
tests/test_rule_injection_security.py
tests/test_secret_patterns.py
tests/test_severity_router.py
tests/test_similar_task_recommender.py
tests/test_skill_registry_coverage.py
tests/test_skill_security.py
tests/test_sleep_guard.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_task_completion_checker.py
tests/test_taste_dials.py
tests/test_tautological_seams.py
tests/test_teach_skill.py
tests/test_tech_debt_manager.py
tests/test_todo_drift_monitor.py
tests/test_token_budget_compressed_scratchpad.py
tests/test_triage_label.py
tests/test_two_stage_review_gate.py
tests/test_ue_test_framework.py
tests/test_uiux_subitems.py
tests/test_usage_tracker_coverage.py
tests/test_v39_e2e.py
tests/test_v39_performance.py
tests/test_v411_security_hardening.py
tests/test_verification_gate.py
tests/test_version.py
tests/test_vertical_slice.py
tests/test_workflow_engine.py
tests/test_workflow_engine_base.py
tests/test_workflow_engine_lifecycle.py
tests/test_workflow_engine_state.py
tests/test_workflow_engine_transition.py
tests/test_workflow_persistence_coverage.py
tests/test_yagni_checker.py