LICENSE
README.md
pyproject.toml
pxx/__init__.py
pxx/audit_sampling.py
pxx/broker.py
pxx/calibration.py
pxx/clarify.py
pxx/cli.py
pxx/config.py
pxx/cost.py
pxx/doctor.py
pxx/entropy.py
pxx/errors.py
pxx/events.py
pxx/gitenv.py
pxx/goal.py
pxx/governance.py
pxx/loop.py
pxx/manifest.py
pxx/outcome.py
pxx/projection.py
pxx/protected_paths.py
pxx/resume.py
pxx/review.py
pxx/roles.py
pxx/router.py
pxx/runs.py
pxx/safety.py
pxx/safety_net.py
pxx/server.py
pxx/session.py
pxx/upgrade.py
pxx/verify.py
pxx/workflow.py
pxx/worktree.py
pxx/backends/__init__.py
pxx/backends/aider.py
pxx/backends/base.py
pxx/backends/mock.py
pxx/backends/native.py
pxx/backends/replay.py
pxx/eval/__init__.py
pxx/eval/cases.py
pxx/eval/harness.py
pxx/eval/report.py
pxx/improve/__init__.py
pxx/improve/apply.py
pxx/improve/autopromote.py
pxx/improve/candidate_eval.py
pxx/improve/candidates.py
pxx/improve/channels.py
pxx/improve/cycle.py
pxx/improve/evidence.py
pxx/improve/mining.py
pxx/improve/promotion.py
pxx/improve/scheduler.py
pxx/improve/tasks.py
pxx/improve/triage.py
pxx/mcp/__init__.py
pxx/mcp/client.py
pxx/mcp/server.py
pxx/memory/__init__.py
pxx/memory/capture.py
pxx/memory/embeddings.py
pxx/memory/inject.py
pxx/memory/store.py
pxx/memory/utility.py
pxx/prompts/native_system.md
pxx/prompts/review.md
pxx/tools/__init__.py
pxx/tools/fs.py
pxx/tools/memory_tools.py
pxx/tools/shell.py
pxx_orchestrator.egg-info/PKG-INFO
pxx_orchestrator.egg-info/SOURCES.txt
pxx_orchestrator.egg-info/dependency_links.txt
pxx_orchestrator.egg-info/entry_points.txt
pxx_orchestrator.egg-info/requires.txt
pxx_orchestrator.egg-info/top_level.txt
tests/test_audit_sampling.py
tests/test_backends_aider.py
tests/test_backends_mock.py
tests/test_backends_native.py
tests/test_backends_replay.py
tests/test_broker.py
tests/test_calibration.py
tests/test_clarify.py
tests/test_cli.py
tests/test_config.py
tests/test_cost.py
tests/test_doctor.py
tests/test_doctor_upgrade.py
tests/test_entropy.py
tests/test_eval_cases.py
tests/test_eval_harness.py
tests/test_eval_report.py
tests/test_events.py
tests/test_gitenv.py
tests/test_goal.py
tests/test_governance.py
tests/test_improve_apply.py
tests/test_improve_autopromote.py
tests/test_improve_candidate_eval.py
tests/test_improve_candidates.py
tests/test_improve_channels.py
tests/test_improve_cycle.py
tests/test_improve_evidence.py
tests/test_improve_mining.py
tests/test_improve_promotion.py
tests/test_improve_scheduler.py
tests/test_improve_tasks.py
tests/test_improve_triage.py
tests/test_loop.py
tests/test_manifest.py
tests/test_mcp.py
tests/test_memory_capture_inject.py
tests/test_memory_migration.py
tests/test_memory_store.py
tests/test_memory_utility.py
tests/test_projection.py
tests/test_protected_paths.py
tests/test_repo_config_exec_poc.py
tests/test_resume.py
tests/test_review.py
tests/test_roles.py
tests/test_router.py
tests/test_runs.py
tests/test_safety.py
tests/test_safety_net.py
tests/test_server.py
tests/test_session.py
tests/test_tools.py
tests/test_tools_registry.py
tests/test_verify.py
tests/test_workflow.py
tests/test_worktree.py