MANIFEST.in
README.md
pyproject.toml
setup.cfg
backend/config.py
backend/main.py
backend/api/__init__.py
backend/api/routes/__init__.py
backend/api/routes/main.py
backend/api/routes/materials.py
backend/api/routes/progress.py
backend/api/routes/sync.py
backend/api/routes/templates.py
backend/config/settings.yaml
backend/integrations/__init__.py
backend/integrations/conf_man_client.py
backend/integrations/dossierai_client.py
backend/integrations/llm_service.py
backend/integrations/secret_client.py
backend/integrations/siliconflow_client.py
backend/integrations/version_api_client.py
backend/models/__init__.py
backend/models/database.py
backend/services/__init__.py
backend/services/bug_generator_service.py
backend/services/classifier_service.py
backend/services/confidential_checker.py
backend/services/customer_service.py
backend/services/document_fetcher.py
backend/services/git_service.py
backend/services/git_sync_service.py
backend/services/input_handler.py
backend/services/issue_sync_service.py
backend/services/oc_collab_client.py
backend/services/processing_log_service.py
backend/services/progress_service.py
backend/services/project_service.py
backend/services/proposal_generator_service.py
backend/services/status_feedback_service.py
backend/services/sync_permission_service.py
backend/services/version_service.py
backend/static/index.html
backend/static/vite.svg
backend/static/assets/index-Dud3g0n6.js
backend/tests/__init__.py
backend/tests/test_conf_man_client.py
backend/tests/test_core.py
backend/tests/test_v12.py
backend/tests/test_v12_80final.py
backend/tests/test_v12_80push.py
backend/tests/test_v12_all80.py
backend/tests/test_v12_all_services_db.py
backend/tests/test_v12_complete80.py
backend/tests/test_v12_coverage.py
backend/tests/test_v12_coverage2.py
backend/tests/test_v12_coverage_push2.py
backend/tests/test_v12_db_coverage.py
backend/tests/test_v12_db_push.py
backend/tests/test_v12_e2e.py
backend/tests/test_v12_extra.py
backend/tests/test_v12_final80.py
backend/tests/test_v12_final_80.py
backend/tests/test_v12_final_coverage.py
backend/tests/test_v12_final_push.py
backend/tests/test_v12_max_coverage.py
backend/tests/test_v12_more.py
backend/tests/test_v12_push80.py
backend/tests/test_v12_simple.py
backend/tests/test_v12_sprint.py
backend/tests/test_v12_ultra_coverage.py
backend/tests/test_version_api.py
backend/tests/test_version_e2e.py
backend/tests/test_version_service.py
pm_agent_full.egg-info/PKG-INFO
pm_agent_full.egg-info/SOURCES.txt
pm_agent_full.egg-info/dependency_links.txt
pm_agent_full.egg-info/requires.txt
pm_agent_full.egg-info/top_level.txt
tests/test_backend_unit.py
tests/test_conf_man_client.py
tests/test_e2e_v2.py
tests/test_error_scenarios.py
tests/test_integration.py
tests/test_regression_v2.py
tests/test_requirements_coverage.py
tests/test_version_client.py