opencode-collaboration 2.2.0.post1__tar.gz → 2.2.0.post2__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.
- {opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/PKG-INFO +2 -2
- {opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/README.md +1 -1
- {opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/opencode_collaboration.egg-info/PKG-INFO +2 -2
- {opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/pyproject.toml +1 -1
- {opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/opencode_collaboration.egg-info/SOURCES.txt +0 -0
- {opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/opencode_collaboration.egg-info/dependency_links.txt +0 -0
- {opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/opencode_collaboration.egg-info/entry_points.txt +0 -0
- {opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/opencode_collaboration.egg-info/requires.txt +0 -0
- {opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/opencode_collaboration.egg-info/top_level.txt +0 -0
- {opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/setup.cfg +0 -0
- {opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/src/__init__.py +0 -0
- {opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/src/cli/__init__.py +0 -0
- {opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/src/cli/agent.py +0 -0
- {opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/src/cli/main.py +0 -0
- {opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/src/core/__init__.py +0 -0
- {opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/src/core/agent_manager.py +0 -0
- {opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/src/core/auto_doc_git.py +0 -0
- {opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/src/core/auto_docs.py +0 -0
- {opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/src/core/auto_engine.py +0 -0
- {opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/src/core/auto_git_sync.py +0 -0
- {opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/src/core/auto_retry.py +0 -0
- {opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/src/core/brain_engine.py +0 -0
- {opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/src/core/config_reloader.py +0 -0
- {opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/src/core/daemon.py +0 -0
- {opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/src/core/design_review_notifier.py +0 -0
- {opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/src/core/detector.py +0 -0
- {opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/src/core/doc_generator.py +0 -0
- {opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/src/core/error_templates.py +0 -0
- {opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/src/core/exception_handler.py +0 -0
- {opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/src/core/git.py +0 -0
- {opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/src/core/git_monitor.py +0 -0
- {opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/src/core/git_workflow_enforcer.py +0 -0
- {opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/src/core/iteration_status_manager.py +0 -0
- {opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/src/core/meeting_manager.py +0 -0
- {opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/src/core/monitor.py +0 -0
- {opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/src/core/phase_advance.py +0 -0
- {opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/src/core/project_manager.py +0 -0
- {opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/src/core/resource_lock.py +0 -0
- {opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/src/core/signoff.py +0 -0
- {opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/src/core/state_machine.py +0 -0
- {opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/src/core/state_manager.py +0 -0
- {opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/src/core/state_migrator.py +0 -0
- {opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/src/core/state_validator.py +0 -0
- {opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/src/core/story_manager.py +0 -0
- {opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/src/core/supervisor.py +0 -0
- {opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/src/core/task_executor.py +0 -0
- {opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/src/core/workflow.py +0 -0
- {opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/src/main.py +0 -0
- {opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/src/utils/__init__.py +0 -0
- {opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/src/utils/date.py +0 -0
- {opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/src/utils/file.py +0 -0
- {opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/src/utils/lock.py +0 -0
- {opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/src/utils/yaml.py +0 -0
- {opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/tests/test_agent_behavior.py +0 -0
- {opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/tests/test_agent_daemon.py +0 -0
- {opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/tests/test_agent_daemon_complete.py +0 -0
- {opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/tests/test_agent_daemon_long_running.py +0 -0
- {opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/tests/test_agent_daemon_true_long_running.py +0 -0
- {opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/tests/test_agent_manager.py +0 -0
- {opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/tests/test_auto_git_sync.py +0 -0
- {opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/tests/test_auto_retry.py +0 -0
- {opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/tests/test_blackbox_v210.py +0 -0
- {opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/tests/test_brain_engine.py +0 -0
- {opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/tests/test_config_reloader.py +0 -0
- {opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/tests/test_daemon.py +0 -0
- {opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/tests/test_daemon_integration.py +0 -0
- {opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/tests/test_design_review_notifier.py +0 -0
- {opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/tests/test_detector.py +0 -0
- {opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/tests/test_doc_generator.py +0 -0
- {opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/tests/test_e2e.py +0 -0
- {opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/tests/test_e2e_v2_2_0.py +0 -0
- {opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/tests/test_error_templates.py +0 -0
- {opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/tests/test_exception_handler.py +0 -0
- {opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/tests/test_git.py +0 -0
- {opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/tests/test_git_monitor.py +0 -0
- {opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/tests/test_git_workflow_enforcer.py +0 -0
- {opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/tests/test_iteration_status_manager.py +0 -0
- {opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/tests/test_m4_enhancements.py +0 -0
- {opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/tests/test_meeting_manager.py +0 -0
- {opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/tests/test_monitor.py +0 -0
- {opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/tests/test_package_completeness.py +0 -0
- {opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/tests/test_phase_advance.py +0 -0
- {opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/tests/test_project_manager.py +0 -0
- {opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/tests/test_resource_lock.py +0 -0
- {opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/tests/test_signoff.py +0 -0
- {opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/tests/test_state_machine.py +0 -0
- {opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/tests/test_state_manager.py +0 -0
- {opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/tests/test_state_manager_v2.py +0 -0
- {opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/tests/test_state_migration.py +0 -0
- {opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/tests/test_state_structure_compatibility.py +0 -0
- {opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/tests/test_state_validator.py +0 -0
- {opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/tests/test_story_manager.py +0 -0
- {opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/tests/test_supervisor.py +0 -0
- {opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/tests/test_task_executor.py +0 -0
- {opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/tests/test_workflow.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: opencode-collaboration
|
|
3
|
-
Version: 2.2.0.
|
|
3
|
+
Version: 2.2.0.post2
|
|
4
4
|
Summary: 双Agent协作框架 - 产品经理与开发的分离式协作工具
|
|
5
5
|
Author-email: liuzhen <dev@opencode.ai>
|
|
6
6
|
License: MIT
|
|
@@ -128,7 +128,7 @@ myproject/
|
|
|
128
128
|
## 详细文档
|
|
129
129
|
|
|
130
130
|
完整使用指南请参见项目 GitHub 仓库:
|
|
131
|
-
https://github.com/
|
|
131
|
+
https://github.com/legoland01/dual-agent-collaboration-system
|
|
132
132
|
|
|
133
133
|
---
|
|
134
134
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: opencode-collaboration
|
|
3
|
-
Version: 2.2.0.
|
|
3
|
+
Version: 2.2.0.post2
|
|
4
4
|
Summary: 双Agent协作框架 - 产品经理与开发的分离式协作工具
|
|
5
5
|
Author-email: liuzhen <dev@opencode.ai>
|
|
6
6
|
License: MIT
|
|
@@ -128,7 +128,7 @@ myproject/
|
|
|
128
128
|
## 详细文档
|
|
129
129
|
|
|
130
130
|
完整使用指南请参见项目 GitHub 仓库:
|
|
131
|
-
https://github.com/
|
|
131
|
+
https://github.com/legoland01/dual-agent-collaboration-system
|
|
132
132
|
|
|
133
133
|
---
|
|
134
134
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/src/cli/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/src/core/__init__.py
RENAMED
|
File without changes
|
{opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/src/core/agent_manager.py
RENAMED
|
File without changes
|
{opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/src/core/auto_doc_git.py
RENAMED
|
File without changes
|
{opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/src/core/auto_docs.py
RENAMED
|
File without changes
|
{opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/src/core/auto_engine.py
RENAMED
|
File without changes
|
{opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/src/core/auto_git_sync.py
RENAMED
|
File without changes
|
{opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/src/core/auto_retry.py
RENAMED
|
File without changes
|
{opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/src/core/brain_engine.py
RENAMED
|
File without changes
|
|
File without changes
|
{opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/src/core/daemon.py
RENAMED
|
File without changes
|
|
File without changes
|
{opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/src/core/detector.py
RENAMED
|
File without changes
|
{opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/src/core/doc_generator.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/src/core/git_monitor.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/src/core/monitor.py
RENAMED
|
File without changes
|
{opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/src/core/phase_advance.py
RENAMED
|
File without changes
|
|
File without changes
|
{opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/src/core/resource_lock.py
RENAMED
|
File without changes
|
{opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/src/core/signoff.py
RENAMED
|
File without changes
|
{opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/src/core/state_machine.py
RENAMED
|
File without changes
|
{opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/src/core/state_manager.py
RENAMED
|
File without changes
|
{opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/src/core/state_migrator.py
RENAMED
|
File without changes
|
|
File without changes
|
{opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/src/core/story_manager.py
RENAMED
|
File without changes
|
{opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/src/core/supervisor.py
RENAMED
|
File without changes
|
{opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/src/core/task_executor.py
RENAMED
|
File without changes
|
{opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/src/core/workflow.py
RENAMED
|
File without changes
|
|
File without changes
|
{opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/src/utils/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/tests/test_agent_daemon.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/tests/test_auto_retry.py
RENAMED
|
File without changes
|
|
File without changes
|
{opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/tests/test_brain_engine.py
RENAMED
|
File without changes
|
|
File without changes
|
{opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/tests/test_daemon.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/tests/test_detector.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/tests/test_e2e_v2_2_0.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/tests/test_git_monitor.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/tests/test_monitor.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/tests/test_signoff.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/tests/test_supervisor.py
RENAMED
|
File without changes
|
|
File without changes
|
{opencode_collaboration-2.2.0.post1 → opencode_collaboration-2.2.0.post2}/tests/test_workflow.py
RENAMED
|
File without changes
|