LICENSE
README.md
pyproject.toml
app/__init__.py
app/agents/__init__.py
app/agents/artifact_store.py
app/agents/blueprint.py
app/agents/cli_adapter.py
app/agents/coding_agent.py
app/agents/failure_analyzer.py
app/agents/hermes_adapter.py
app/agents/jd_analyzer.py
app/agents/llm_planner.py
app/agents/matching.py
app/agents/mock_executor.py
app/agents/orchestrator.py
app/agents/persistence.py
app/agents/planner.py
app/agents/replan_applier.py
app/agents/replan_persistence.py
app/agents/replanner.py
app/agents/sandbox_policy.py
app/agents/scheduler.py
app/agents/task_engine.py
app/agents/validation_aggregator.py
app/agents/validator.py
app/api/app.py
app/api/routes.py
app/api/schemas.py
app/cli/app.py
app/product/errors.py
app/product/event_store.py
app/product/lifecycle.py
app/product/project_artifact_store.py
app/product/project_persistence.py
app/product/replan_applier.py
app/product/replan_control.py
app/product/run_control.py
app/product/service.py
app/product/workflow.py
app/schemas/__init__.py
app/schemas/blueprint.py
app/schemas/event.py
app/schemas/execution.py
app/schemas/implementation.py
app/schemas/jd.py
app/schemas/matching.py
app/schemas/persistence.py
app/schemas/planner.py
app/schemas/project.py
app/schemas/replan.py
app/schemas/research.py
app/schemas/scoring.py
app/schemas/task.py
app/schemas/validation.py
jdforge.egg-info/PKG-INFO
jdforge.egg-info/SOURCES.txt
jdforge.egg-info/dependency_links.txt
jdforge.egg-info/entry_points.txt
jdforge.egg-info/requires.txt
jdforge.egg-info/top_level.txt
tests/test_api.py
tests/test_artifact_persistence.py
tests/test_artifact_store.py
tests/test_base_dir_isolation.py
tests/test_blueprint.py
tests/test_cli.py
tests/test_cli_plan.py
tests/test_execution_integration.py
tests/test_failure_analyzer.py
tests/test_hermes_adapter.py
tests/test_implementation.py
tests/test_jd_analyzer.py
tests/test_llm_planner.py
tests/test_matching.py
tests/test_mock_e2e.py
tests/test_orchestrator.py
tests/test_p20_e2e.py
tests/test_persistence.py
tests/test_planner_rule.py
tests/test_project_core.py
tests/test_project_persistence.py
tests/test_replan_api.py
tests/test_replan_applier.py
tests/test_replan_cli.py
tests/test_replan_control.py
tests/test_replan_e2e.py
tests/test_replan_execution_failure.py
tests/test_replan_persistence.py
tests/test_replanner.py
tests/test_resume.py
tests/test_run_api.py
tests/test_run_cli.py
tests/test_run_control.py
tests/test_run_execution.py
tests/test_scheduler.py
tests/test_service_plan.py
tests/test_task_engine.py
tests/test_timeout_config.py
tests/test_validation.py
tests/test_validation_criteria.py
tests/test_workflow.py
tests/test_workflow_lifecycle.py