README.md
pyproject.toml
src/__init__.py
src/cli.py
src/api/__init__.py
src/api/models/__init__.py
src/api/routes/__init__.py
src/api/routes/agents.py
src/api/routes/health.py
src/api/routes/notifications.py
src/api/routes/projects.py
src/api/routes/tests.py
src/api/routes/webhook.py
src/cli/__init__.py
src/cli/build.py
src/cli/cancel.py
src/cli/cleanup.py
src/cli/execute.py
src/cli/init.py
src/cli/query.py
src/cli/report.py
src/core/__init__.py
src/core/agent.py
src/core/conf_man_client.py
src/core/config_service.py
src/core/dependency_service.py
src/core/docker_service.py
src/core/execution.py
src/core/ipc.py
src/core/isolation.py
src/core/oc_collab_client.py
src/core/project.py
src/core/report_service.py
src/core/result_service.py
src/core/test_executor.py
src/core/version_client.py
src/core/notification/__init__.py
src/core/notification/bug_report.py
src/core/notification/webhook.py
src/core/notification/websocket.py
src/db/__init__.py
src/db/database.py
src/db/repositories/__init__.py
src/db/repositories/result_repo.py
src/models/__init__.py
src/models/test_report.py
src/models/test_result.py
src/oc_test_agent.egg-info/PKG-INFO
src/oc_test_agent.egg-info/SOURCES.txt
src/oc_test_agent.egg-info/dependency_links.txt
src/oc_test_agent.egg-info/entry_points.txt
src/oc_test_agent.egg-info/requires.txt
src/oc_test_agent.egg-info/top_level.txt
src/utils/config.py
src/utils/errors.py
src/utils/logger.py
tests/test_agent_behavior.py
tests/test_agent_daemon.py
tests/test_agent_daemon_complete.py
tests/test_agent_daemon_long_running.py
tests/test_agent_daemon_true_long_running.py
tests/test_agent_extended.py
tests/test_agent_manager.py
tests/test_auto_git_sync.py
tests/test_auto_retry.py
tests/test_auto_upgrade.py
tests/test_blackbox_v210.py
tests/test_blackbox_v221.py
tests/test_blackbox_v226.py
tests/test_brain_engine.py
tests/test_bug_20260210_001_skill_enforce_cli.py
tests/test_bug_20260219_004_agent_id_format.py
tests/test_bug_20260219_009_auto_signoff.py
tests/test_bug_20260219_010_auto_signoff_cli.py
tests/test_case_record.py
tests/test_change_compliance.py
tests/test_cli_integrity.py
tests/test_cli_modules.py
tests/test_cognitive_immune.py
tests/test_completeness_gate.py
tests/test_compliance_engine.py
tests/test_conf_man_client.py
tests/test_config.py
tests/test_config_reloader.py
tests/test_core.py
tests/test_daemon.py
tests/test_daemon_integration.py
tests/test_deployment_modules.py
tests/test_design_review_notifier.py
tests/test_detector.py
tests/test_doc_generator.py
tests/test_document_state_binder.py
tests/test_e2e.py
tests/test_e2e_v221.py
tests/test_e2e_v222.py
tests/test_e2e_v2_0.py
tests/test_e2e_v2_2_0.py
tests/test_enforcement_system_e2e.py
tests/test_error_templates.py
tests/test_exception_handler.py
tests/test_extended.py
tests/test_extended_checklist.py
tests/test_file_owner.py
tests/test_git.py
tests/test_git_monitor.py
tests/test_git_sync_integrator.py
tests/test_git_workflow_enforcer.py
tests/test_http_api_e2e.py
tests/test_iteration_status_manager.py
tests/test_m4_enhancements.py
tests/test_meeting_manager.py
tests/test_monitor.py
tests/test_notification.py
tests/test_notification_e2e.py
tests/test_notification_enhanced.py
tests/test_notification_extended.py
tests/test_notification_final.py
tests/test_notification_websocket_full.py
tests/test_oc_collab_http_api.py
tests/test_package_completeness.py
tests/test_phase_advance.py
tests/test_project_manager.py
tests/test_refactoring_modules.py
tests/test_refactoring_modules_extended.py
tests/test_reliable_todo_storage.py
tests/test_requirements_checker.py
tests/test_resource_lock.py
tests/test_role_boundary_checker.py
tests/test_s01_todo.py
tests/test_s02_signoff.py
tests/test_s03_project.py
tests/test_s04_agent.py
tests/test_s05_skill.py
tests/test_s06_s12.py
tests/test_session_manager.py
tests/test_session_manager_v2.py
tests/test_shared_todo_db.py
tests/test_signoff.py
tests/test_signoff_enforcer.py
tests/test_signoff_record_manager.py
tests/test_skill_behavior_reliability.py
tests/test_skill_enforcer.py
tests/test_skill_system_comprehensive.py
tests/test_state_machine.py
tests/test_state_manager.py
tests/test_state_manager_v2.py
tests/test_state_migration.py
tests/test_state_notifier_e2e.py
tests/test_state_structure_compatibility.py
tests/test_state_sync.py
tests/test_state_validator.py
tests/test_story_manager.py
tests/test_supervisor.py
tests/test_supplement_core.py
tests/test_task_executor.py
tests/test_test_report.py
tests/test_todo_gap_filling.py
tests/test_utils.py
tests/test_v1_2_core.py
tests/test_v1_2_executor.py
tests/test_v1_2_final.py
tests/test_v1_2_unit.py
tests/test_v226_ai_modules.py
tests/test_v226_skill_modules.py
tests/test_v226_user_scenarios.py
tests/test_v227_blackbox.py
tests/test_v227_coverage_supplement.py
tests/test_v227_modules.py
tests/test_v228_coverage_supplement.py
tests/test_v228_modules.py
tests/test_v230_bug_linker.py
tests/test_v230_coverage_checker.py
tests/test_v230_e2e.py
tests/test_v230_e2e_full.py
tests/test_v230_requirements_coverage.py
tests/test_v230_skill_index.py
tests/test_v230_skill_search.py
tests/test_v230_test_suggestion.py
tests/test_v232_e2e.py
tests/test_v2_2_10_modules.py
tests/test_v2_2_11_modules.py
tests/test_v2_2_3.py
tests/test_v2_2_9_modules.py
tests/test_v2_3_1.py
tests/test_v2_3_2_modules.py
tests/test_v2_3_3_e2e.py
tests/test_v2_3_3_e2e_full.py
tests/test_v2_3_3_modules.py
tests/test_version_client.py
tests/test_workflow.py