LICENSE
MANIFEST.in
README.md
pyproject.toml
ai-docs/index.md
ai-docs/guides/subagent-creation.md
ai-docs/guides/subagent-usage.md
ai-docs/product/module.md
ai-docs/product/architecture/security-and-trust-boundaries.md
ai-docs/product/architecture/system.md
ai-docs/product/business-rules/durable-evidence.md
ai-docs/product/business-rules/explicit-publication.md
ai-docs/product/business-rules/least-authority.md
ai-docs/product/contracts/public-contracts.md
ai-docs/product/decisions/consumer-owned-configuration.md
ai-docs/product/decisions/external-runtime-process.md
ai-docs/product/metrics/context-savings-estimator.md
ai-docs/product/metrics/delegation-context-measurement.md
ai-docs/product/modules/cli-job-lifecycle/acceptance.md
ai-docs/product/modules/cli-job-lifecycle/contract.md
ai-docs/product/modules/cli-job-lifecycle/module.md
ai-docs/product/modules/cli-job-lifecycle/scenario.md
ai-docs/product/modules/cli-job-lifecycle/test-case.md
ai-docs/product/modules/cli-job-lifecycle/contracts/project-lifecycle-commands.md
ai-docs/product/modules/cli-job-lifecycle/contracts/runner.md
ai-docs/product/modules/mcp-delegation/acceptance.md
ai-docs/product/modules/mcp-delegation/contract.md
ai-docs/product/modules/mcp-delegation/module.md
ai-docs/product/modules/mcp-delegation/scenario.md
ai-docs/product/modules/mcp-delegation/test-case.md
ai-docs/product/modules/mcp-delegation/contracts/delegation.md
ai-docs/product/modules/mcp-delegation/contracts/mcp-facade.md
ai-docs/product/modules/mcp-delegation/guides/host-setup.md
ai-docs/product/modules/routing-and-safety/acceptance.md
ai-docs/product/modules/routing-and-safety/contract.md
ai-docs/product/modules/routing-and-safety/module.md
ai-docs/product/modules/routing-and-safety/scenario.md
ai-docs/product/modules/routing-and-safety/test-case.md
ai-docs/product/modules/routing-and-safety/architecture/provider-owned-proxy-values.md
ai-docs/product/modules/routing-and-safety/contracts/directory-grants.md
ai-docs/product/modules/routing-and-safety/contracts/resource-bindings.md
ai-docs/product/modules/routing-and-safety/contracts/routing-and-workspace-safety.md
ai-docs/product/modules/routing-and-safety/reference/runtime-compatibility.md
ai-docs/product/modules/self-hosted-release/acceptance.md
ai-docs/product/modules/self-hosted-release/contract.md
ai-docs/product/modules/self-hosted-release/decision.md
ai-docs/product/modules/self-hosted-release/module.md
ai-docs/product/modules/self-hosted-release/scenario.md
ai-docs/product/modules/self-hosted-release/test-case.md
ai-docs/product/modules/self-hosted-release/contracts/release-agent.md
ai-docs/product/modules/self-hosted-release/operations/package-release.md
ai-docs/product/modules/self-hosted-release/operations/release-agent-integration.md
examples/check-report.json
examples/classified-failure.json
examples/cleanup-report.json
examples/cli-error.json
examples/config.toml
examples/diagnostic-artifact.json
examples/event.json
examples/init-report.json
examples/job-snapshot.json
examples/prune-report.json
examples/release-expected-result.json
examples/release-task-v3.json
examples/result.json
examples/runtime-profile.json
examples/task.json
examples/context-savings-estimator/estimate-task-v3.json
examples/development-steward/changed-files.json
examples/development-steward/closure-task-v3.json
examples/development-steward/context.json
examples/development-steward/readiness-task-v3.json
examples/development-steward/result-blocked-by-validation.json
examples/development-steward/result-needs-clarification.json
examples/development-steward/result-needs-design.json
examples/development-steward/result-ready.json
examples/development-steward/result-review-unavailable.json
examples/measurements/context-baseline-invalid-cumulative-usage.json
examples/measurements/context-baseline-pair.json
examples/planning-coordinator/maintain-task-v3.json
examples/planning-coordinator/request.json
examples/planning-coordinator/result-applied.json
examples/release-agent/audit-task-v3.json
examples/release-agent/delegate-task-v3.json
examples/release-agent/evidence.json
examples/release-agent/prepare-task-v3.json
examples/release-agent/verify-task-v3.json
packaging/context-savings-estimate.schema.json
packaging/delegation-context-measurement.schema.json
packaging/development-steward-changed-files.schema.json
packaging/development-steward-input.schema.json
packaging/development-steward-result.schema.json
packaging/planning-coordinator-request.schema.json
packaging/planning-coordinator-result.schema.json
packaging/release-agent-evidence.schema.json
packaging/release-agent-proposal.schema.json
packaging/release-handoff.schema.json
packaging/release-handoff.template.json
packaging/release-incident.schema.json
packaging/release-promotion.schema.json
packaging/pilots/task-000077-installed-wheel-mcp.json
packaging/pilots/task-000085-installed-wheel-mcp.json
packaging/pilots/task-000088-installed-wheel-mcp.json
packaging/pilots/task-000093-installed-wheel-mcp.json
packaging/pilots/task-000095-installed-wheel-mcp.json
packaging/pilots/task-000097-installed-wheel-mcp.json
packaging/pypi/README.md
packaging/release-incidents/v0.1.0b2.json
packaging/releases/v0.1.0b1/SHA256SUMS
packaging/releases/v0.1.0b1/release-handoff.json
packaging/releases/v0.1.0b2/SHA256SUMS
packaging/releases/v0.1.0b2/release-handoff.json
scripts/context_savings_estimate.py
scripts/delegation_context_measurement.py
scripts/development_steward_context.py
scripts/development_steward_result.py
scripts/install_local_control_plane.py
scripts/planning_coordinator_result.py
scripts/release_agent_evidence.py
scripts/release_artifacts.py
scripts/smoke_release_install.py
src/ai_agent_orchestrator/__init__.py
src/ai_agent_orchestrator/__main__.py
src/ai_agent_orchestrator/adapters.py
src/ai_agent_orchestrator/cli.py
src/ai_agent_orchestrator/cline_acp_bridge.py
src/ai_agent_orchestrator/config.py
src/ai_agent_orchestrator/contracts.py
src/ai_agent_orchestrator/execution.py
src/ai_agent_orchestrator/fixture_runtime.py
src/ai_agent_orchestrator/handoff.py
src/ai_agent_orchestrator/lifecycle.py
src/ai_agent_orchestrator/mcp.py
src/ai_agent_orchestrator/prune.py
src/ai_agent_orchestrator/quota.py
src/ai_agent_orchestrator/redaction.py
src/ai_agent_orchestrator/runner.py
src/ai_agent_orchestrator/runtime_adapters.py
src/ai_agent_orchestrator/schema_export.py
src/ai_agent_orchestrator/service.py
src/ai_agent_orchestrator/store.py
src/ai_agent_orchestrator/supervisor.py
src/ai_agent_orchestrator/worker.py
src/ai_agent_orchestrator.egg-info/PKG-INFO
src/ai_agent_orchestrator.egg-info/SOURCES.txt
src/ai_agent_orchestrator.egg-info/dependency_links.txt
src/ai_agent_orchestrator.egg-info/entry_points.txt
src/ai_agent_orchestrator.egg-info/requires.txt
src/ai_agent_orchestrator.egg-info/top_level.txt
src/ai_agent_orchestrator/fixtures/provenance.json
src/ai_agent_orchestrator/fixtures/claude/malformed.jsonl
src/ai_agent_orchestrator/fixtures/claude/native-error.jsonl
src/ai_agent_orchestrator/fixtures/claude/success.jsonl
src/ai_agent_orchestrator/fixtures/claude/truncated.jsonl
src/ai_agent_orchestrator/fixtures/claude/unknown.jsonl
src/ai_agent_orchestrator/fixtures/cline/malformed.jsonl
src/ai_agent_orchestrator/fixtures/cline/native-error.jsonl
src/ai_agent_orchestrator/fixtures/cline/success.jsonl
src/ai_agent_orchestrator/fixtures/cline/truncated.jsonl
src/ai_agent_orchestrator/fixtures/cline/unknown.jsonl
src/ai_agent_orchestrator/fixtures/codex/malformed.jsonl
src/ai_agent_orchestrator/fixtures/codex/native-error.jsonl
src/ai_agent_orchestrator/fixtures/codex/success.jsonl
src/ai_agent_orchestrator/fixtures/codex/truncated.jsonl
src/ai_agent_orchestrator/fixtures/codex/unknown.jsonl
src/ai_agent_orchestrator/safety/__init__.py
src/ai_agent_orchestrator/safety/environment.py
src/ai_agent_orchestrator/safety/errors.py
src/ai_agent_orchestrator/safety/resources.py
src/ai_agent_orchestrator/safety/sandbox.py
src/ai_agent_orchestrator/safety/workspace.py
src/ai_agent_orchestrator/schemas/check-report.schema.json
src/ai_agent_orchestrator/schemas/classified-failure.schema.json
src/ai_agent_orchestrator/schemas/cleanup-report.schema.json
src/ai_agent_orchestrator/schemas/cli-error.schema.json
src/ai_agent_orchestrator/schemas/config.schema.json
src/ai_agent_orchestrator/schemas/diagnostic-artifact.schema.json
src/ai_agent_orchestrator/schemas/event.schema.json
src/ai_agent_orchestrator/schemas/init-report.schema.json
src/ai_agent_orchestrator/schemas/job-snapshot.schema.json
src/ai_agent_orchestrator/schemas/prune-report.schema.json
src/ai_agent_orchestrator/schemas/result.schema.json
src/ai_agent_orchestrator/schemas/runtime-profile.schema.json
src/ai_agent_orchestrator/schemas/task.schema.json
tests/conftest.py
tests/test_adapters.py
tests/test_cline_acp_bridge.py
tests/test_config.py
tests/test_context_savings_estimate.py
tests/test_contracts.py
tests/test_delegation_context_measurement.py
tests/test_development_steward.py
tests/test_directory_grants.py
tests/test_documentation_integrity.py
tests/test_execution.py
tests/test_handoff.py
tests/test_install_local_control_plane.py
tests/test_lifecycle.py
tests/test_mcp.py
tests/test_package_entrypoints.py
tests/test_planning_coordinator.py
tests/test_quota.py
tests/test_redaction.py
tests/test_release_agent.py
tests/test_release_artifacts.py
tests/test_resources.py
tests/test_routing.py
tests/test_safety_environment.py
tests/test_sandbox.py
tests/test_store.py
tests/test_supervisor.py
tests/test_workspace_safety.py
tests/fixtures/cline-prose-adjacent-fenced-terminal.jsonl
tests/fixtures/cline-prose-fenced-terminal.jsonl
tests/fixtures/cline-prose-terminal.jsonl
tests/fixtures/cline-prose-terminal.provenance.json
tests/fixtures/fake_cline_acp.py