devsquad 3.6.0__tar.gz → 3.6.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {devsquad-3.6.0 → devsquad-3.6.1}/PKG-INFO +16 -15
- {devsquad-3.6.0 → devsquad-3.6.1}/README.md +15 -14
- {devsquad-3.6.0 → devsquad-3.6.1}/devsquad.egg-info/PKG-INFO +16 -15
- {devsquad-3.6.0 → devsquad-3.6.1}/devsquad.egg-info/SOURCES.txt +10 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/pyproject.toml +1 -1
- {devsquad-3.6.0 → devsquad-3.6.1}/scripts/collaboration/__init__.py +7 -0
- devsquad-3.6.1/scripts/collaboration/_version.py +1 -0
- devsquad-3.6.1/scripts/collaboration/adaptive_role_selector.py +320 -0
- devsquad-3.6.1/scripts/collaboration/adaptive_role_selector_test.py +511 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/scripts/collaboration/dispatcher.py +30 -0
- devsquad-3.6.1/scripts/collaboration/execution_guard.py +323 -0
- devsquad-3.6.1/scripts/collaboration/execution_guard_test.py +557 -0
- devsquad-3.6.1/scripts/collaboration/feedback_control_loop.py +399 -0
- devsquad-3.6.1/scripts/collaboration/feedback_control_loop_test.py +468 -0
- devsquad-3.6.1/scripts/collaboration/performance_fingerprint.py +405 -0
- devsquad-3.6.1/scripts/collaboration/similar_task_recommender.py +219 -0
- devsquad-3.6.1/scripts/collaboration/similar_task_recommender_test.py +382 -0
- devsquad-3.6.1/tests/test_performance_fingerprint.py +346 -0
- devsquad-3.6.0/scripts/collaboration/_version.py +0 -1
- {devsquad-3.6.0 → devsquad-3.6.1}/LICENSE +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/devsquad.egg-info/dependency_links.txt +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/devsquad.egg-info/entry_points.txt +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/devsquad.egg-info/requires.txt +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/devsquad.egg-info/top_level.txt +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/scripts/__init__.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/scripts/ai_semantic_matcher.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/scripts/alert_manager.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/scripts/api/__init__.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/scripts/api/models.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/scripts/api/routes/__init__.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/scripts/api/routes/dispatch.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/scripts/api/routes/lifecycle.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/scripts/api/routes/metrics_gates.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/scripts/api_server.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/scripts/auth.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/scripts/cli/__init__.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/scripts/cli/cli_visual.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/scripts/cli.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/scripts/collaboration/agent_briefing.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/scripts/collaboration/ai_semantic_matcher.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/scripts/collaboration/anchor_checker.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/scripts/collaboration/anti_rationalization.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/scripts/collaboration/async_integration_example.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/scripts/collaboration/batch_scheduler.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/scripts/collaboration/checkpoint_manager.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/scripts/collaboration/ci_feedback_adapter.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/scripts/collaboration/code_map_generator.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/scripts/collaboration/concern_pack_loader.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/scripts/collaboration/confidence_score.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/scripts/collaboration/config_loader.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/scripts/collaboration/consensus.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/scripts/collaboration/context_compressor.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/scripts/collaboration/coordinator.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/scripts/collaboration/dual_layer_context.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/scripts/collaboration/enhanced_worker.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/scripts/collaboration/feature_usage_tracker.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/scripts/collaboration/five_axis_consensus.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/scripts/collaboration/input_validator.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/scripts/collaboration/integration_example.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/scripts/collaboration/intent_workflow_mapper.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/scripts/collaboration/language_parsers.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/scripts/collaboration/lifecycle_protocol.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/scripts/collaboration/llm_backend.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/scripts/collaboration/llm_cache.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/scripts/collaboration/llm_cache_async.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/scripts/collaboration/llm_retry.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/scripts/collaboration/llm_retry_async.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/scripts/collaboration/mce_adapter.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/scripts/collaboration/memory_bridge.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/scripts/collaboration/models.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/scripts/collaboration/null_providers.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/scripts/collaboration/operation_classifier.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/scripts/collaboration/output_slicer.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/scripts/collaboration/performance_monitor.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/scripts/collaboration/permission_guard.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/scripts/collaboration/prompt_assembler.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/scripts/collaboration/prompt_variant_generator.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/scripts/collaboration/protocols.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/scripts/collaboration/report_formatter.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/scripts/collaboration/retrospective.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/scripts/collaboration/role_matcher.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/scripts/collaboration/role_template_market.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/scripts/collaboration/rule_collector.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/scripts/collaboration/scratchpad.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/scripts/collaboration/skill_registry.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/scripts/collaboration/skillifier.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/scripts/collaboration/standardized_role_template.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/scripts/collaboration/task_completion_checker.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/scripts/collaboration/test_quality_guard.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/scripts/collaboration/unified_gate_engine.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/scripts/collaboration/usage_tracker.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/scripts/collaboration/user_friendly_error.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/scripts/collaboration/verification_gate.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/scripts/collaboration/warmup_manager.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/scripts/collaboration/worker.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/scripts/collaboration/workflow_engine.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/scripts/dashboard.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/scripts/generate_benchmark_report.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/scripts/history_manager.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/scripts/mcp_server.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/setup.cfg +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/skills/__init__.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/skills/dispatch/handler.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/skills/intent/handler.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/skills/registry.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/skills/retrospective/__init__.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/skills/retrospective/handler.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/skills/review/handler.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/skills/security/handler.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/skills/test/__init__.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/skills/test/handler.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/tests/test_agent_briefing.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/tests/test_anchor_retrospective.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/tests/test_anti_rationalization.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/tests/test_ci_feedback_adapter.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/tests/test_cli_lifecycle.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/tests/test_collaboration_claw_integration_test.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/tests/test_collaboration_context_compressor_test.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/tests/test_collaboration_core_test.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/tests/test_collaboration_dispatcher_test.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/tests/test_collaboration_dispatcher_ux_test.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/tests/test_collaboration_e2e_test.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/tests/test_collaboration_enhanced_e2e_test.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/tests/test_collaboration_llm_cache_test.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/tests/test_collaboration_llm_retry_test.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/tests/test_collaboration_mce_adapter_test.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/tests/test_collaboration_memory_bridge_test.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/tests/test_collaboration_performance_monitor_test.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/tests/test_collaboration_permission_guard_test.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/tests/test_collaboration_prompt_optimization_test.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/tests/test_collaboration_role_mapping_test.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/tests/test_collaboration_skillifier_test.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/tests/test_collaboration_test_quality_guard.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/tests/test_collaboration_test_quality_guard_test.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/tests/test_collaboration_upstream_test.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/tests/test_collaboration_warmup_manager_test.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/tests/test_comprehensive_integration.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/tests/test_confidence_score.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/tests/test_config_injection.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/tests/test_extended_integration.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/tests/test_final_integration.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/tests/test_five_axis_consensus.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/tests/test_full_lifecycle_adapter.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/tests/test_intent_workflow_mapper.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/tests/test_lifecycle_protocol.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/tests/test_llm_cache_protocol.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/tests/test_null_providers.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/tests/test_operation_classifier.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/tests/test_output_slicer.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/tests/test_performance_monitor_protocol.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/tests/test_plan_c_unified_architecture.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/tests/test_production_features.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/tests/test_protocols.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/tests/test_quick_bonus.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/tests/test_rule_injection_security.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/tests/test_standardized_role_template.py +0 -0
- {devsquad-3.6.0 → devsquad-3.6.1}/tests/test_verification_gate.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: devsquad
|
|
3
|
-
Version: 3.6.
|
|
3
|
+
Version: 3.6.1
|
|
4
4
|
Summary: Multi-Role AI Task Orchestrator — one task in, multi-role AI collaboration, one conclusion out (Production Ready)
|
|
5
5
|
Author: DevSquad Team
|
|
6
6
|
License: MIT
|
|
@@ -59,14 +59,14 @@ Dynamic: license-file
|
|
|
59
59
|
<p align="center">
|
|
60
60
|
<strong>One task → Multi-role AI collaboration → One conclusion</strong>
|
|
61
61
|
<br>
|
|
62
|
-
<em>Production Ready | V3.6.
|
|
62
|
+
<em>Production Ready | V3.6.1</em>
|
|
63
63
|
</p>
|
|
64
64
|
|
|
65
65
|
<p align="center">
|
|
66
66
|
<img alt="Python" src="https://img.shields.io/badge/Python-3.9+-blue?logo=python&logoColor=white" />
|
|
67
67
|
<img alt="License" src="https://img.shields.io/badge/License-MIT-green" />
|
|
68
|
-
<img alt="Tests" src="https://img.shields.io/badge/Tests-
|
|
69
|
-
<img alt="Version" src="https://img.shields.io/badge/V3.6.
|
|
68
|
+
<img alt="Tests" src="https://img.shields.io/badge/Tests-1561%20passing-brightgreen" />
|
|
69
|
+
<img alt="Version" src="https://img.shields.io/badge/V3.6.1-success" />
|
|
70
70
|
<img alt="CI" src="https://img.shields.io/badge/CI-GitHub_Actions-blue?logo=githubactions" />
|
|
71
71
|
<img alt="Quality" src="https://img.shields.io/badge/Code%20Quality-4.3%2F5%20%E2%98%85%E2%98%85%E2%98%85%E2%98%85%E2%98%86-blue" />
|
|
72
72
|
<img alt="Security" src="https://img.shields.io/badge/Security-5%2F5%20%E2%98%85%E2%98%85%E2%98%85%E2%98%85%E2%98%85-success" />
|
|
@@ -83,9 +83,9 @@ Dynamic: license-file
|
|
|
83
83
|
|
|
84
84
|
---
|
|
85
85
|
|
|
86
|
-
## 🚀 V3.6.
|
|
86
|
+
## 🚀 V3.6.1: Cybernetics Enhancement Release
|
|
87
87
|
|
|
88
|
-
**DevSquad V3.6.
|
|
88
|
+
**DevSquad V3.6.1** adds 5 new cybernetics modules: FeedbackControlLoop for closed-loop feedback control, ExecutionGuard for safe execution with rollback, PerformanceFingerprint for performance baseline tracking, SimilarTaskRecommender for TF-IDF-based task similarity search, and AdaptiveRoleSelector for intelligent role selection based on task characteristics — making multi-agent collaboration more adaptive, self-optimizing, and resilient.
|
|
89
89
|
|
|
90
90
|
### 🎯 Quick Start (4 Ways to Use DevSquad)
|
|
91
91
|
|
|
@@ -167,7 +167,7 @@ python scripts/cli.py lifecycle build --visual --verbose
|
|
|
167
167
|
|
|
168
168
|
---
|
|
169
169
|
|
|
170
|
-
## ✨ Key Features (V3.6.
|
|
170
|
+
## ✨ Key Features (V3.6.1)
|
|
171
171
|
|
|
172
172
|
### ⚓ AnchorChecker (NEW)
|
|
173
173
|
Milestone anchor verification that ensures critical checkpoints are properly validated before proceeding:
|
|
@@ -259,7 +259,7 @@ System:
|
|
|
259
259
|
|
|
260
260
|
---
|
|
261
261
|
|
|
262
|
-
## 🧩 Layered Sub-Skill Architecture (V3.6.
|
|
262
|
+
## 🧩 Layered Sub-Skill Architecture (V3.6.1)
|
|
263
263
|
|
|
264
264
|
> DevSquad provides **6 atomic sub-skills** that can be used independently or together.
|
|
265
265
|
> Each sub-skill is a thin wrapper (~50 lines) importing existing core modules — no duplicated logic.
|
|
@@ -416,7 +416,7 @@ pip install -e ".[all]"
|
|
|
416
416
|
```bash
|
|
417
417
|
# Check version
|
|
418
418
|
devsquad --version
|
|
419
|
-
# Expected: devsquad 3.6.
|
|
419
|
+
# Expected: devsquad 3.6.1
|
|
420
420
|
|
|
421
421
|
# Run tests
|
|
422
422
|
pytest tests/ -v --tb=short
|
|
@@ -446,7 +446,7 @@ python3 scripts/cli.py dispatch -t "Design auth system" -r arch --backend openai
|
|
|
446
446
|
# Other commands
|
|
447
447
|
python3 scripts/cli.py status # System status
|
|
448
448
|
python3 scripts/cli.py roles # List available roles
|
|
449
|
-
python3 scripts/cli.py --version # Show version (3.6.
|
|
449
|
+
python3 scripts/cli.py --version # Show version (3.6.1)
|
|
450
450
|
```
|
|
451
451
|
|
|
452
452
|
**2. Python API**
|
|
@@ -508,7 +508,7 @@ Exposes 6 tools: `multiagent_dispatch`, `multiagent_quick`, `multiagent_roles`,
|
|
|
508
508
|
|
|
509
509
|
**Auto-match**: If no roles specified, the dispatcher automatically matches based on task keywords.
|
|
510
510
|
|
|
511
|
-
## Architecture Overview (
|
|
511
|
+
## Architecture Overview (53 Core Modules)
|
|
512
512
|
|
|
513
513
|
DevSquad is built on a layered architecture with clear separation of concerns:
|
|
514
514
|
|
|
@@ -540,7 +540,7 @@ DevSquad is built on a layered architecture with clear separation of concerns:
|
|
|
540
540
|
└─────────────────────────────────────────────────┘
|
|
541
541
|
```
|
|
542
542
|
|
|
543
|
-
## What's New in V3.6.
|
|
543
|
+
## What's New in V3.6.1 🆕
|
|
544
544
|
|
|
545
545
|
### AnchorChecker System
|
|
546
546
|
Milestone anchor verification that ensures critical checkpoints are validated before proceeding:
|
|
@@ -673,7 +673,7 @@ See [Integration Guide](docs/guides/agent_briefing_confidence_integration.md) fo
|
|
|
673
673
|
|
|
674
674
|
### Project Lifecycle (11-Phase Model)
|
|
675
675
|
|
|
676
|
-
DevSquad V3.6.
|
|
676
|
+
DevSquad V3.6.1 defines an **11-phase (4 optional)** project lifecycle with clear roles, dependencies, and gate conditions:
|
|
677
677
|
|
|
678
678
|
```
|
|
679
679
|
P1 → P2 ──┬──→ P3 ──→ P6 ──→ P7 ──→ P8 ──→ P9 ──→ P10 ──→ P11
|
|
@@ -698,7 +698,7 @@ See [GUIDE.md](GUIDE.md) §4 for full lifecycle details with gate conditions and
|
|
|
698
698
|
- **GitHub Actions CI**: Python 3.9-3.12 matrix testing
|
|
699
699
|
- **pip installable**: `pip install -e .` with optional dependencies
|
|
700
700
|
|
|
701
|
-
## Module Reference (
|
|
701
|
+
## Module Reference (53 Modules)
|
|
702
702
|
|
|
703
703
|
| Module | File | Purpose |
|
|
704
704
|
|--------|------|---------|
|
|
@@ -824,7 +824,7 @@ python3 -m pytest scripts/collaboration/core_test.py \
|
|
|
824
824
|
tests/test_cli_lifecycle.py -v
|
|
825
825
|
|
|
826
826
|
# Quick smoke test
|
|
827
|
-
python3 scripts/cli.py --version # 3.6.
|
|
827
|
+
python3 scripts/cli.py --version # 3.6.1
|
|
828
828
|
python3 scripts/cli.py status # System ready
|
|
829
829
|
python3 scripts/cli.py roles # List 7 roles
|
|
830
830
|
|
|
@@ -922,6 +922,7 @@ docker build -t devsquad . && docker run -it devsquad dispatch -t "test"
|
|
|
922
922
|
|
|
923
923
|
| Date | Version | Highlights |
|
|
924
924
|
|------|---------|-----------|
|
|
925
|
+
| 2026-05-17 | **V3.6.1** | 🔄 **Cybernetics Enhancement** — 5 new modules (FeedbackControlLoop/ExecutionGuard/PerformanceFingerprint/SimilarTaskRecommender/AdaptiveRoleSelector) with feedback loops, execution guards, TF-IDF similarity search, and adaptive role selection. Inspired by upstream TraeMultiAgentSkill v2.5's cybernetics architecture. |
|
|
925
926
|
| 2026-05-16 | **V3.6.0** | 🧩 **Layered Sub-Skill Architecture** — 6 atomic sub-skills (dispatch/intent/review/security/test/retrospective) with lazy-loading registry via importlib, each ~50 lines wrapping existing core modules, no duplicated logic. All sub-skills work in Mock mode without API keys. Plus: Cross-platform compatibility docs updated for Claude Code/Cursor/OpenClaw/Pure Python/Docker/MCP. |
|
|
926
927
|
| 2026-05-13 | **V3.6.0** | ⚓ AnchorChecker (milestone anchor verification + drift detection), RetrospectiveEngine (independent retrospective + pattern extraction), StructuredGoal (structured goal decomposition + progress tracking), FallbackBackend (automatic LLM failover + health monitoring), FeatureUsageTracker (feature usage tracking + reporting + auto-persistence), 7 module integrations (IntentWorkflowMapper/AISemanticMatcher/DualLayerContextManager/OperationClassifier/SkillRegistry/FiveAxisConsensusEngine/NullProviders), 1548+ tests, 48 core modules |
|
|
927
928
|
| 2026-05-05 | **V3.5.0** | 📋 Enhancement Sprint — Code walkthrough enhancement, documentation consistency checks, Karpathy principles, project understanding (AgentBriefing), CLI lifecycle commands, structured output, 748+ tests |
|
|
@@ -3,14 +3,14 @@
|
|
|
3
3
|
<p align="center">
|
|
4
4
|
<strong>One task → Multi-role AI collaboration → One conclusion</strong>
|
|
5
5
|
<br>
|
|
6
|
-
<em>Production Ready | V3.6.
|
|
6
|
+
<em>Production Ready | V3.6.1</em>
|
|
7
7
|
</p>
|
|
8
8
|
|
|
9
9
|
<p align="center">
|
|
10
10
|
<img alt="Python" src="https://img.shields.io/badge/Python-3.9+-blue?logo=python&logoColor=white" />
|
|
11
11
|
<img alt="License" src="https://img.shields.io/badge/License-MIT-green" />
|
|
12
|
-
<img alt="Tests" src="https://img.shields.io/badge/Tests-
|
|
13
|
-
<img alt="Version" src="https://img.shields.io/badge/V3.6.
|
|
12
|
+
<img alt="Tests" src="https://img.shields.io/badge/Tests-1561%20passing-brightgreen" />
|
|
13
|
+
<img alt="Version" src="https://img.shields.io/badge/V3.6.1-success" />
|
|
14
14
|
<img alt="CI" src="https://img.shields.io/badge/CI-GitHub_Actions-blue?logo=githubactions" />
|
|
15
15
|
<img alt="Quality" src="https://img.shields.io/badge/Code%20Quality-4.3%2F5%20%E2%98%85%E2%98%85%E2%98%85%E2%98%85%E2%98%86-blue" />
|
|
16
16
|
<img alt="Security" src="https://img.shields.io/badge/Security-5%2F5%20%E2%98%85%E2%98%85%E2%98%85%E2%98%85%E2%98%85-success" />
|
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
|
|
28
28
|
---
|
|
29
29
|
|
|
30
|
-
## 🚀 V3.6.
|
|
30
|
+
## 🚀 V3.6.1: Cybernetics Enhancement Release
|
|
31
31
|
|
|
32
|
-
**DevSquad V3.6.
|
|
32
|
+
**DevSquad V3.6.1** adds 5 new cybernetics modules: FeedbackControlLoop for closed-loop feedback control, ExecutionGuard for safe execution with rollback, PerformanceFingerprint for performance baseline tracking, SimilarTaskRecommender for TF-IDF-based task similarity search, and AdaptiveRoleSelector for intelligent role selection based on task characteristics — making multi-agent collaboration more adaptive, self-optimizing, and resilient.
|
|
33
33
|
|
|
34
34
|
### 🎯 Quick Start (4 Ways to Use DevSquad)
|
|
35
35
|
|
|
@@ -111,7 +111,7 @@ python scripts/cli.py lifecycle build --visual --verbose
|
|
|
111
111
|
|
|
112
112
|
---
|
|
113
113
|
|
|
114
|
-
## ✨ Key Features (V3.6.
|
|
114
|
+
## ✨ Key Features (V3.6.1)
|
|
115
115
|
|
|
116
116
|
### ⚓ AnchorChecker (NEW)
|
|
117
117
|
Milestone anchor verification that ensures critical checkpoints are properly validated before proceeding:
|
|
@@ -203,7 +203,7 @@ System:
|
|
|
203
203
|
|
|
204
204
|
---
|
|
205
205
|
|
|
206
|
-
## 🧩 Layered Sub-Skill Architecture (V3.6.
|
|
206
|
+
## 🧩 Layered Sub-Skill Architecture (V3.6.1)
|
|
207
207
|
|
|
208
208
|
> DevSquad provides **6 atomic sub-skills** that can be used independently or together.
|
|
209
209
|
> Each sub-skill is a thin wrapper (~50 lines) importing existing core modules — no duplicated logic.
|
|
@@ -360,7 +360,7 @@ pip install -e ".[all]"
|
|
|
360
360
|
```bash
|
|
361
361
|
# Check version
|
|
362
362
|
devsquad --version
|
|
363
|
-
# Expected: devsquad 3.6.
|
|
363
|
+
# Expected: devsquad 3.6.1
|
|
364
364
|
|
|
365
365
|
# Run tests
|
|
366
366
|
pytest tests/ -v --tb=short
|
|
@@ -390,7 +390,7 @@ python3 scripts/cli.py dispatch -t "Design auth system" -r arch --backend openai
|
|
|
390
390
|
# Other commands
|
|
391
391
|
python3 scripts/cli.py status # System status
|
|
392
392
|
python3 scripts/cli.py roles # List available roles
|
|
393
|
-
python3 scripts/cli.py --version # Show version (3.6.
|
|
393
|
+
python3 scripts/cli.py --version # Show version (3.6.1)
|
|
394
394
|
```
|
|
395
395
|
|
|
396
396
|
**2. Python API**
|
|
@@ -452,7 +452,7 @@ Exposes 6 tools: `multiagent_dispatch`, `multiagent_quick`, `multiagent_roles`,
|
|
|
452
452
|
|
|
453
453
|
**Auto-match**: If no roles specified, the dispatcher automatically matches based on task keywords.
|
|
454
454
|
|
|
455
|
-
## Architecture Overview (
|
|
455
|
+
## Architecture Overview (53 Core Modules)
|
|
456
456
|
|
|
457
457
|
DevSquad is built on a layered architecture with clear separation of concerns:
|
|
458
458
|
|
|
@@ -484,7 +484,7 @@ DevSquad is built on a layered architecture with clear separation of concerns:
|
|
|
484
484
|
└─────────────────────────────────────────────────┘
|
|
485
485
|
```
|
|
486
486
|
|
|
487
|
-
## What's New in V3.6.
|
|
487
|
+
## What's New in V3.6.1 🆕
|
|
488
488
|
|
|
489
489
|
### AnchorChecker System
|
|
490
490
|
Milestone anchor verification that ensures critical checkpoints are validated before proceeding:
|
|
@@ -617,7 +617,7 @@ See [Integration Guide](docs/guides/agent_briefing_confidence_integration.md) fo
|
|
|
617
617
|
|
|
618
618
|
### Project Lifecycle (11-Phase Model)
|
|
619
619
|
|
|
620
|
-
DevSquad V3.6.
|
|
620
|
+
DevSquad V3.6.1 defines an **11-phase (4 optional)** project lifecycle with clear roles, dependencies, and gate conditions:
|
|
621
621
|
|
|
622
622
|
```
|
|
623
623
|
P1 → P2 ──┬──→ P3 ──→ P6 ──→ P7 ──→ P8 ──→ P9 ──→ P10 ──→ P11
|
|
@@ -642,7 +642,7 @@ See [GUIDE.md](GUIDE.md) §4 for full lifecycle details with gate conditions and
|
|
|
642
642
|
- **GitHub Actions CI**: Python 3.9-3.12 matrix testing
|
|
643
643
|
- **pip installable**: `pip install -e .` with optional dependencies
|
|
644
644
|
|
|
645
|
-
## Module Reference (
|
|
645
|
+
## Module Reference (53 Modules)
|
|
646
646
|
|
|
647
647
|
| Module | File | Purpose |
|
|
648
648
|
|--------|------|---------|
|
|
@@ -768,7 +768,7 @@ python3 -m pytest scripts/collaboration/core_test.py \
|
|
|
768
768
|
tests/test_cli_lifecycle.py -v
|
|
769
769
|
|
|
770
770
|
# Quick smoke test
|
|
771
|
-
python3 scripts/cli.py --version # 3.6.
|
|
771
|
+
python3 scripts/cli.py --version # 3.6.1
|
|
772
772
|
python3 scripts/cli.py status # System ready
|
|
773
773
|
python3 scripts/cli.py roles # List 7 roles
|
|
774
774
|
|
|
@@ -866,6 +866,7 @@ docker build -t devsquad . && docker run -it devsquad dispatch -t "test"
|
|
|
866
866
|
|
|
867
867
|
| Date | Version | Highlights |
|
|
868
868
|
|------|---------|-----------|
|
|
869
|
+
| 2026-05-17 | **V3.6.1** | 🔄 **Cybernetics Enhancement** — 5 new modules (FeedbackControlLoop/ExecutionGuard/PerformanceFingerprint/SimilarTaskRecommender/AdaptiveRoleSelector) with feedback loops, execution guards, TF-IDF similarity search, and adaptive role selection. Inspired by upstream TraeMultiAgentSkill v2.5's cybernetics architecture. |
|
|
869
870
|
| 2026-05-16 | **V3.6.0** | 🧩 **Layered Sub-Skill Architecture** — 6 atomic sub-skills (dispatch/intent/review/security/test/retrospective) with lazy-loading registry via importlib, each ~50 lines wrapping existing core modules, no duplicated logic. All sub-skills work in Mock mode without API keys. Plus: Cross-platform compatibility docs updated for Claude Code/Cursor/OpenClaw/Pure Python/Docker/MCP. |
|
|
870
871
|
| 2026-05-13 | **V3.6.0** | ⚓ AnchorChecker (milestone anchor verification + drift detection), RetrospectiveEngine (independent retrospective + pattern extraction), StructuredGoal (structured goal decomposition + progress tracking), FallbackBackend (automatic LLM failover + health monitoring), FeatureUsageTracker (feature usage tracking + reporting + auto-persistence), 7 module integrations (IntentWorkflowMapper/AISemanticMatcher/DualLayerContextManager/OperationClassifier/SkillRegistry/FiveAxisConsensusEngine/NullProviders), 1548+ tests, 48 core modules |
|
|
871
872
|
| 2026-05-05 | **V3.5.0** | 📋 Enhancement Sprint — Code walkthrough enhancement, documentation consistency checks, Karpathy principles, project understanding (AgentBriefing), CLI lifecycle commands, structured output, 748+ tests |
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: devsquad
|
|
3
|
-
Version: 3.6.
|
|
3
|
+
Version: 3.6.1
|
|
4
4
|
Summary: Multi-Role AI Task Orchestrator — one task in, multi-role AI collaboration, one conclusion out (Production Ready)
|
|
5
5
|
Author: DevSquad Team
|
|
6
6
|
License: MIT
|
|
@@ -59,14 +59,14 @@ Dynamic: license-file
|
|
|
59
59
|
<p align="center">
|
|
60
60
|
<strong>One task → Multi-role AI collaboration → One conclusion</strong>
|
|
61
61
|
<br>
|
|
62
|
-
<em>Production Ready | V3.6.
|
|
62
|
+
<em>Production Ready | V3.6.1</em>
|
|
63
63
|
</p>
|
|
64
64
|
|
|
65
65
|
<p align="center">
|
|
66
66
|
<img alt="Python" src="https://img.shields.io/badge/Python-3.9+-blue?logo=python&logoColor=white" />
|
|
67
67
|
<img alt="License" src="https://img.shields.io/badge/License-MIT-green" />
|
|
68
|
-
<img alt="Tests" src="https://img.shields.io/badge/Tests-
|
|
69
|
-
<img alt="Version" src="https://img.shields.io/badge/V3.6.
|
|
68
|
+
<img alt="Tests" src="https://img.shields.io/badge/Tests-1561%20passing-brightgreen" />
|
|
69
|
+
<img alt="Version" src="https://img.shields.io/badge/V3.6.1-success" />
|
|
70
70
|
<img alt="CI" src="https://img.shields.io/badge/CI-GitHub_Actions-blue?logo=githubactions" />
|
|
71
71
|
<img alt="Quality" src="https://img.shields.io/badge/Code%20Quality-4.3%2F5%20%E2%98%85%E2%98%85%E2%98%85%E2%98%85%E2%98%86-blue" />
|
|
72
72
|
<img alt="Security" src="https://img.shields.io/badge/Security-5%2F5%20%E2%98%85%E2%98%85%E2%98%85%E2%98%85%E2%98%85-success" />
|
|
@@ -83,9 +83,9 @@ Dynamic: license-file
|
|
|
83
83
|
|
|
84
84
|
---
|
|
85
85
|
|
|
86
|
-
## 🚀 V3.6.
|
|
86
|
+
## 🚀 V3.6.1: Cybernetics Enhancement Release
|
|
87
87
|
|
|
88
|
-
**DevSquad V3.6.
|
|
88
|
+
**DevSquad V3.6.1** adds 5 new cybernetics modules: FeedbackControlLoop for closed-loop feedback control, ExecutionGuard for safe execution with rollback, PerformanceFingerprint for performance baseline tracking, SimilarTaskRecommender for TF-IDF-based task similarity search, and AdaptiveRoleSelector for intelligent role selection based on task characteristics — making multi-agent collaboration more adaptive, self-optimizing, and resilient.
|
|
89
89
|
|
|
90
90
|
### 🎯 Quick Start (4 Ways to Use DevSquad)
|
|
91
91
|
|
|
@@ -167,7 +167,7 @@ python scripts/cli.py lifecycle build --visual --verbose
|
|
|
167
167
|
|
|
168
168
|
---
|
|
169
169
|
|
|
170
|
-
## ✨ Key Features (V3.6.
|
|
170
|
+
## ✨ Key Features (V3.6.1)
|
|
171
171
|
|
|
172
172
|
### ⚓ AnchorChecker (NEW)
|
|
173
173
|
Milestone anchor verification that ensures critical checkpoints are properly validated before proceeding:
|
|
@@ -259,7 +259,7 @@ System:
|
|
|
259
259
|
|
|
260
260
|
---
|
|
261
261
|
|
|
262
|
-
## 🧩 Layered Sub-Skill Architecture (V3.6.
|
|
262
|
+
## 🧩 Layered Sub-Skill Architecture (V3.6.1)
|
|
263
263
|
|
|
264
264
|
> DevSquad provides **6 atomic sub-skills** that can be used independently or together.
|
|
265
265
|
> Each sub-skill is a thin wrapper (~50 lines) importing existing core modules — no duplicated logic.
|
|
@@ -416,7 +416,7 @@ pip install -e ".[all]"
|
|
|
416
416
|
```bash
|
|
417
417
|
# Check version
|
|
418
418
|
devsquad --version
|
|
419
|
-
# Expected: devsquad 3.6.
|
|
419
|
+
# Expected: devsquad 3.6.1
|
|
420
420
|
|
|
421
421
|
# Run tests
|
|
422
422
|
pytest tests/ -v --tb=short
|
|
@@ -446,7 +446,7 @@ python3 scripts/cli.py dispatch -t "Design auth system" -r arch --backend openai
|
|
|
446
446
|
# Other commands
|
|
447
447
|
python3 scripts/cli.py status # System status
|
|
448
448
|
python3 scripts/cli.py roles # List available roles
|
|
449
|
-
python3 scripts/cli.py --version # Show version (3.6.
|
|
449
|
+
python3 scripts/cli.py --version # Show version (3.6.1)
|
|
450
450
|
```
|
|
451
451
|
|
|
452
452
|
**2. Python API**
|
|
@@ -508,7 +508,7 @@ Exposes 6 tools: `multiagent_dispatch`, `multiagent_quick`, `multiagent_roles`,
|
|
|
508
508
|
|
|
509
509
|
**Auto-match**: If no roles specified, the dispatcher automatically matches based on task keywords.
|
|
510
510
|
|
|
511
|
-
## Architecture Overview (
|
|
511
|
+
## Architecture Overview (53 Core Modules)
|
|
512
512
|
|
|
513
513
|
DevSquad is built on a layered architecture with clear separation of concerns:
|
|
514
514
|
|
|
@@ -540,7 +540,7 @@ DevSquad is built on a layered architecture with clear separation of concerns:
|
|
|
540
540
|
└─────────────────────────────────────────────────┘
|
|
541
541
|
```
|
|
542
542
|
|
|
543
|
-
## What's New in V3.6.
|
|
543
|
+
## What's New in V3.6.1 🆕
|
|
544
544
|
|
|
545
545
|
### AnchorChecker System
|
|
546
546
|
Milestone anchor verification that ensures critical checkpoints are validated before proceeding:
|
|
@@ -673,7 +673,7 @@ See [Integration Guide](docs/guides/agent_briefing_confidence_integration.md) fo
|
|
|
673
673
|
|
|
674
674
|
### Project Lifecycle (11-Phase Model)
|
|
675
675
|
|
|
676
|
-
DevSquad V3.6.
|
|
676
|
+
DevSquad V3.6.1 defines an **11-phase (4 optional)** project lifecycle with clear roles, dependencies, and gate conditions:
|
|
677
677
|
|
|
678
678
|
```
|
|
679
679
|
P1 → P2 ──┬──→ P3 ──→ P6 ──→ P7 ──→ P8 ──→ P9 ──→ P10 ──→ P11
|
|
@@ -698,7 +698,7 @@ See [GUIDE.md](GUIDE.md) §4 for full lifecycle details with gate conditions and
|
|
|
698
698
|
- **GitHub Actions CI**: Python 3.9-3.12 matrix testing
|
|
699
699
|
- **pip installable**: `pip install -e .` with optional dependencies
|
|
700
700
|
|
|
701
|
-
## Module Reference (
|
|
701
|
+
## Module Reference (53 Modules)
|
|
702
702
|
|
|
703
703
|
| Module | File | Purpose |
|
|
704
704
|
|--------|------|---------|
|
|
@@ -824,7 +824,7 @@ python3 -m pytest scripts/collaboration/core_test.py \
|
|
|
824
824
|
tests/test_cli_lifecycle.py -v
|
|
825
825
|
|
|
826
826
|
# Quick smoke test
|
|
827
|
-
python3 scripts/cli.py --version # 3.6.
|
|
827
|
+
python3 scripts/cli.py --version # 3.6.1
|
|
828
828
|
python3 scripts/cli.py status # System ready
|
|
829
829
|
python3 scripts/cli.py roles # List 7 roles
|
|
830
830
|
|
|
@@ -922,6 +922,7 @@ docker build -t devsquad . && docker run -it devsquad dispatch -t "test"
|
|
|
922
922
|
|
|
923
923
|
| Date | Version | Highlights |
|
|
924
924
|
|------|---------|-----------|
|
|
925
|
+
| 2026-05-17 | **V3.6.1** | 🔄 **Cybernetics Enhancement** — 5 new modules (FeedbackControlLoop/ExecutionGuard/PerformanceFingerprint/SimilarTaskRecommender/AdaptiveRoleSelector) with feedback loops, execution guards, TF-IDF similarity search, and adaptive role selection. Inspired by upstream TraeMultiAgentSkill v2.5's cybernetics architecture. |
|
|
925
926
|
| 2026-05-16 | **V3.6.0** | 🧩 **Layered Sub-Skill Architecture** — 6 atomic sub-skills (dispatch/intent/review/security/test/retrospective) with lazy-loading registry via importlib, each ~50 lines wrapping existing core modules, no duplicated logic. All sub-skills work in Mock mode without API keys. Plus: Cross-platform compatibility docs updated for Claude Code/Cursor/OpenClaw/Pure Python/Docker/MCP. |
|
|
926
927
|
| 2026-05-13 | **V3.6.0** | ⚓ AnchorChecker (milestone anchor verification + drift detection), RetrospectiveEngine (independent retrospective + pattern extraction), StructuredGoal (structured goal decomposition + progress tracking), FallbackBackend (automatic LLM failover + health monitoring), FeatureUsageTracker (feature usage tracking + reporting + auto-persistence), 7 module integrations (IntentWorkflowMapper/AISemanticMatcher/DualLayerContextManager/OperationClassifier/SkillRegistry/FiveAxisConsensusEngine/NullProviders), 1548+ tests, 48 core modules |
|
|
927
928
|
| 2026-05-05 | **V3.5.0** | 📋 Enhancement Sprint — Code walkthrough enhancement, documentation consistency checks, Karpathy principles, project understanding (AgentBriefing), CLI lifecycle commands, structured output, 748+ tests |
|
|
@@ -27,6 +27,8 @@ scripts/cli/__init__.py
|
|
|
27
27
|
scripts/cli/cli_visual.py
|
|
28
28
|
scripts/collaboration/__init__.py
|
|
29
29
|
scripts/collaboration/_version.py
|
|
30
|
+
scripts/collaboration/adaptive_role_selector.py
|
|
31
|
+
scripts/collaboration/adaptive_role_selector_test.py
|
|
30
32
|
scripts/collaboration/agent_briefing.py
|
|
31
33
|
scripts/collaboration/ai_semantic_matcher.py
|
|
32
34
|
scripts/collaboration/anchor_checker.py
|
|
@@ -45,7 +47,11 @@ scripts/collaboration/coordinator.py
|
|
|
45
47
|
scripts/collaboration/dispatcher.py
|
|
46
48
|
scripts/collaboration/dual_layer_context.py
|
|
47
49
|
scripts/collaboration/enhanced_worker.py
|
|
50
|
+
scripts/collaboration/execution_guard.py
|
|
51
|
+
scripts/collaboration/execution_guard_test.py
|
|
48
52
|
scripts/collaboration/feature_usage_tracker.py
|
|
53
|
+
scripts/collaboration/feedback_control_loop.py
|
|
54
|
+
scripts/collaboration/feedback_control_loop_test.py
|
|
49
55
|
scripts/collaboration/five_axis_consensus.py
|
|
50
56
|
scripts/collaboration/input_validator.py
|
|
51
57
|
scripts/collaboration/integration_example.py
|
|
@@ -63,6 +69,7 @@ scripts/collaboration/models.py
|
|
|
63
69
|
scripts/collaboration/null_providers.py
|
|
64
70
|
scripts/collaboration/operation_classifier.py
|
|
65
71
|
scripts/collaboration/output_slicer.py
|
|
72
|
+
scripts/collaboration/performance_fingerprint.py
|
|
66
73
|
scripts/collaboration/performance_monitor.py
|
|
67
74
|
scripts/collaboration/permission_guard.py
|
|
68
75
|
scripts/collaboration/prompt_assembler.py
|
|
@@ -74,6 +81,8 @@ scripts/collaboration/role_matcher.py
|
|
|
74
81
|
scripts/collaboration/role_template_market.py
|
|
75
82
|
scripts/collaboration/rule_collector.py
|
|
76
83
|
scripts/collaboration/scratchpad.py
|
|
84
|
+
scripts/collaboration/similar_task_recommender.py
|
|
85
|
+
scripts/collaboration/similar_task_recommender_test.py
|
|
77
86
|
scripts/collaboration/skill_registry.py
|
|
78
87
|
scripts/collaboration/skillifier.py
|
|
79
88
|
scripts/collaboration/standardized_role_template.py
|
|
@@ -134,6 +143,7 @@ tests/test_llm_cache_protocol.py
|
|
|
134
143
|
tests/test_null_providers.py
|
|
135
144
|
tests/test_operation_classifier.py
|
|
136
145
|
tests/test_output_slicer.py
|
|
146
|
+
tests/test_performance_fingerprint.py
|
|
137
147
|
tests/test_performance_monitor_protocol.py
|
|
138
148
|
tests/test_plan_c_unified_architecture.py
|
|
139
149
|
tests/test_production_features.py
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "devsquad"
|
|
7
|
-
version = "3.6.
|
|
7
|
+
version = "3.6.1"
|
|
8
8
|
description = "Multi-Role AI Task Orchestrator — one task in, multi-role AI collaboration, one conclusion out (Production Ready)"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = {text = "MIT"}
|
|
@@ -102,6 +102,9 @@ from .operation_classifier import OperationClassifier
|
|
|
102
102
|
from .skill_registry import SkillRegistry
|
|
103
103
|
from .ai_semantic_matcher import AISemanticMatcher
|
|
104
104
|
from .five_axis_consensus import FiveAxisConsensusEngine
|
|
105
|
+
from .performance_fingerprint import PerformanceFingerprint
|
|
106
|
+
from .similar_task_recommender import SimilarTaskRecommender
|
|
107
|
+
from .adaptive_role_selector import AdaptiveRoleSelector
|
|
105
108
|
from .null_providers import (
|
|
106
109
|
NullCacheProvider,
|
|
107
110
|
NullRetryProvider,
|
|
@@ -116,6 +119,10 @@ from .standardized_role_template import StandardizedRoleTemplate
|
|
|
116
119
|
from .prompt_variant_generator import PromptVariantGenerator
|
|
117
120
|
from .role_template_market import RoleTemplateMarket
|
|
118
121
|
|
|
122
|
+
# V3.6.0 Control & Guard exports
|
|
123
|
+
from .feedback_control_loop import FeedbackControlLoop
|
|
124
|
+
from .execution_guard import ExecutionGuard
|
|
125
|
+
|
|
119
126
|
|
|
120
127
|
from ._version import __version__
|
|
121
128
|
__author__ = "DevSquad Team"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "3.6.1"
|