CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
apps/__init__.py
apps/api/__init__.py
apps/api/main.py
apps/benchmarks/__init__.py
apps/benchmarks/main.py
apps/sandbox/__init__.py
apps/sandbox/main.py
apps/worker/__init__.py
apps/worker/main.py
apps/worker/verify.py
patchr.egg-info/PKG-INFO
patchr.egg-info/SOURCES.txt
patchr.egg-info/dependency_links.txt
patchr.egg-info/entry_points.txt
patchr.egg-info/requires.txt
patchr.egg-info/top_level.txt
src/patchr/__init__.py
src/patchr/sdk/__init__.py
src/patchr/sdk/client.py
src/picux/__init__.py
src/picux/config.py
src/picux/agents/__init__.py
src/picux/agents/registry.py
src/picux/api/__init__.py
src/picux/api/service.py
src/picux/apps/__init__.py
src/picux/apps/registry.py
src/picux/audit/__init__.py
src/picux/audit/activity.py
src/picux/audit/observability.py
src/picux/audit/verification/__init__.py
src/picux/audit/verification/ledger.py
src/picux/autonomy/__init__.py
src/picux/autonomy/executor.py
src/picux/autonomy/governance.py
src/picux/autonomy/mandate.py
src/picux/autonomy/runtime.py
src/picux/benchmarks/__init__.py
src/picux/benchmarks/local.py
src/picux/contracts/__init__.py
src/picux/contracts/handshake.py
src/picux/contracts/integration.py
src/picux/contracts/openapi.py
src/picux/contracts/protocol_map.py
src/picux/contracts/routes.py
src/picux/contracts/schema_catalog.py
src/picux/contracts/schemas.py
src/picux/contracts/tool_schemas.py
src/picux/contracts/workers.py
src/picux/core/__init__.py
src/picux/core/confidence.py
src/picux/core/models.py
src/picux/core/router.py
src/picux/core/runtime.py
src/picux/core/state_machine.py
src/picux/domains/__init__.py
src/picux/domains/verify_change.py
src/picux/domains/bridge/HostRun.py
src/picux/domains/bridge/__init__.py
src/picux/domains/bridge/carrier_webhook.py
src/picux/domains/bridge/carriers.py
src/picux/domains/bridge/engine.py
src/picux/domains/cicd/__init__.py
src/picux/domains/cicd/engine.py
src/picux/domains/cicd/models.py
src/picux/domains/db_migration/__init__.py
src/picux/domains/db_migration/engine.py
src/picux/domains/db_migration/models.py
src/picux/domains/delivery/__init__.py
src/picux/domains/delivery/engine.py
src/picux/domains/delivery/execution.py
src/picux/domains/delivery/models.py
src/picux/domains/environment/__init__.py
src/picux/domains/environment/brief.py
src/picux/domains/environment/engine.py
src/picux/domains/environment/models.py
src/picux/domains/environment/secrets.py
src/picux/domains/funnel/__init__.py
src/picux/domains/funnel/engine.py
src/picux/domains/funnel/gate.py
src/picux/domains/funnel/notify.py
src/picux/domains/hunt/__init__.py
src/picux/domains/hunt/engine.py
src/picux/domains/hunt/models.py
src/picux/domains/incident/__init__.py
src/picux/domains/incident/engine.py
src/picux/domains/incident/models.py
src/picux/domains/kubernetes/__init__.py
src/picux/domains/kubernetes/engine.py
src/picux/domains/kubernetes/models.py
src/picux/domains/pay/__init__.py
src/picux/domains/pay/adapters.py
src/picux/domains/pay/engine.py
src/picux/domains/pay/evm.py
src/picux/domains/pay/models.py
src/picux/domains/pay/solana.py
src/picux/domains/proxy/__init__.py
src/picux/domains/proxy/engine.py
src/picux/domains/resolve/__init__.py
src/picux/domains/resolve/engine.py
src/picux/domains/resolve/playbooks/__init__.py
src/picux/domains/resolve/playbooks/agent_due_diligence.py
src/picux/domains/resolve/playbooks/education.py
src/picux/domains/resolve/playbooks/employment.py
src/picux/domains/security_validation/__init__.py
src/picux/domains/security_validation/engine.py
src/picux/domains/security_validation/models.py
src/picux/orchestrator/__init__.py
src/picux/orchestrator/engine.py
src/picux/orchestrator/planner.py
src/picux/portals/__init__.py
src/picux/portals/templates.py
src/picux/protocols/__init__.py
src/picux/protocols/a2a/__init__.py
src/picux/protocols/a2a/client.py
src/picux/protocols/a2a/envelope.py
src/picux/protocols/mcp/__init__.py
src/picux/protocols/mcp/client.py
src/picux/protocols/mcp/contract.py
src/picux/protocols/mcp/server.py
src/picux/sandbox/__init__.py
src/picux/sandbox/midnight_arbitrage.py
src/picux/sandbox/models.py
src/picux/sdk/__init__.py
src/picux/sdk/client.py
src/picux/sdk/context.py
src/picux/sdk/external.py
src/picux/security/__init__.py
src/picux/security/auth.py
src/picux/security/config_validator.py
src/picux/security/network_policy.py
src/picux/security/policy.py
src/picux/security/profiles.py
src/picux/security/ratelimit.py
src/picux/security/secrets.py
src/picux/security/vault.py
src/picux/signals/__init__.py
src/picux/signals/community/__init__.py
src/picux/signals/community/disambiguation.py
src/picux/signals/community/intake.py
src/picux/signals/community/models.py
src/picux/signals/community/rules.py
src/picux/signals/community/scoring.py
src/picux/signals/community/adapters/__init__.py
src/picux/signals/community/adapters/reddit.py
src/picux/signals/community/adapters/shopify.py
src/picux/signals/community/adapters/web.py
src/picux/storage/__init__.py
src/picux/storage/agents.py
src/picux/storage/apps.py
src/picux/storage/cases.py
src/picux/storage/channels.py
src/picux/storage/connectors.py
src/picux/storage/envelopes.py
src/picux/storage/escrows.py
src/picux/storage/events.py
src/picux/storage/funnel.py
src/picux/storage/keyspace.py
src/picux/storage/mandates.py
src/picux/storage/portals.py
src/picux/storage/postgres.py
src/picux/storage/providers.py
src/picux/storage/proxy.py
src/picux/storage/receipts.py
src/picux/storage/runs.py
src/picux/storage/signals.py
src/picux/storage/tasks.py
src/picux/tools/__init__.py
src/picux/tools/shared.py
src/picux/verification/__init__.py
src/picux/verification/rollout.py
src/picux/workers/__init__.py
src/picux/workers/event_delivery.py
src/picux/workflows/__init__.py
src/picux/workflows/templates.py
tests/test_a2a_envelope_durability.py
tests/test_a2a_protocol.py
tests/test_agent_brief.py
tests/test_agent_registry.py
tests/test_app_registry.py
tests/test_audit_verification.py
tests/test_autonomy.py
tests/test_autonomy_code.py
tests/test_autonomy_governance.py
tests/test_benchmarks.py
tests/test_bridge_cloud_connectors.py
tests/test_bridge_connectors.py
tests/test_bridge_preflight.py
tests/test_bridge_ready_connectors.py
tests/test_bridge_shipment_tracking.py
tests/test_brief_contract_parity.py
tests/test_carrier_catalog.py
tests/test_carrier_shipment_durability.py
tests/test_carrier_webhook.py
tests/test_case_channel_portal_workflows.py
tests/test_cicd_domain.py
tests/test_community_signal_harness.py
tests/test_connector_network_policy.py
tests/test_db_migration_domain.py
tests/test_delivery_execution.py
tests/test_delivery_orchestrator.py
tests/test_developer_profiles.py
tests/test_environment_domain.py
tests/test_environment_secrets.py
tests/test_escrow_durability.py
tests/test_eval_harness.py
tests/test_event_delivery_worker.py
tests/test_evm_escrow_contract.py
tests/test_evm_signer.py
tests/test_execution_cloud_adapters.py
tests/test_fastapi_contract_parity.py
tests/test_funnel_app_config.py
tests/test_funnel_callback_verify.py
tests/test_funnel_domain.py
tests/test_funnel_notify.py
tests/test_funnel_reward.py
tests/test_funnel_surfaces.py
tests/test_hosted_adapters.py
tests/test_hunt_domain.py
tests/test_incident_domain.py
tests/test_integration_events.py
tests/test_integration_handshake.py
tests/test_integration_manifest.py
tests/test_intent_corpus.py
tests/test_kubernetes_domain.py
tests/test_llm_planner.py
tests/test_mandate_durability.py
tests/test_mcp_endpoint.py
tests/test_midnight_arbitrage_sandbox.py
tests/test_orchestrator_developer_routing.py
tests/test_orchestrator_run.py
tests/test_orchestrator_stream_progress.py
tests/test_pay_domain.py
tests/test_pay_machine_contracts.py
tests/test_pay_stripe_adapter.py
tests/test_phase8_verification.py
tests/test_planner_telemetry.py
tests/test_policy_enforcement_runtime.py
tests/test_protocol_contracts.py
tests/test_proxy_context_encryption.py
tests/test_proxy_contract.py
tests/test_receipt_export.py
tests/test_resolve_attachment_contact_journey.py
tests/test_resolve_bridge_domains.py
tests/test_resolve_tv_journey.py
tests/test_run_history.py
tests/test_scaffold.py
tests/test_schema_catalog.py
tests/test_sdk_carrier_methods.py
tests/test_sdk_client_scenarios.py
tests/test_sdk_external_client.py
tests/test_sdk_publish_artifacts.py
tests/test_sdk_repo_context.py
tests/test_secret_references.py
tests/test_security_hardening.py
tests/test_security_policy.py
tests/test_security_validation_domain.py
tests/test_shared_tools.py
tests/test_solana_escrow_ci.py
tests/test_solana_signer.py
tests/test_status_security.py
tests/test_storage_audit.py
tests/test_task_lifecycle.py
tests/test_tool_schemas.py
tests/test_transport_auth.py
tests/test_verify_change.py
tests/test_web_homepage.py
tests/test_worker_catalog.py
tests/test_workflow_templates.py