CHANGELOG.md
COMPATIBILITY.md
CONTRIBUTING.md
GOVERNANCE.md
LICENSE
MANIFEST.in
README.md
SECURITY.md
VERSIONING.md
pyproject.toml
setup.py
docs/API_REFERENCE.md
docs/ARCHITECTURE.md
docs/CHANGELOG.md
docs/CONTEXTO_SESION.md
docs/DTF_LANGUAGE_V1.md
docs/FREEZE.md
docs/PLUGIN_DEVELOPMENT.md
docs/PLUGIN_SDK.md
docs/ROADMAP.md
docs/SPECIFICATION.md
docs/ADR/0001-parser.md
docs/ADR/0002-validator.md
docs/ADR/0003-scheduler.md
docs/ADR/0004-executor.md
docs/ADR/0005-reporter.md
docs/ADR/0006-workspace.md
docs/ADR/0007-cli.md
docs/ADR/0008-execution-strategy.md
docs/RFC/TEMPLATE.md
docs/arquitectura/ARCHITECTURE.md
docs/arquitectura/AUDITORIA_ARQUITECTURA.md
docs/arquitectura/CLASS_DIAGRAM.md
docs/arquitectura/CLI_SPECIFICATION.md
docs/arquitectura/COMPONENTS.md
docs/arquitectura/CORE_ARCHITECTURE.md
docs/arquitectura/DATA_FLOW.md
docs/arquitectura/INTEGRATION.md
docs/arquitectura/REPORTE_FASE_1.8.md
docs/arquitectura/REPORTE_FASE_1.md
docs/decisiones/ADR-001_ARQUITECTURA_BASE.md
docs/decisiones/ADR-002_COMPONENTES.md
docs/decisiones/ADR-003_FLUJO_OFICIAL.md
docs/decisiones/AUDIT_PHASE1.md
docs/roadmap/PLAN_EJECUCION.md
dtf_planner.egg-info/PKG-INFO
dtf_planner.egg-info/SOURCES.txt
dtf_planner.egg-info/dependency_links.txt
dtf_planner.egg-info/entry_points.txt
dtf_planner.egg-info/requires.txt
dtf_planner.egg-info/top_level.txt
plugins/docker-plugin/plugin.json
plugins/docker-plugin/plugin.py
plugins/git-plugin/plugin.json
plugins/git-plugin/plugin.py
plugins/github-plugin/plugin.json
plugins/github-plugin/plugin.py
plugins/markdown-reporter/plugin.json
plugins/markdown-reporter/plugin.py
plugins/mcp-plugin/plugin.json
plugins/mcp-plugin/plugin.py
plugins/rest-api-plugin/plugin.json
plugins/rest-api-plugin/plugin.py
src/__init__.py
src/api.py
src/main.py
src/migration.py
src/auditor/__init__.py
src/auditor/auditor.py
src/cli/__init__.py
src/cli/planner.py
src/compatibility/__init__.py
src/compatibility/manager.py
src/executor/__init__.py
src/executor/cache.py
src/executor/errors.py
src/executor/executor.py
src/executor/parallel.py
src/executor/retry.py
src/executor/sequential.py
src/executor/strategy.py
src/executor/telemetry.py
src/executor/worker_pool.py
src/generators/__init__.py
src/generators/plan_generator.py
src/generators/workspace_generator.py
src/language/__init__.py
src/language/grammar.py
src/language/parser/__init__.py
src/language/parser/parser.py
src/language/validator/__init__.py
src/language/validator/validator.py
src/models/__init__.py
src/models/context.py
src/models/dependency.py
src/models/enums.py
src/models/events.py
src/models/phase.py
src/models/project.py
src/models/task.py
src/models/workspace.py
src/parser/__init__.py
src/parser/parser.py
src/plugins/__init__.py
src/plugins/discovery.py
src/plugins/event_bus.py
src/plugins/hooks.py
src/plugins/manager.py
src/plugins/manifest.py
src/plugins/plugin.py
src/reporter/__init__.py
src/reporter/reporter.py
src/scheduler/__init__.py
src/scheduler/scheduler.py
src/templates/__init__.py
src/utils/__init__.py
src/utils/config.py
src/utils/logger.py
src/validator/__init__.py
src/validator/validator.py
tests/__init__.py
tests/benchmark_scheduler.py
tests/conftest.py
tests/docker_plugin_test_helper.py
tests/git_plugin_test_helper.py
tests/github_plugin_test_helper.py
tests/mcp_plugin_test_helper.py
tests/rest_api_plugin_test_helper.py
tests/stress_large_projects.py
tests/test_api.py
tests/test_auditor.py
tests/test_cache.py
tests/test_cli_full.py
tests/test_cli_init.py
tests/test_cli_report.py
tests/test_compatibility.py
tests/test_compatibility_manager.py
tests/test_docker_plugin.py
tests/test_errors.py
tests/test_event_bus.py
tests/test_events.py
tests/test_execution_strategy.py
tests/test_executor.py
tests/test_git_plugin.py
tests/test_github_plugin.py
tests/test_golden.py
tests/test_grammar.py
tests/test_integration_fase4.py
tests/test_mcp_plugin.py
tests/test_migration.py
tests/test_models.py
tests/test_parallel_integration.py
tests/test_parser.py
tests/test_pipeline.py
tests/test_plan_generator.py
tests/test_plugins.py
tests/test_reproducibility.py
tests/test_rest_api_plugin.py
tests/test_retry.py
tests/test_scheduler.py
tests/test_telemetry.py
tests/test_templates.py
tests/test_validator_full.py
tests/test_worker_pool.py
tests/test_workspace_generator.py