LICENSE
README.md
pyproject.toml
src/pcl/__init__.py
src/pcl/__main__.py
src/pcl/agents.py
src/pcl/checkpoints.py
src/pcl/cli.py
src/pcl/commands.py
src/pcl/context.py
src/pcl/db.py
src/pcl/decisions.py
src/pcl/errors.py
src/pcl/escalations.py
src/pcl/events.py
src/pcl/evidence.py
src/pcl/exporters.py
src/pcl/guards.py
src/pcl/ids.py
src/pcl/init_project.py
src/pcl/lifecycle.py
src/pcl/links.py
src/pcl/mcp_server.py
src/pcl/migrations.py
src/pcl/paths.py
src/pcl/renderer.py
src/pcl/reports.py
src/pcl/resources.py
src/pcl/stories.py
src/pcl/timeutil.py
src/pcl/update_check.py
src/pcl/validators.py
src/pcl/workflow_executor.py
src/pcl/workflow_proposal_validation.py
src/pcl/workflow_proposals.py
src/pcl/workflow_sandbox.py
src/pcl/workflow_verifier.py
src/pcl/workflow_yaml.py
src/pcl/workflows.py
src/pcl/db/schema.sql
src/pcl/db/migrations/001_initial.sql
src/pcl/templates/dashboard/dashboard.html
src/pcl/templates/project/AGENTS.block.md
src/pcl/templates/project/CLAUDE.block.md
src/pcl/templates/project/gitignore.fragment
src/pcl/templates/project/pcl.yaml
src/pcl/templates/skills/project-control-loop/SKILL.md
src/pcl/templates/workflows/defect_repair.yaml
src/pcl/templates/workflows/executor_smoke.yaml
src/pcl/templates/workflows/feature_coverage.yaml
src/pcl/templates/workflows/regression_loop.yaml
src/project_loop_harness.egg-info/PKG-INFO
src/project_loop_harness.egg-info/SOURCES.txt
src/project_loop_harness.egg-info/dependency_links.txt
src/project_loop_harness.egg-info/entry_points.txt
src/project_loop_harness.egg-info/requires.txt
src/project_loop_harness.egg-info/top_level.txt
tests/test_agent_adapter_contract.py
tests/test_agent_output_validation.py
tests/test_agents.py
tests/test_audit_log_integrity.py
tests/test_checkpoints.py
tests/test_claude_manual_adapter.py
tests/test_cli_init.py
tests/test_codex_exec_adapter.py
tests/test_codex_plugin.py
tests/test_context.py
tests/test_dashboard.py
tests/test_dashboard_data_contract.py
tests/test_decisions.py
tests/test_defects.py
tests/test_distribution.py
tests/test_escalations.py
tests/test_examples.py
tests/test_features.py
tests/test_generic_shell_adapter.py
tests/test_golden_path.py
tests/test_lifecycle.py
tests/test_mcp_server.py
tests/test_migrations.py
tests/test_next_actions.py
tests/test_pypi_publishing.py
tests/test_recovery_playbook.py
tests/test_reports.py
tests/test_stories.py
tests/test_update_check.py
tests/test_validation.py
tests/test_validation_diagnostics.py
tests/test_workflow_executor.py
tests/test_workflow_proposals.py
tests/test_workflow_sandbox.py
tests/test_workflow_verifier.py
tests/test_workflows.py