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/ai_semantic_matcher.py
scripts/alert_manager.py
scripts/api_server.py
scripts/auth.py
scripts/cli.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/routes/__init__.py
scripts/api/routes/dispatch.py
scripts/api/routes/lifecycle.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/adaptive_role_selector_test.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_integration_example.py
scripts/collaboration/batch_scheduler.py
scripts/collaboration/checkpoint_manager.py
scripts/collaboration/ci_feedback_adapter.py
scripts/collaboration/code_map_generator.py
scripts/collaboration/concern_pack_loader.py
scripts/collaboration/confidence_score.py
scripts/collaboration/config_loader.py
scripts/collaboration/consensus.py
scripts/collaboration/context_compressor.py
scripts/collaboration/coordinator.py
scripts/collaboration/dispatcher.py
scripts/collaboration/dual_layer_context.py
scripts/collaboration/enhanced_worker.py
scripts/collaboration/execution_guard.py
scripts/collaboration/execution_guard_test.py
scripts/collaboration/feature_usage_tracker.py
scripts/collaboration/feedback_control_loop.py
scripts/collaboration/feedback_control_loop_test.py
scripts/collaboration/five_axis_consensus.py
scripts/collaboration/input_validator.py
scripts/collaboration/integration_example.py
scripts/collaboration/intent_workflow_mapper.py
scripts/collaboration/language_parsers.py
scripts/collaboration/lifecycle_protocol.py
scripts/collaboration/llm_backend.py
scripts/collaboration/llm_cache.py
scripts/collaboration/llm_cache_async.py
scripts/collaboration/llm_retry.py
scripts/collaboration/llm_retry_async.py
scripts/collaboration/mce_adapter.py
scripts/collaboration/memory_bridge.py
scripts/collaboration/models.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/prompt_assembler.py
scripts/collaboration/prompt_variant_generator.py
scripts/collaboration/protocols.py
scripts/collaboration/report_formatter.py
scripts/collaboration/retrospective.py
scripts/collaboration/role_matcher.py
scripts/collaboration/role_template_market.py
scripts/collaboration/rule_collector.py
scripts/collaboration/scratchpad.py
scripts/collaboration/similar_task_recommender.py
scripts/collaboration/similar_task_recommender_test.py
scripts/collaboration/skill_registry.py
scripts/collaboration/skillifier.py
scripts/collaboration/standardized_role_template.py
scripts/collaboration/task_completion_checker.py
scripts/collaboration/test_quality_guard.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
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_ci_feedback_adapter.py
tests/test_cli_lifecycle.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_extended_integration.py
tests/test_final_integration.py
tests/test_five_axis_consensus.py
tests/test_full_lifecycle_adapter.py
tests/test_intent_workflow_mapper.py
tests/test_lifecycle_protocol.py
tests/test_llm_cache_protocol.py
tests/test_null_providers.py
tests/test_operation_classifier.py
tests/test_output_slicer.py
tests/test_performance_fingerprint.py
tests/test_performance_monitor_protocol.py
tests/test_plan_c_unified_architecture.py
tests/test_production_features.py
tests/test_protocols.py
tests/test_quick_bonus.py
tests/test_rule_injection_security.py
tests/test_standardized_role_template.py
tests/test_verification_gate.py