percolation-inversion-compiler 0.4.2__tar.gz → 0.4.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/.github/workflows/ci.yml +1 -1
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/.github/workflows/pypi-publish.yml +1 -1
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/.github/workflows/release.yml +1 -1
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/.github/workflows/security.yml +10 -6
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/AGENTS.md +22 -1
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/CHANGELOG.md +50 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/CITATION.cff +2 -2
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/PKG-INFO +89 -5
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/README.md +81 -4
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/agent-manifest.json +204 -76
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/docs/00-overview.md +11 -4
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/docs/01-quickstart.md +29 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/docs/11-safety-boundary.md +4 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/docs/agent-external-communication.md +11 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/docs/agent-integration.md +16 -2
- percolation_inversion_compiler-0.4.4/docs/agent-to-operator-request.md +28 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/docs/alt.md +9 -1
- percolation_inversion_compiler-0.4.4/docs/benchmarks/phase-benchmark-suite.md +25 -0
- percolation_inversion_compiler-0.4.4/docs/canonical-implementation-readiness.md +43 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/docs/cli-reference.md +30 -0
- percolation_inversion_compiler-0.4.4/docs/contracts/agent-check-compact-contract.md +20 -0
- percolation_inversion_compiler-0.4.4/docs/contracts/operator-adoption-sidecar-contract.md +21 -0
- percolation_inversion_compiler-0.4.4/docs/contracts/phase-plan-compact-contract.md +18 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/docs/ecpt-acceleration-score.md +1 -1
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/docs/for-agents.md +86 -3
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/docs/glossary.md +11 -0
- percolation_inversion_compiler-0.4.4/docs/i18n-and-portability.md +33 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/docs/identity-and-sybil-resistance.md +1 -1
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/docs/integrations/README.md +17 -0
- percolation_inversion_compiler-0.4.4/docs/integrations/packet-exchange.md +18 -0
- percolation_inversion_compiler-0.4.4/docs/operator-adoption.md +32 -0
- percolation_inversion_compiler-0.4.4/docs/phase-acceleration.md +82 -0
- percolation_inversion_compiler-0.4.4/docs/phase-dashboard.md +18 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/docs/porting.md +11 -3
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/docs/production-readiness.md +21 -1
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/docs/provenance-and-sbom.md +5 -5
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/docs/pypi-distribution.md +33 -4
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/docs/release-checklist.md +1 -1
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/docs/runtime.md +1 -1
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/docs/sqot.md +1 -1
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/docs/theory-coverage.md +25 -2
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/agent_network/policy_adversarial_network.json +1 -1
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/agent_network/policy_controlled_web.json +1 -1
- percolation_inversion_compiler-0.4.4/examples/benchmarks/agent_outputs.jsonl +3 -0
- percolation_inversion_compiler-0.4.4/examples/benchmarks/phase_benchmark_suite_report.example.json +63 -0
- percolation_inversion_compiler-0.4.4/examples/packet_exchange/packet_envelope.example.json +67 -0
- percolation_inversion_compiler-0.4.4/examples/packet_exchange/packet_merge_report.example.json +66 -0
- percolation_inversion_compiler-0.4.4/examples/phase_acceleration/README.md +31 -0
- percolation_inversion_compiler-0.4.4/examples/phase_acceleration/benchmark_fixture.json +9 -0
- percolation_inversion_compiler-0.4.4/examples/phase_acceleration/compact_expected_shape.json +16 -0
- percolation_inversion_compiler-0.4.4/examples/phase_acceleration/external_candidate_only_bridge.json +12 -0
- percolation_inversion_compiler-0.4.4/examples/phase_acceleration/phase_acceleration_request.json +160 -0
- percolation_inversion_compiler-0.4.4/examples/phase_acceleration/production_identity_blocker.json +5 -0
- percolation_inversion_compiler-0.4.4/examples/phase_acceleration/request_skeleton.json +5 -0
- percolation_inversion_compiler-0.4.4/examples/phase_dashboard/dashboard.example.json +61 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/portability_conformance/README.md +8 -1
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/portability_conformance/manifest.json +21 -9
- percolation_inversion_compiler-0.4.4/examples/portability_conformance/phase_acceleration_benchmark_report.json +21 -0
- percolation_inversion_compiler-0.4.4/examples/portability_conformance/phase_acceleration_plan.json +72 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/pyproject.toml +7 -1
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/schemas/index.json +89 -4
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/scripts/check_distribution_artifacts.py +6 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/scripts/validate_citation.py +2 -2
- percolation_inversion_compiler-0.4.4/src/percolation_inversion_compiler/__init__.py +30 -0
- percolation_inversion_compiler-0.4.4/src/percolation_inversion_compiler/acceleration/__init__.py +63 -0
- percolation_inversion_compiler-0.4.4/src/percolation_inversion_compiler/acceleration/algorithms.py +1326 -0
- percolation_inversion_compiler-0.4.4/src/percolation_inversion_compiler/acceleration/records.py +303 -0
- percolation_inversion_compiler-0.4.4/src/percolation_inversion_compiler/adoption/__init__.py +31 -0
- percolation_inversion_compiler-0.4.4/src/percolation_inversion_compiler/adoption/algorithms.py +292 -0
- percolation_inversion_compiler-0.4.4/src/percolation_inversion_compiler/adoption/records.py +120 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/src/percolation_inversion_compiler/agent/__init__.py +10 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/src/percolation_inversion_compiler/agent/algorithms.py +421 -1
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/src/percolation_inversion_compiler/agent/records.py +51 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/src/percolation_inversion_compiler/cli.py +888 -9
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/src/percolation_inversion_compiler/core/__init__.py +4 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/src/percolation_inversion_compiler/core/checker.py +90 -1
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/src/percolation_inversion_compiler/data/demo/general_intake_policy.json +1 -1
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/src/percolation_inversion_compiler/data/demo/manifest.json +31 -4
- percolation_inversion_compiler-0.4.4/src/percolation_inversion_compiler/data/demo/packet_envelope.json +1463 -0
- percolation_inversion_compiler-0.4.4/src/percolation_inversion_compiler/data/demo/phase_dashboard.json +175 -0
- percolation_inversion_compiler-0.4.4/src/percolation_inversion_compiler/data/demo/runtime_step_report.json +1384 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/src/percolation_inversion_compiler/ecology/records.py +1 -1
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/src/percolation_inversion_compiler/io/__init__.py +4 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/src/percolation_inversion_compiler/io/audit.py +200 -2
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/src/percolation_inversion_compiler/io/portability.py +2 -5
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/src/percolation_inversion_compiler/io/schema.py +62 -0
- percolation_inversion_compiler-0.4.4/src/percolation_inversion_compiler/packet_exchange/__init__.py +33 -0
- percolation_inversion_compiler-0.4.4/src/percolation_inversion_compiler/packet_exchange/algorithms.py +230 -0
- percolation_inversion_compiler-0.4.4/src/percolation_inversion_compiler/packet_exchange/records.py +105 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/src/percolation_inversion_compiler/runtime/service.py +1 -1
- percolation_inversion_compiler-0.4.4/tests/test_adoption_sidecar_cli.py +50 -0
- percolation_inversion_compiler-0.4.4/tests/test_agent_autonomy_audit.py +87 -0
- percolation_inversion_compiler-0.4.4/tests/test_agent_full_extra_and_pip_bundle.py +82 -0
- percolation_inversion_compiler-0.4.4/tests/test_canonical_implementation_readiness.py +97 -0
- percolation_inversion_compiler-0.4.4/tests/test_compact_contracts.py +49 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/tests/test_integration_examples_positioning.py +5 -0
- percolation_inversion_compiler-0.4.4/tests/test_multilingual_renderers.py +67 -0
- percolation_inversion_compiler-0.4.4/tests/test_operator_request_sidecar.py +40 -0
- percolation_inversion_compiler-0.4.4/tests/test_os_independent_sidecar_paths.py +73 -0
- percolation_inversion_compiler-0.4.4/tests/test_packet_exchange_sidecar.py +100 -0
- percolation_inversion_compiler-0.4.4/tests/test_phase_acceleration.py +344 -0
- percolation_inversion_compiler-0.4.4/tests/test_phase_benchmark_suite.py +55 -0
- percolation_inversion_compiler-0.4.4/tests/test_phase_dashboard_sidecar.py +64 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/tests/test_publish_security.py +10 -10
- percolation_inversion_compiler-0.4.4/tests/test_sidecar_non_interference.py +46 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/tests/test_v036_agent_entrypoints.py +6 -2
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/tests/test_v041_pypi_distribution.py +9 -3
- percolation_inversion_compiler-0.4.4/tests/test_v044_release_readiness.py +105 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/uv.lock +95 -51
- percolation_inversion_compiler-0.4.2/src/percolation_inversion_compiler/__init__.py +0 -7
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/.gitattributes +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/.github/CODEOWNERS +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/.github/dependabot.yml +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/.gitignore +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/CONTRIBUTING.md +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/LICENSE +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/NOTICE +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/SECURITY.md +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/THIRD_PARTY_LICENSES.md +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/docs/04-collective-phase-certificate.md +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/docs/acceleration-certificates.md +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/docs/agent-closed-loop-runtime.md +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/docs/architecture.md +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/docs/benchmarks.md +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/docs/collective-phase-certificates.md +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/docs/collective-phase-runtime.md +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/docs/ecpt-packet-ecology-runtime.md +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/docs/ecpt-phase-control-runtime.md +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/docs/edge-relation-verifiers.md +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/docs/external-obligations.md +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/docs/integrations/github-actions.md +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/docs/live-connectors.md +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/docs/mathematical-contracts.md +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/docs/no-self-rewrite-ledger.md +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/docs/packet-promotion.md +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/docs/population-runtime.md +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/docs/resource-matched-benchmarks.md +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/docs/runtime-closed-loop.md +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/docs/runtime-executor.md +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/docs/runtime-service.md +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/docs/runtime-store.md +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/docs/tutorial.md +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/docs/verifier-sdk.md +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/docs/verifier-threat-model.md +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/agent_connector_spec.json +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/agent_minimal/README.md +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/agent_minimal/agent_output.txt +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/agent_minimal/commands.ps1 +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/agent_minimal/commands.sh +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/agent_minimal/full_workflow.ps1 +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/agent_minimal/full_workflow.sh +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/agent_minimal/intake_report.example.json +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/agent_network/README.md +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/agent_network/agent_message.json +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/agent_network/agent_message_signed_shape.json +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/agent_network/expired_message.json +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/agent_network/feed.xml +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/agent_network/general_intake_report.example.json +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/agent_network/inbox.json +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/agent_network/malformed_feed.xml +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/agent_network/packets.ndjson +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/agent_network/page.html +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/agent_network/replay_inbox.json +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/agent_network/runtime_bridge_report.example.json +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/agent_population.json +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/agent_population_signed.json +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/alt/admission_packet.json +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/alt/alt_cara_certificate.json +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/alt/baseline_refresh_certificate.json +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/alt/deprecation_record.json +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/alt/foundry_state.json +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/alt/hazard_overflow_certificate.json +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/alt/liquidity_certificate.json +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/alt/negative_hazard_token.json +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/alt/negative_liquidity_certificate.json +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/alt/reproduction_certificate.json +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/alt/runtime_bridge_report.json +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/alt/telemetry_failure_certificate.json +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/alt/token_candidate.json +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/alt/trace.json +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/alt/transport_certificate.json +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/cli_agent_output_check/README.md +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/cli_agent_output_check/agent_output.txt +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/collective_packet_registry.json +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/collective_protocol_frame.json +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/collective_runtime_state.json +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/ecology_loop_state.json +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/ecology_packets.json +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/ecology_threshold.json +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/ecpt_asi_proxy_target.json +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/ecpt_basin_contract.json +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/ecpt_phase_control_actions.json +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/ecpt_phase_control_budget.json +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/ecpt_phase_control_state.json +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/edge_relation_certificate.json +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/evidence_artifact_content.json +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/evidence_envelope.json +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/external_obligations.json +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/external_verifier_hook.json +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/frontier_records.json +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/github_action_agent_output_check/README.md +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/github_action_agent_output_check/agent_output.txt +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/github_action_agent_output_check/pic-agent-output-check.yml +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/identity/agent_identities.json +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/identity/agent_identity_alice.json +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/identity/agent_identity_bob.json +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/identity/packet_attestation.json +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/identity/sybil_population_clone_fanout.json +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/identity/sybil_population_duplicate_key.json +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/identity/sybil_population_signed.json +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/minimal_invalid_main_frontier.json +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/minimal_registry.json +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/portability_conformance/agent_check_report.json +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/portability_conformance/agent_intake_report.json +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/portability_conformance/agent_message_delivery_report.json +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/portability_conformance/agent_relay_readiness_report.json +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/portability_conformance/alt_admission_decision.json +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/portability_conformance/bottleneck_witness_report.json +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/portability_conformance/collective_phase_certificate.json +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/portability_conformance/frontier_debt_report.json +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/portability_conformance/negative/checksum_mismatch.json +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/portability_conformance/negative/schema_invalid_agent_check.json +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/portability_conformance/negative/unknown_schema.json +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/portability_conformance/phase_control_audit_summary.json +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/portability_conformance/relay_inbox.json +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/portability_conformance/runtime_step_report.json +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/portability_conformance/salience_schedule_report.json +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/portability_conformance/theory_fidelity_report.json +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/portability_conformance/value_bridge_report.json +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/python_sdk_agent_output_check/README.md +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/python_sdk_agent_output_check/check_agent_output.py +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/runtime_action_results.json +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/runtime_agent_task.json +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/runtime_baseline_run.json +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/runtime_candidate_run.json +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/runtime_executor_policy.json +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/runtime_loop_inputs.jsonl +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/runtime_route_requests.json +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/runtime_service_step_request.json +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/runtime_state.json +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/runtime_step_input.json +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/runtime_step_input_with_evidence.json +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/runtime_threshold.json +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/sqot_queue.json +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/theory_audit_summary.json +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/walkthrough_collective_phase/README.md +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/examples/walkthrough_collective_phase/empty-events.json +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/scripts/__init__.py +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/scripts/check_publish_safety.py +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/scripts/generate_sbom.py +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/src/percolation_inversion_compiler/adapters/__init__.py +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/src/percolation_inversion_compiler/adapters/domain.py +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/src/percolation_inversion_compiler/adapters/graphs.py +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/src/percolation_inversion_compiler/adapters/optimization.py +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/src/percolation_inversion_compiler/adapters/transport.py +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/src/percolation_inversion_compiler/adapters/units.py +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/src/percolation_inversion_compiler/alt/__init__.py +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/src/percolation_inversion_compiler/alt/algorithms.py +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/src/percolation_inversion_compiler/alt/records.py +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/src/percolation_inversion_compiler/bit/__init__.py +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/src/percolation_inversion_compiler/bit/algorithms.py +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/src/percolation_inversion_compiler/bit/records.py +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/src/percolation_inversion_compiler/core/adapter_routes.py +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/src/percolation_inversion_compiler/core/algebra.py +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/src/percolation_inversion_compiler/core/algorithms.py +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/src/percolation_inversion_compiler/core/calibration.py +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/src/percolation_inversion_compiler/core/certificates.py +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/src/percolation_inversion_compiler/core/coverage.py +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/src/percolation_inversion_compiler/core/frontier.py +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/src/percolation_inversion_compiler/core/graph.py +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/src/percolation_inversion_compiler/core/judgment.py +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/src/percolation_inversion_compiler/core/ledger.py +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/src/percolation_inversion_compiler/core/live_policy.py +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/src/percolation_inversion_compiler/core/operations.py +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/src/percolation_inversion_compiler/core/order.py +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/src/percolation_inversion_compiler/core/records.py +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/src/percolation_inversion_compiler/core/status.py +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/src/percolation_inversion_compiler/data/__init__.py +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/src/percolation_inversion_compiler/data/demo/__init__.py +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/src/percolation_inversion_compiler/data/demo/agent_inbox.json +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/src/percolation_inversion_compiler/data/demo/agent_message.json +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/src/percolation_inversion_compiler/data/demo/agent_output.txt +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/src/percolation_inversion_compiler/data/demo/alt_admission_packet.json +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/src/percolation_inversion_compiler/data/demo/runtime_state.json +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/src/percolation_inversion_compiler/data/demo/runtime_step_input.json +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/src/percolation_inversion_compiler/data/snapshots/__init__.py +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/src/percolation_inversion_compiler/data/snapshots/alt.json +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/src/percolation_inversion_compiler/data/snapshots/bit.json +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/src/percolation_inversion_compiler/data/snapshots/ecpt.json +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/src/percolation_inversion_compiler/data/snapshots/sqot.json +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/src/percolation_inversion_compiler/data/snapshots/trc.json +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/src/percolation_inversion_compiler/ecology/__init__.py +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/src/percolation_inversion_compiler/ecology/algorithms.py +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/src/percolation_inversion_compiler/ecology/connectors.py +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/src/percolation_inversion_compiler/ecology/general_intake.py +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/src/percolation_inversion_compiler/ecpt/__init__.py +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/src/percolation_inversion_compiler/ecpt/algorithms.py +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/src/percolation_inversion_compiler/ecpt/records.py +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/src/percolation_inversion_compiler/identity/__init__.py +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/src/percolation_inversion_compiler/identity/algorithms.py +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/src/percolation_inversion_compiler/identity/records.py +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/src/percolation_inversion_compiler/io/commercial.py +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/src/percolation_inversion_compiler/io/doctor.py +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/src/percolation_inversion_compiler/io/provenance.py +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/src/percolation_inversion_compiler/io/sbom.py +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/src/percolation_inversion_compiler/io/snapshots.py +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/src/percolation_inversion_compiler/io/tex.py +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/src/percolation_inversion_compiler/io/zenodo.py +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/src/percolation_inversion_compiler/py.typed +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/src/percolation_inversion_compiler/runtime/__init__.py +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/src/percolation_inversion_compiler/runtime/algorithms.py +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/src/percolation_inversion_compiler/runtime/records.py +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/src/percolation_inversion_compiler/runtime/store.py +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/src/percolation_inversion_compiler/sqot/__init__.py +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/src/percolation_inversion_compiler/sqot/algorithms.py +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/src/percolation_inversion_compiler/sqot/records.py +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/src/percolation_inversion_compiler/trc/__init__.py +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/src/percolation_inversion_compiler/trc/algorithms.py +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/src/percolation_inversion_compiler/trc/datacenter.py +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/src/percolation_inversion_compiler/trc/records.py +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/tests/fixtures/minimal_claims.tex +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/tests/test_adapters.py +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/tests/test_algorithms.py +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/tests/test_cli.py +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/tests/test_core.py +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/tests/test_extractors.py +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/tests/test_github_actions_example.py +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/tests/test_snapshots.py +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/tests/test_trc_compile.py +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/tests/test_v021_algorithm_coverage.py +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/tests/test_v021_production_sdk.py +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/tests/test_v022_production_hardening.py +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/tests/test_v023_ecpt_phase_control.py +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/tests/test_v024_sqot_packet_ecology.py +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/tests/test_v02_readiness.py +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/tests/test_v030_runtime.py +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/tests/test_v031_closed_loop_runtime.py +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/tests/test_v032_collective_phase_runtime.py +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/tests/test_v033_collective_phase_certificates.py +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/tests/test_v033_release_smoke.py +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/tests/test_v034_identity_sybil.py +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/tests/test_v036_general_intake.py +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/tests/test_v040_alt.py +0 -0
- {percolation_inversion_compiler-0.4.2 → percolation_inversion_compiler-0.4.4}/tests/test_v042_commercial_readiness.py +0 -0
|
@@ -21,7 +21,7 @@ jobs:
|
|
|
21
21
|
python-version: ["3.11", "3.12", "3.13", "3.14"]
|
|
22
22
|
steps:
|
|
23
23
|
- name: Check out repository
|
|
24
|
-
uses: actions/checkout@
|
|
24
|
+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
|
|
25
25
|
with:
|
|
26
26
|
persist-credentials: false
|
|
27
27
|
|
|
@@ -18,7 +18,7 @@ jobs:
|
|
|
18
18
|
UV_PYTHON: "3.11"
|
|
19
19
|
steps:
|
|
20
20
|
- name: Check out repository
|
|
21
|
-
uses: actions/checkout@
|
|
21
|
+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
|
|
22
22
|
with:
|
|
23
23
|
persist-credentials: false
|
|
24
24
|
|
|
@@ -65,7 +65,7 @@ jobs:
|
|
|
65
65
|
pull-requests: read
|
|
66
66
|
steps:
|
|
67
67
|
- name: Check out repository
|
|
68
|
-
uses: actions/checkout@
|
|
68
|
+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
|
|
69
69
|
with:
|
|
70
70
|
persist-credentials: false
|
|
71
71
|
- name: Dependency review
|
|
@@ -78,7 +78,7 @@ jobs:
|
|
|
78
78
|
security-events: write
|
|
79
79
|
steps:
|
|
80
80
|
- name: Check out repository
|
|
81
|
-
uses: actions/checkout@
|
|
81
|
+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
|
|
82
82
|
with:
|
|
83
83
|
persist-credentials: false
|
|
84
84
|
- name: Initialize CodeQL
|
|
@@ -92,18 +92,22 @@ jobs:
|
|
|
92
92
|
runs-on: ubuntu-latest
|
|
93
93
|
steps:
|
|
94
94
|
- name: Check out repository
|
|
95
|
-
uses: actions/checkout@
|
|
95
|
+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
|
|
96
96
|
with:
|
|
97
97
|
fetch-depth: 0
|
|
98
98
|
persist-credentials: false
|
|
99
99
|
- name: Gitleaks
|
|
100
|
-
|
|
100
|
+
run: |
|
|
101
|
+
docker run --rm \
|
|
102
|
+
-v "${PWD}:/repo" \
|
|
103
|
+
ghcr.io/gitleaks/gitleaks:v8.23.0@sha256:b4b81841085b4060054a71155500a340e3d2e2a5995c186546649e3efd80b84e \
|
|
104
|
+
detect --source /repo --redact --verbose
|
|
101
105
|
|
|
102
106
|
workflow-lint:
|
|
103
107
|
runs-on: ubuntu-latest
|
|
104
108
|
steps:
|
|
105
109
|
- name: Check out repository
|
|
106
|
-
uses: actions/checkout@
|
|
110
|
+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
|
|
107
111
|
with:
|
|
108
112
|
persist-credentials: false
|
|
109
113
|
- name: Set up uv
|
|
@@ -6,8 +6,9 @@ This repository is an AI agent runtime verification and ECPT collective phase ac
|
|
|
6
6
|
|
|
7
7
|
It is not an ASI detector, a real ASI proof system, or a self-modifying AI system. It does not require self-rewrite, fine-tuning, or model-weight changes.
|
|
8
8
|
|
|
9
|
-
v0.4.
|
|
9
|
+
v0.4.3 is the PyPI practical runtime snapshot with a beta API surface. The PyPI
|
|
10
10
|
package is enough for `pic agent explain`, `pic agent check --text "..."`,
|
|
11
|
+
`pic phase plan --compact --text "..."`, `pic agent accelerate --compact`,
|
|
11
12
|
`pic demo installed-smoke`, `pic demo bootstrap`, `pic agent intake --text "..."`,
|
|
12
13
|
`pic snapshot list`, and `pic schema --all --output-dir schemas`. Clone this
|
|
13
14
|
repository when commands need the root `examples/...` tree, canonical TeX
|
|
@@ -20,6 +21,8 @@ Installed package path:
|
|
|
20
21
|
```powershell
|
|
21
22
|
python -m pip install percolation-inversion-compiler
|
|
22
23
|
pic agent check --text "Candidate packet: preserve residuals." --profile development
|
|
24
|
+
pic phase plan --compact --text "Candidate packet: preserve residuals." --profile development
|
|
25
|
+
pic agent accelerate --compact --text "Candidate packet: preserve residuals." --profile development
|
|
23
26
|
pic demo installed-smoke --profile development
|
|
24
27
|
pic demo bootstrap --output-dir pic-demo
|
|
25
28
|
pic runtime step --state pic-demo/runtime_state.json --input pic-demo/runtime_step_input.json --profile development
|
|
@@ -72,6 +75,10 @@ uv run pic --help
|
|
|
72
75
|
uv run pic agent explain
|
|
73
76
|
uv run pic agent check --compact --text "Candidate packet: preserve residuals." --profile development
|
|
74
77
|
uv run pic agent runbook --profile development
|
|
78
|
+
uv run pic phase plan --compact --profile development
|
|
79
|
+
uv run pic phase plan --request examples/phase_acceleration/phase_acceleration_request.json --compact
|
|
80
|
+
uv run pic phase runbook --profile development
|
|
81
|
+
uv run pic agent accelerate --compact --text "Candidate packet: preserve residuals." --profile development
|
|
75
82
|
uv run pic agent guide --profile development
|
|
76
83
|
uv run pic agent readiness --profile production
|
|
77
84
|
uv run pic identity explain-profile --profile research
|
|
@@ -99,6 +106,8 @@ python -m pip install percolation-inversion-compiler
|
|
|
99
106
|
pic agent explain
|
|
100
107
|
pic agent check --compact --text "Candidate packet: preserve residuals." --profile development
|
|
101
108
|
pic agent runbook --profile development
|
|
109
|
+
pic phase plan --compact --text "Candidate packet: preserve residuals." --profile development
|
|
110
|
+
pic agent accelerate --compact --text "Candidate packet: preserve residuals." --profile development
|
|
102
111
|
pic demo installed-smoke --profile development
|
|
103
112
|
pic demo bootstrap --output-dir pic-demo
|
|
104
113
|
pic runtime step --state pic-demo/runtime_state.json --input pic-demo/runtime_step_input.json --profile development
|
|
@@ -126,6 +135,14 @@ contract: `accepted`, `workflow_usable`, `settled`, unresolved obligations,
|
|
|
126
135
|
residual summary, next safe actions, schema refs, and safety invariants. Use
|
|
127
136
|
`pic agent runbook` when an agent needs deterministic command/schema/field
|
|
128
137
|
guidance without execution authority.
|
|
138
|
+
Use `pic phase plan --compact` or `pic agent accelerate --compact` after the
|
|
139
|
+
first check when the agent needs ranked phase gaps, bottlenecks, candidate-only
|
|
140
|
+
reasons, and promotion blockers. These commands return recommendation-only JSON
|
|
141
|
+
and do not execute routes, shells, network connectors, or repository mutation.
|
|
142
|
+
When using `pic phase plan --request`, treat the request file as the runtime
|
|
143
|
+
input source; do not also pass `--state`, `--input`, `--runtime-report`,
|
|
144
|
+
`--text`, or `--text-file`. `--profile` and `--identity-context` are explicit
|
|
145
|
+
operator overrides.
|
|
129
146
|
|
|
130
147
|
External intake, agent-to-agent message checks, and ALT foundry admission are
|
|
131
148
|
separate workflows from basic output checking. Start with
|
|
@@ -159,6 +176,8 @@ uv run pic runtime step --state examples/runtime_state.json --input examples/run
|
|
|
159
176
|
## Python API Entrypoints
|
|
160
177
|
|
|
161
178
|
- `percolation_inversion_compiler.agent.run_agent_intake`
|
|
179
|
+
- `percolation_inversion_compiler.agent.accelerate_agent_phase`
|
|
180
|
+
- `percolation_inversion_compiler.acceleration.build_phase_acceleration_plan`
|
|
162
181
|
- `percolation_inversion_compiler.agent.build_agent_workflow_guide`
|
|
163
182
|
- `percolation_inversion_compiler.agent.agent_feature_readiness`
|
|
164
183
|
- `percolation_inversion_compiler.agent.recommend_agent_next_actions`
|
|
@@ -185,6 +204,8 @@ uv run pic runtime step --state examples/runtime_state.json --input examples/run
|
|
|
185
204
|
- Do not execute arbitrary shell commands.
|
|
186
205
|
- Preserve residual ledgers.
|
|
187
206
|
- Production profile requires stronger identity and packet issuer context.
|
|
207
|
+
- Accepted production identity context removes only identity-readiness blockers; it does not
|
|
208
|
+
promote unresolved route, residual, or phase-gap work to `settled`.
|
|
188
209
|
- Keep live connectors bounded and candidate-only by default when an explicit source is supplied.
|
|
189
210
|
- Use `--no-allow-live-connectors` for local-only dry runs.
|
|
190
211
|
- For general intake, live HTTP(S) requires an explicit source and live-enabled intake/runtime
|
|
@@ -1,5 +1,50 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## v0.4.4 - 2026-06-20
|
|
4
|
+
|
|
5
|
+
- Adds optional adoption sidecars for operator-facing packets and agent-to-operator
|
|
6
|
+
requests without gating `pic agent check`, `pic phase plan`, or
|
|
7
|
+
`pic agent accelerate`.
|
|
8
|
+
- Adds sidecar contract documentation for compact agent output, phase plans, and
|
|
9
|
+
adoption handoff semantics.
|
|
10
|
+
- Adds protocol-relative diagnostic benchmark reporting for obligation
|
|
11
|
+
visibility, residual preservation, false-promotion prevention, and next-action
|
|
12
|
+
specificity.
|
|
13
|
+
- Adds packet exchange sidecar utilities for candidate packet inspection, merge,
|
|
14
|
+
lineage, duplicate diagnostics, and residual carry-forward.
|
|
15
|
+
- Adds diagnostic phase dashboard reports for candidate, accepted,
|
|
16
|
+
workflow-usable, settled, residual, blocker, queue, and phase-gap metrics.
|
|
17
|
+
- Adds `pic agent autonomy-audit`, argv-safe invocation records,
|
|
18
|
+
OS-independent sidecar glob expansion, bundled sidecar demo assets,
|
|
19
|
+
`agent-full` pip extra, and localized Markdown renderers for Japanese
|
|
20
|
+
operator-facing output.
|
|
21
|
+
- Adds `pic audit canonical-readiness` and schema-exported readiness records so
|
|
22
|
+
pip-installed agents can inspect bundled ECPT/BIT/TRC/SQOT/ALT implementation
|
|
23
|
+
coverage, residual categories, finite upgrade candidates, and argv-safe next
|
|
24
|
+
actions without local TeX sources.
|
|
25
|
+
- Preserves the safety boundary: sidecars, adoption status, benchmark scores,
|
|
26
|
+
dashboard metrics, packet exchange, canonical readiness, identity readiness,
|
|
27
|
+
external volume, `accepted`, and `workflow_usable` do not imply `settled=true`
|
|
28
|
+
or real ASI/physical/oracle truth.
|
|
29
|
+
|
|
30
|
+
## v0.4.3 - 2026-06-20
|
|
31
|
+
|
|
32
|
+
- Adds the public v0.4.3 hardening pass for the recommendation-only phase
|
|
33
|
+
acceleration planner, including request-file UX, compact agent/CI output,
|
|
34
|
+
production identity blocker handling, and explicit non-promotion semantics.
|
|
35
|
+
- Improves portability and schema discoverability for the phase acceleration
|
|
36
|
+
contract by exposing planner, gap, bottleneck, action, trajectory, benchmark,
|
|
37
|
+
and component schemas through manifests, examples, and docs.
|
|
38
|
+
- Reworks phase acceleration examples so the positive request-file fixture is
|
|
39
|
+
directly executable while the skeletal request remains a clearly labeled
|
|
40
|
+
shape reference for ports.
|
|
41
|
+
- Tightens release-readiness checks around version consistency, canonical/fidelity
|
|
42
|
+
theory audits, publish-safety, distribution artifacts, and generated-cache
|
|
43
|
+
cleanup.
|
|
44
|
+
- Preserves the safety boundary: v0.4.3 remains protocol-relative and does not
|
|
45
|
+
prove real ASI, physical/oracle truth, or hidden promotion from `accepted`,
|
|
46
|
+
`workflow_usable`, external volume, or identity readiness to `settled`.
|
|
47
|
+
|
|
3
48
|
## v0.4.2 - 2026-06-19
|
|
4
49
|
|
|
5
50
|
- Makes explicit-source live communication bounded and candidate-only by
|
|
@@ -13,6 +58,11 @@
|
|
|
13
58
|
- Extends ECPT, BIT, TRC, SQOT, and ALT theory-fidelity reports with finite
|
|
14
59
|
phase-control, bottleneck witness, frontier debt, scheduler diagnostic, and
|
|
15
60
|
value-bridge summaries.
|
|
61
|
+
- Adds the recommendation-only phase acceleration planner with `pic phase plan`,
|
|
62
|
+
`pic phase gap`, `pic phase trajectory`, `pic phase runbook`,
|
|
63
|
+
`pic phase benchmark`, and `pic agent accelerate` for ranked finite
|
|
64
|
+
bottlenecks, safe next commands, promotion blockers, and portable
|
|
65
|
+
trajectory/benchmark schemas.
|
|
16
66
|
- Expands portability conformance examples, schema exports, and bundled demo
|
|
17
67
|
data for installed-package agent checks, runtime steps, ALT admission, schema
|
|
18
68
|
validation, and local relay workflows.
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
cff-version: 1.2.0
|
|
2
2
|
message: "If you use this software, cite the software package and the referenced theory papers."
|
|
3
3
|
title: "Percolation Inversion Compiler"
|
|
4
|
-
version: "0.4.
|
|
4
|
+
version: "0.4.4"
|
|
5
5
|
doi: "10.5281/zenodo.20569166"
|
|
6
6
|
authors:
|
|
7
7
|
- family-names: "Takahashi"
|
|
8
8
|
given-names: "K."
|
|
9
9
|
license: "Apache-2.0"
|
|
10
10
|
repository-code: "https://github.com/kadubon/percolation-inversion-compiler"
|
|
11
|
-
date-released: "2026-06-
|
|
11
|
+
date-released: "2026-06-20"
|
|
12
12
|
abstract: "ECPT collective phase certificate runtime and finite verifier-routing SDK for ECPT, BIT, TRC, SQOT, and ALT, with abstraction-liquidity foundry support, fixed-population/no-self-rewrite ledgers, productive packet closure witnesses, execution-available path certificates, hidden-injection checks, semantic edge verification, resource-matched acceleration certificates, salience queues, proof obligations, residual ledgers, provenance, SBOMs, and optional local HTTP service integration."
|
|
13
13
|
references:
|
|
14
14
|
- type: article
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: percolation-inversion-compiler
|
|
3
|
-
Version: 0.4.
|
|
3
|
+
Version: 0.4.4
|
|
4
4
|
Summary: ECPT collective phase certificate runtime and finite verifier-routing SDK with ALT abstraction-liquidity foundry, ASI-proxy packet percolation, semantic edge checks, residual ledgers, provenance, and agent integration.
|
|
5
5
|
Project-URL: Homepage, https://github.com/kadubon/percolation-inversion-compiler
|
|
6
6
|
Project-URL: Repository, https://github.com/kadubon/percolation-inversion-compiler
|
|
@@ -33,6 +33,11 @@ Requires-Dist: pydantic>=2.8
|
|
|
33
33
|
Requires-Dist: pyyaml>=6.0
|
|
34
34
|
Requires-Dist: rich>=13.7
|
|
35
35
|
Requires-Dist: typer>=0.12
|
|
36
|
+
Provides-Extra: agent-full
|
|
37
|
+
Requires-Dist: cryptography>=42; extra == 'agent-full'
|
|
38
|
+
Requires-Dist: fastapi>=0.115; extra == 'agent-full'
|
|
39
|
+
Requires-Dist: httpx>=0.27; extra == 'agent-full'
|
|
40
|
+
Requires-Dist: uvicorn>=0.32; extra == 'agent-full'
|
|
36
41
|
Provides-Extra: all
|
|
37
42
|
Requires-Dist: cryptography>=42; extra == 'all'
|
|
38
43
|
Requires-Dist: fastapi>=0.115; extra == 'all'
|
|
@@ -48,7 +53,9 @@ Provides-Extra: connectors
|
|
|
48
53
|
Requires-Dist: httpx>=0.27; extra == 'connectors'
|
|
49
54
|
Provides-Extra: dev
|
|
50
55
|
Requires-Dist: bandit[toml]>=1.7; extra == 'dev'
|
|
56
|
+
Requires-Dist: build>=1.2; extra == 'dev'
|
|
51
57
|
Requires-Dist: hypothesis>=6.100; extra == 'dev'
|
|
58
|
+
Requires-Dist: msgpack>=1.2.1; extra == 'dev'
|
|
52
59
|
Requires-Dist: mypy>=1.10; extra == 'dev'
|
|
53
60
|
Requires-Dist: pip-audit>=2.7; extra == 'dev'
|
|
54
61
|
Requires-Dist: pytest-cov>=5.0; extra == 'dev'
|
|
@@ -80,11 +87,11 @@ Description-Content-Type: text/markdown
|
|
|
80
87
|
|
|
81
88
|
The abbreviations refer to the five source theories used by the repository: **ECPT** is Executable Capability Percolation Theory, the collective capability-packet phase model; **BIT** is Bottleneck Inversion Theory, the witness calculus for unlockable potential and frontier extraction; **TRC** is Typed Reality Compilation, the typed trace and tolerance-ledger compiler for cyber-physical frontiers; **SQOT** is Salience-Queue Occupation Theory, the salience scheduling and attention-occupation layer; and **ALT** is Abstraction Liquidity Theory, the reusable abstraction capital and foundry valuation layer.
|
|
82
89
|
|
|
83
|
-
Search terms: ECPT, BIT, TRC, SQOT, ALT, abstraction liquidity, reusable abstraction capital, ASI-proxy collective phase, protocol-relative ASI-proxy phase-control, certificate compiler, proof obligations, residual ledgers, salience queue, packet ecology, semantic edge verification, typed trace normal forms, frontier extraction, AI agent integration, verifier SDK.
|
|
90
|
+
Search terms: ECPT, BIT, TRC, SQOT, ALT, abstraction liquidity, reusable abstraction capital, ASI-proxy collective phase, protocol-relative ASI-proxy phase-control, phase acceleration planner, bottleneck ranking, certificate compiler, proof obligations, residual ledgers, salience queue, packet ecology, semantic edge verification, typed trace normal forms, frontier extraction, AI agent integration, verifier SDK.
|
|
84
91
|
|
|
85
92
|
New to PIC? Start with the [GitHub Wiki](https://github.com/kadubon/percolation-inversion-compiler/wiki) for a plain-language guide to what PIC does, why AI agent output is treated as candidate work, getting started, use cases, core concepts, and agent-safe interpretation of `accepted=true` and `settled=false`.
|
|
86
93
|
|
|
87
|
-
Distribution status: v0.4.
|
|
94
|
+
Distribution status: v0.4.4 is a practical runtime snapshot with a beta API
|
|
88
95
|
surface. Install the core package from PyPI with `pip install
|
|
89
96
|
percolation-inversion-compiler`; use `pip install
|
|
90
97
|
"percolation-inversion-compiler[identity,connectors,server]"` when you need
|
|
@@ -99,7 +106,9 @@ Common-language glossary: capability packet = checked reusable work item;
|
|
|
99
106
|
residual ledger = explicit unresolved-work ledger; SQOT = finite attention/task
|
|
100
107
|
scheduler; ALT = reusable abstraction value checker; ECPT = workflow graph and
|
|
101
108
|
collective phase-control model; BIT = bottleneck/witness calculus; TRC = typed
|
|
102
|
-
trace and real-world frontier compiler
|
|
109
|
+
trace and real-world frontier compiler; phase acceleration planner = ranked
|
|
110
|
+
safe next-step planner for verified work reuse and bottleneck removal. See
|
|
111
|
+
[Glossary](docs/glossary.md).
|
|
103
112
|
|
|
104
113
|
## What It Does Not Do
|
|
105
114
|
|
|
@@ -125,10 +134,11 @@ trace and real-world frontier compiler. See [Glossary](docs/glossary.md).
|
|
|
125
134
|
| 9 | **Action results** | Execution reports, ALT admission decisions, and route resolutions that are applied back into the runtime state. |
|
|
126
135
|
| 10 | **Runtime store** | Persistent event logs, verified packets, route batches, abstraction capital lineage, and residual ledgers. |
|
|
127
136
|
| 11 | **Collective phase certificate** | A fail-closed certificate over fixed population, no self-rewrite, no hidden injection, closure, execution availability, Psi thresholds, certified liquidity, and resource-matched baseline. |
|
|
137
|
+
| 12 | **Phase acceleration plan** | Recommendation-only JSON that ranks phase gaps, bottlenecks, safe commands, schemas, candidate-only reasons, and settlement blockers. |
|
|
128
138
|
|
|
129
139
|
The runtime is fail-closed: planning can recommend finite ASI-proxy actions, but `settled` remains false unless scoped verifier rules discharge the required finite obligations. In production, signed identities and Sybil-resistance ledgers can prevent duplicate-key, clone-fanout, revoked, expired, or unsigned agent populations from producing accepted collective certificates. Residual external obligations remain explicit.
|
|
130
140
|
|
|
131
|
-
v0.4.
|
|
141
|
+
v0.4.4 preserves the v0.4.3 ALT abstraction-liquidity foundry support so external knowledge and agent traces can become reusable abstraction-token candidates, then certified abstraction capital only after lower-bound surplus, calibrated proxy or causal value evidence, transport, root-of-trust, telemetry, lifecycle, and hazard checks pass. ALT also adds negative-liquidity, deprecation/resurrection, baseline refresh, reproduction diagnostics, and ALT-CARA acceleration certificates so stale or unsafe abstraction claims remain repairable residual work rather than silent capital. Use `development`, `research`, `controlled`, `federated`, `production`, or `adversarial` profiles to choose how communication policy, cryptographic identities, homogeneous fleets, signed packet issuers, and Sybil-resistance ledgers affect packet promotion and collective certificates.
|
|
132
142
|
|
|
133
143
|
Core contract: registry is metadata, not evidence. Use `pic doctor` and structured checker outputs to distinguish declared status, finite certificate results, proof obligations, and residual ledgers.
|
|
134
144
|
|
|
@@ -146,16 +156,36 @@ Start with [AGENTS.md](AGENTS.md) and [For AI agents](docs/for-agents.md). The f
|
|
|
146
156
|
uv run pic agent explain
|
|
147
157
|
uv run pic agent check --compact --text "Candidate packet: route evidence and preserve residuals." --profile development
|
|
148
158
|
uv run pic agent runbook --profile development
|
|
159
|
+
uv run pic phase plan --compact --text "Candidate packet: route evidence and preserve residuals." --profile development
|
|
160
|
+
uv run pic agent accelerate --compact --text "Candidate packet: route evidence and preserve residuals." --profile development
|
|
149
161
|
uv run pic agent guide --profile development
|
|
150
162
|
uv run pic agent check --text "Candidate packet: route evidence and preserve residuals." --profile development
|
|
151
163
|
uv run pic agent intake --text "Candidate packet: route evidence and preserve residuals." --profile development
|
|
152
164
|
```
|
|
153
165
|
|
|
166
|
+
## Optional Sidecars
|
|
167
|
+
|
|
168
|
+
These commands help operators, maintainers, and agent frameworks inspect PIC
|
|
169
|
+
adoption, canonical implementation readiness, packet exchange, benchmarks, and
|
|
170
|
+
phase metrics. They do not gate the main workflow and do not change `settled`
|
|
171
|
+
semantics.
|
|
172
|
+
|
|
173
|
+
```powershell
|
|
174
|
+
pic adoption request --format markdown
|
|
175
|
+
pic adoption packet --format markdown
|
|
176
|
+
pic audit canonical-readiness --profile development --format json
|
|
177
|
+
pic phase benchmark-suite --profile development --format json
|
|
178
|
+
pic packet inspect --packet packet.json
|
|
179
|
+
pic phase dashboard --profile development --format json
|
|
180
|
+
```
|
|
181
|
+
|
|
154
182
|
Command choice:
|
|
155
183
|
|
|
156
184
|
- Use `pic agent check --compact` when a human, CI job, or first-time agent needs the shortest practical JSON contract.
|
|
157
185
|
- Use `pic agent runbook` when an agent needs deterministic next commands, schemas, and fields to inspect.
|
|
186
|
+
- Use `pic phase plan --compact` or `pic agent accelerate --compact` when an agent needs ranked phase gaps, bottlenecks, safe next commands, and promotion blockers.
|
|
158
187
|
- Use `pic agent intake` or `pic runtime step` when the caller needs the full nested runtime report.
|
|
188
|
+
- Use `pic audit canonical-readiness` from pip when an agent needs canonical ECPT/BIT/TRC/SQOT/ALT implementation coverage without local TeX files.
|
|
159
189
|
- Use `pic audit fidelity` from a source checkout when canonical TeX theory-fidelity and finite-upgrade candidates matter.
|
|
160
190
|
|
|
161
191
|
Production packet promotion requires identity context:
|
|
@@ -181,6 +211,7 @@ message checker, or an ALT abstraction-capital foundry.
|
|
|
181
211
|
- External intake: treat web, feed, repository, and message inputs as candidate packets.
|
|
182
212
|
- Agent-to-agent messages: inspect signatures, nonces, identity context, and residuals.
|
|
183
213
|
- ALT foundry: check whether traces or outputs can become reusable abstraction capital.
|
|
214
|
+
- Phase acceleration planner: rank finite bottlenecks and safe next actions without executing them.
|
|
184
215
|
|
|
185
216
|
Start with [For AI agents](docs/for-agents.md). For the full integration map,
|
|
186
217
|
see [Integration Examples](docs/integrations/README.md). For the CI pattern, see
|
|
@@ -211,6 +242,39 @@ Raw external packet volume, including candidate-only closure or execution-path r
|
|
|
211
242
|
not improve positive Psi components or collective certificates until downstream promotion checks
|
|
212
243
|
accept the packet as finite-scope capital.
|
|
213
244
|
|
|
245
|
+
## Phase Acceleration Planner
|
|
246
|
+
|
|
247
|
+
The phase planner is the practical bridge from the theory reports to agent
|
|
248
|
+
action. It reads existing runtime output and adjacent ALT/SQOT/external-intake
|
|
249
|
+
reports, then returns a deterministic `PhaseAccelerationPlan` with:
|
|
250
|
+
|
|
251
|
+
- `phase_gap_vector`: finite Psi component gaps against thresholds.
|
|
252
|
+
- `bottlenecks`: ranked verifier, packet repair, SQOT queue, ALT capital, identity, and residual-ledger work.
|
|
253
|
+
- `safe_commands` and `sdk_calls`: next commands and APIs to inspect, not authority to execute.
|
|
254
|
+
- `cannot_promote_because`, `candidate_only_reasons`, and `settled_blockers`: why the current state is useful but not settled.
|
|
255
|
+
|
|
256
|
+
```powershell
|
|
257
|
+
uv run pic phase plan --compact --profile development
|
|
258
|
+
uv run pic phase plan --request examples/phase_acceleration/phase_acceleration_request.json --compact
|
|
259
|
+
uv run pic phase gap --compact --profile development
|
|
260
|
+
uv run pic phase runbook --profile development
|
|
261
|
+
uv run pic phase benchmark --profile development
|
|
262
|
+
uv run pic phase benchmark-suite --profile development --format json
|
|
263
|
+
uv run pic phase dashboard --profile development --format json
|
|
264
|
+
uv run pic schema --type PhaseAccelerationPlan
|
|
265
|
+
```
|
|
266
|
+
|
|
267
|
+
For first-time agents, `pic agent check --compact` is still the first command.
|
|
268
|
+
Run `pic phase plan --compact` next when the agent must choose finite bottleneck
|
|
269
|
+
work. The planner can help a network of agents preserve reusable work and route
|
|
270
|
+
verification, but it does not prove real ASI, physical outcomes, or oracle truth.
|
|
271
|
+
With `--request`, use a self-contained `PhaseAccelerationRequest` file and do
|
|
272
|
+
not also pass `--state`, `--input`, `--runtime-report`, `--text`, or
|
|
273
|
+
`--text-file`; `--profile` and `--identity-context` are explicit operator
|
|
274
|
+
overrides. In production/adversarial profiles, accepted identity context removes
|
|
275
|
+
only the identity-readiness blocker. `settled=false` remains correct while
|
|
276
|
+
residual obligations, route work, or phase gaps remain.
|
|
277
|
+
|
|
214
278
|
## Quickstart
|
|
215
279
|
|
|
216
280
|
### Path A: Pip Install For Immediate Practical Checks
|
|
@@ -222,13 +286,32 @@ curated workflow.
|
|
|
222
286
|
```powershell
|
|
223
287
|
python -m pip install percolation-inversion-compiler
|
|
224
288
|
pic agent explain
|
|
289
|
+
pic agent autonomy-audit --profile development --format json
|
|
225
290
|
pic agent check --compact --text "Candidate packet: route evidence and preserve residuals." --profile development
|
|
226
291
|
pic agent runbook --profile development
|
|
292
|
+
pic phase plan --compact --text "Candidate packet: route evidence and preserve residuals." --profile development
|
|
293
|
+
pic agent accelerate --compact --text "Candidate packet: route evidence and preserve residuals." --profile development
|
|
227
294
|
pic agent check --text "Candidate packet: route evidence and preserve residuals." --profile development
|
|
228
295
|
pic demo installed-smoke --profile development
|
|
229
296
|
pic demo bootstrap --output-dir pic-demo
|
|
230
297
|
pic agent intake --text "Candidate packet: route evidence and preserve residuals." --profile development
|
|
231
298
|
pic runtime step --state pic-demo/runtime_state.json --input pic-demo/runtime_step_input.json --profile development
|
|
299
|
+
pic phase benchmark-suite --profile development --format json
|
|
300
|
+
pic phase dashboard --runtime-report pic-demo/runtime_step_report.json --profile development
|
|
301
|
+
pic packet inspect --packet pic-demo/packet_envelope.json
|
|
302
|
+
pic packet merge --packets pic-demo/packet*.json --output pic-demo/merged-packets.json
|
|
303
|
+
pic packet lineage --packet pic-demo/merged-packets.json
|
|
304
|
+
pic phase observe --reports pic-demo/phase_dashboard.json --output pic-demo/observation.json
|
|
305
|
+
pic audit canonical-readiness --profile development --format json
|
|
306
|
+
```
|
|
307
|
+
|
|
308
|
+
For connector, identity, and local runtime-service dependencies without the
|
|
309
|
+
science/OT/LP research stack:
|
|
310
|
+
|
|
311
|
+
```powershell
|
|
312
|
+
python -m pip install "percolation-inversion-compiler[agent-full]"
|
|
313
|
+
pic agent network-readiness --profile development
|
|
314
|
+
pic agent communication-guide --profile development
|
|
232
315
|
```
|
|
233
316
|
|
|
234
317
|
### Path B: Clone For Canonical Audits And Development
|
|
@@ -273,6 +356,7 @@ uv run pic snapshot show --artifact ecpt
|
|
|
273
356
|
uv run pic snapshot show --artifact sqot
|
|
274
357
|
uv run pic snapshot show --artifact alt
|
|
275
358
|
uv run pic snapshot routes
|
|
359
|
+
uv run pic audit canonical-readiness --profile development --format json
|
|
276
360
|
```
|
|
277
361
|
|
|
278
362
|
### 2. Run One Runtime Step
|
|
@@ -4,11 +4,11 @@
|
|
|
4
4
|
|
|
5
5
|
The abbreviations refer to the five source theories used by the repository: **ECPT** is Executable Capability Percolation Theory, the collective capability-packet phase model; **BIT** is Bottleneck Inversion Theory, the witness calculus for unlockable potential and frontier extraction; **TRC** is Typed Reality Compilation, the typed trace and tolerance-ledger compiler for cyber-physical frontiers; **SQOT** is Salience-Queue Occupation Theory, the salience scheduling and attention-occupation layer; and **ALT** is Abstraction Liquidity Theory, the reusable abstraction capital and foundry valuation layer.
|
|
6
6
|
|
|
7
|
-
Search terms: ECPT, BIT, TRC, SQOT, ALT, abstraction liquidity, reusable abstraction capital, ASI-proxy collective phase, protocol-relative ASI-proxy phase-control, certificate compiler, proof obligations, residual ledgers, salience queue, packet ecology, semantic edge verification, typed trace normal forms, frontier extraction, AI agent integration, verifier SDK.
|
|
7
|
+
Search terms: ECPT, BIT, TRC, SQOT, ALT, abstraction liquidity, reusable abstraction capital, ASI-proxy collective phase, protocol-relative ASI-proxy phase-control, phase acceleration planner, bottleneck ranking, certificate compiler, proof obligations, residual ledgers, salience queue, packet ecology, semantic edge verification, typed trace normal forms, frontier extraction, AI agent integration, verifier SDK.
|
|
8
8
|
|
|
9
9
|
New to PIC? Start with the [GitHub Wiki](https://github.com/kadubon/percolation-inversion-compiler/wiki) for a plain-language guide to what PIC does, why AI agent output is treated as candidate work, getting started, use cases, core concepts, and agent-safe interpretation of `accepted=true` and `settled=false`.
|
|
10
10
|
|
|
11
|
-
Distribution status: v0.4.
|
|
11
|
+
Distribution status: v0.4.4 is a practical runtime snapshot with a beta API
|
|
12
12
|
surface. Install the core package from PyPI with `pip install
|
|
13
13
|
percolation-inversion-compiler`; use `pip install
|
|
14
14
|
"percolation-inversion-compiler[identity,connectors,server]"` when you need
|
|
@@ -23,7 +23,9 @@ Common-language glossary: capability packet = checked reusable work item;
|
|
|
23
23
|
residual ledger = explicit unresolved-work ledger; SQOT = finite attention/task
|
|
24
24
|
scheduler; ALT = reusable abstraction value checker; ECPT = workflow graph and
|
|
25
25
|
collective phase-control model; BIT = bottleneck/witness calculus; TRC = typed
|
|
26
|
-
trace and real-world frontier compiler
|
|
26
|
+
trace and real-world frontier compiler; phase acceleration planner = ranked
|
|
27
|
+
safe next-step planner for verified work reuse and bottleneck removal. See
|
|
28
|
+
[Glossary](docs/glossary.md).
|
|
27
29
|
|
|
28
30
|
## What It Does Not Do
|
|
29
31
|
|
|
@@ -49,10 +51,11 @@ trace and real-world frontier compiler. See [Glossary](docs/glossary.md).
|
|
|
49
51
|
| 9 | **Action results** | Execution reports, ALT admission decisions, and route resolutions that are applied back into the runtime state. |
|
|
50
52
|
| 10 | **Runtime store** | Persistent event logs, verified packets, route batches, abstraction capital lineage, and residual ledgers. |
|
|
51
53
|
| 11 | **Collective phase certificate** | A fail-closed certificate over fixed population, no self-rewrite, no hidden injection, closure, execution availability, Psi thresholds, certified liquidity, and resource-matched baseline. |
|
|
54
|
+
| 12 | **Phase acceleration plan** | Recommendation-only JSON that ranks phase gaps, bottlenecks, safe commands, schemas, candidate-only reasons, and settlement blockers. |
|
|
52
55
|
|
|
53
56
|
The runtime is fail-closed: planning can recommend finite ASI-proxy actions, but `settled` remains false unless scoped verifier rules discharge the required finite obligations. In production, signed identities and Sybil-resistance ledgers can prevent duplicate-key, clone-fanout, revoked, expired, or unsigned agent populations from producing accepted collective certificates. Residual external obligations remain explicit.
|
|
54
57
|
|
|
55
|
-
v0.4.
|
|
58
|
+
v0.4.4 preserves the v0.4.3 ALT abstraction-liquidity foundry support so external knowledge and agent traces can become reusable abstraction-token candidates, then certified abstraction capital only after lower-bound surplus, calibrated proxy or causal value evidence, transport, root-of-trust, telemetry, lifecycle, and hazard checks pass. ALT also adds negative-liquidity, deprecation/resurrection, baseline refresh, reproduction diagnostics, and ALT-CARA acceleration certificates so stale or unsafe abstraction claims remain repairable residual work rather than silent capital. Use `development`, `research`, `controlled`, `federated`, `production`, or `adversarial` profiles to choose how communication policy, cryptographic identities, homogeneous fleets, signed packet issuers, and Sybil-resistance ledgers affect packet promotion and collective certificates.
|
|
56
59
|
|
|
57
60
|
Core contract: registry is metadata, not evidence. Use `pic doctor` and structured checker outputs to distinguish declared status, finite certificate results, proof obligations, and residual ledgers.
|
|
58
61
|
|
|
@@ -70,16 +73,36 @@ Start with [AGENTS.md](AGENTS.md) and [For AI agents](docs/for-agents.md). The f
|
|
|
70
73
|
uv run pic agent explain
|
|
71
74
|
uv run pic agent check --compact --text "Candidate packet: route evidence and preserve residuals." --profile development
|
|
72
75
|
uv run pic agent runbook --profile development
|
|
76
|
+
uv run pic phase plan --compact --text "Candidate packet: route evidence and preserve residuals." --profile development
|
|
77
|
+
uv run pic agent accelerate --compact --text "Candidate packet: route evidence and preserve residuals." --profile development
|
|
73
78
|
uv run pic agent guide --profile development
|
|
74
79
|
uv run pic agent check --text "Candidate packet: route evidence and preserve residuals." --profile development
|
|
75
80
|
uv run pic agent intake --text "Candidate packet: route evidence and preserve residuals." --profile development
|
|
76
81
|
```
|
|
77
82
|
|
|
83
|
+
## Optional Sidecars
|
|
84
|
+
|
|
85
|
+
These commands help operators, maintainers, and agent frameworks inspect PIC
|
|
86
|
+
adoption, canonical implementation readiness, packet exchange, benchmarks, and
|
|
87
|
+
phase metrics. They do not gate the main workflow and do not change `settled`
|
|
88
|
+
semantics.
|
|
89
|
+
|
|
90
|
+
```powershell
|
|
91
|
+
pic adoption request --format markdown
|
|
92
|
+
pic adoption packet --format markdown
|
|
93
|
+
pic audit canonical-readiness --profile development --format json
|
|
94
|
+
pic phase benchmark-suite --profile development --format json
|
|
95
|
+
pic packet inspect --packet packet.json
|
|
96
|
+
pic phase dashboard --profile development --format json
|
|
97
|
+
```
|
|
98
|
+
|
|
78
99
|
Command choice:
|
|
79
100
|
|
|
80
101
|
- Use `pic agent check --compact` when a human, CI job, or first-time agent needs the shortest practical JSON contract.
|
|
81
102
|
- Use `pic agent runbook` when an agent needs deterministic next commands, schemas, and fields to inspect.
|
|
103
|
+
- Use `pic phase plan --compact` or `pic agent accelerate --compact` when an agent needs ranked phase gaps, bottlenecks, safe next commands, and promotion blockers.
|
|
82
104
|
- Use `pic agent intake` or `pic runtime step` when the caller needs the full nested runtime report.
|
|
105
|
+
- Use `pic audit canonical-readiness` from pip when an agent needs canonical ECPT/BIT/TRC/SQOT/ALT implementation coverage without local TeX files.
|
|
83
106
|
- Use `pic audit fidelity` from a source checkout when canonical TeX theory-fidelity and finite-upgrade candidates matter.
|
|
84
107
|
|
|
85
108
|
Production packet promotion requires identity context:
|
|
@@ -105,6 +128,7 @@ message checker, or an ALT abstraction-capital foundry.
|
|
|
105
128
|
- External intake: treat web, feed, repository, and message inputs as candidate packets.
|
|
106
129
|
- Agent-to-agent messages: inspect signatures, nonces, identity context, and residuals.
|
|
107
130
|
- ALT foundry: check whether traces or outputs can become reusable abstraction capital.
|
|
131
|
+
- Phase acceleration planner: rank finite bottlenecks and safe next actions without executing them.
|
|
108
132
|
|
|
109
133
|
Start with [For AI agents](docs/for-agents.md). For the full integration map,
|
|
110
134
|
see [Integration Examples](docs/integrations/README.md). For the CI pattern, see
|
|
@@ -135,6 +159,39 @@ Raw external packet volume, including candidate-only closure or execution-path r
|
|
|
135
159
|
not improve positive Psi components or collective certificates until downstream promotion checks
|
|
136
160
|
accept the packet as finite-scope capital.
|
|
137
161
|
|
|
162
|
+
## Phase Acceleration Planner
|
|
163
|
+
|
|
164
|
+
The phase planner is the practical bridge from the theory reports to agent
|
|
165
|
+
action. It reads existing runtime output and adjacent ALT/SQOT/external-intake
|
|
166
|
+
reports, then returns a deterministic `PhaseAccelerationPlan` with:
|
|
167
|
+
|
|
168
|
+
- `phase_gap_vector`: finite Psi component gaps against thresholds.
|
|
169
|
+
- `bottlenecks`: ranked verifier, packet repair, SQOT queue, ALT capital, identity, and residual-ledger work.
|
|
170
|
+
- `safe_commands` and `sdk_calls`: next commands and APIs to inspect, not authority to execute.
|
|
171
|
+
- `cannot_promote_because`, `candidate_only_reasons`, and `settled_blockers`: why the current state is useful but not settled.
|
|
172
|
+
|
|
173
|
+
```powershell
|
|
174
|
+
uv run pic phase plan --compact --profile development
|
|
175
|
+
uv run pic phase plan --request examples/phase_acceleration/phase_acceleration_request.json --compact
|
|
176
|
+
uv run pic phase gap --compact --profile development
|
|
177
|
+
uv run pic phase runbook --profile development
|
|
178
|
+
uv run pic phase benchmark --profile development
|
|
179
|
+
uv run pic phase benchmark-suite --profile development --format json
|
|
180
|
+
uv run pic phase dashboard --profile development --format json
|
|
181
|
+
uv run pic schema --type PhaseAccelerationPlan
|
|
182
|
+
```
|
|
183
|
+
|
|
184
|
+
For first-time agents, `pic agent check --compact` is still the first command.
|
|
185
|
+
Run `pic phase plan --compact` next when the agent must choose finite bottleneck
|
|
186
|
+
work. The planner can help a network of agents preserve reusable work and route
|
|
187
|
+
verification, but it does not prove real ASI, physical outcomes, or oracle truth.
|
|
188
|
+
With `--request`, use a self-contained `PhaseAccelerationRequest` file and do
|
|
189
|
+
not also pass `--state`, `--input`, `--runtime-report`, `--text`, or
|
|
190
|
+
`--text-file`; `--profile` and `--identity-context` are explicit operator
|
|
191
|
+
overrides. In production/adversarial profiles, accepted identity context removes
|
|
192
|
+
only the identity-readiness blocker. `settled=false` remains correct while
|
|
193
|
+
residual obligations, route work, or phase gaps remain.
|
|
194
|
+
|
|
138
195
|
## Quickstart
|
|
139
196
|
|
|
140
197
|
### Path A: Pip Install For Immediate Practical Checks
|
|
@@ -146,13 +203,32 @@ curated workflow.
|
|
|
146
203
|
```powershell
|
|
147
204
|
python -m pip install percolation-inversion-compiler
|
|
148
205
|
pic agent explain
|
|
206
|
+
pic agent autonomy-audit --profile development --format json
|
|
149
207
|
pic agent check --compact --text "Candidate packet: route evidence and preserve residuals." --profile development
|
|
150
208
|
pic agent runbook --profile development
|
|
209
|
+
pic phase plan --compact --text "Candidate packet: route evidence and preserve residuals." --profile development
|
|
210
|
+
pic agent accelerate --compact --text "Candidate packet: route evidence and preserve residuals." --profile development
|
|
151
211
|
pic agent check --text "Candidate packet: route evidence and preserve residuals." --profile development
|
|
152
212
|
pic demo installed-smoke --profile development
|
|
153
213
|
pic demo bootstrap --output-dir pic-demo
|
|
154
214
|
pic agent intake --text "Candidate packet: route evidence and preserve residuals." --profile development
|
|
155
215
|
pic runtime step --state pic-demo/runtime_state.json --input pic-demo/runtime_step_input.json --profile development
|
|
216
|
+
pic phase benchmark-suite --profile development --format json
|
|
217
|
+
pic phase dashboard --runtime-report pic-demo/runtime_step_report.json --profile development
|
|
218
|
+
pic packet inspect --packet pic-demo/packet_envelope.json
|
|
219
|
+
pic packet merge --packets pic-demo/packet*.json --output pic-demo/merged-packets.json
|
|
220
|
+
pic packet lineage --packet pic-demo/merged-packets.json
|
|
221
|
+
pic phase observe --reports pic-demo/phase_dashboard.json --output pic-demo/observation.json
|
|
222
|
+
pic audit canonical-readiness --profile development --format json
|
|
223
|
+
```
|
|
224
|
+
|
|
225
|
+
For connector, identity, and local runtime-service dependencies without the
|
|
226
|
+
science/OT/LP research stack:
|
|
227
|
+
|
|
228
|
+
```powershell
|
|
229
|
+
python -m pip install "percolation-inversion-compiler[agent-full]"
|
|
230
|
+
pic agent network-readiness --profile development
|
|
231
|
+
pic agent communication-guide --profile development
|
|
156
232
|
```
|
|
157
233
|
|
|
158
234
|
### Path B: Clone For Canonical Audits And Development
|
|
@@ -197,6 +273,7 @@ uv run pic snapshot show --artifact ecpt
|
|
|
197
273
|
uv run pic snapshot show --artifact sqot
|
|
198
274
|
uv run pic snapshot show --artifact alt
|
|
199
275
|
uv run pic snapshot routes
|
|
276
|
+
uv run pic audit canonical-readiness --profile development --format json
|
|
200
277
|
```
|
|
201
278
|
|
|
202
279
|
### 2. Run One Runtime Step
|