percolation-inversion-compiler-ts 0.4.4
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.
- package/LICENSE +152 -0
- package/NOTICE +21 -0
- package/README.md +255 -0
- package/dist/agent/messages.d.ts +23 -0
- package/dist/agent/messages.js +457 -0
- package/dist/cli/main.d.ts +1 -0
- package/dist/cli/main.js +2646 -0
- package/dist/index.d.ts +91 -0
- package/dist/index.js +983 -0
- package/dist/io/schema.d.ts +16 -0
- package/dist/io/schema.js +153 -0
- package/dist/packet/index.d.ts +10 -0
- package/dist/packet/index.js +385 -0
- package/fixtures/portability_conformance/README.md +17 -0
- package/fixtures/portability_conformance/agent_check_report.json +1251 -0
- package/fixtures/portability_conformance/agent_intake_report.json +1169 -0
- package/fixtures/portability_conformance/agent_message_delivery_report.json +124 -0
- package/fixtures/portability_conformance/agent_relay_readiness_report.json +40 -0
- package/fixtures/portability_conformance/alt_admission_decision.json +16 -0
- package/fixtures/portability_conformance/bottleneck_witness_report.json +23 -0
- package/fixtures/portability_conformance/collective_phase_certificate.json +330 -0
- package/fixtures/portability_conformance/frontier_debt_report.json +24 -0
- package/fixtures/portability_conformance/manifest.json +113 -0
- package/fixtures/portability_conformance/negative/checksum_mismatch.json +4 -0
- package/fixtures/portability_conformance/negative/schema_invalid_agent_check.json +3 -0
- package/fixtures/portability_conformance/negative/unknown_schema.json +3 -0
- package/fixtures/portability_conformance/phase_acceleration_benchmark_report.json +21 -0
- package/fixtures/portability_conformance/phase_acceleration_plan.json +72 -0
- package/fixtures/portability_conformance/phase_control_audit_summary.json +16 -0
- package/fixtures/portability_conformance/relay_inbox.json +37 -0
- package/fixtures/portability_conformance/runtime_step_report.json +1384 -0
- package/fixtures/portability_conformance/salience_schedule_report.json +100 -0
- package/fixtures/portability_conformance/theory_fidelity_report.json +53 -0
- package/fixtures/portability_conformance/value_bridge_report.json +17 -0
- package/fixtures/python_v044_cli/adoption_packet.json +131 -0
- package/fixtures/python_v044_cli/adoption_request.json +60 -0
- package/fixtures/python_v044_cli/agent_autonomy_audit.json +254 -0
- package/fixtures/python_v044_cli/agent_check_compact.json +80 -0
- package/fixtures/python_v044_cli/agent_check_full.json +1265 -0
- package/fixtures/python_v044_cli/agent_communication_guide.json +426 -0
- package/fixtures/python_v044_cli/agent_intake.json +1175 -0
- package/fixtures/python_v044_cli/agent_manifest.json +373 -0
- package/fixtures/python_v044_cli/agent_runbook.json +115 -0
- package/fixtures/python_v044_cli/demo_installed_smoke.json +1367 -0
- package/fixtures/python_v044_cli/doctor_development.json +264 -0
- package/fixtures/python_v044_cli/identity_explain_profile_production.json +39 -0
- package/fixtures/python_v044_cli/phase_benchmark.json +42 -0
- package/fixtures/python_v044_cli/phase_benchmark_suite.json +428 -0
- package/fixtures/python_v044_cli/phase_dashboard.json +173 -0
- package/fixtures/python_v044_cli/phase_gap.json +119 -0
- package/fixtures/python_v044_cli/phase_observe.json +203 -0
- package/fixtures/python_v044_cli/phase_plan_compact.json +384 -0
- package/fixtures/python_v044_cli/phase_plan_full.json +2020 -0
- package/fixtures/python_v044_cli/phase_runbook.json +66 -0
- package/fixtures/python_v044_cli/routes_bindings.json +716 -0
- package/fixtures/python_v044_cli/routes_explain_replay_trc_physical_trace.json +57 -0
- package/fixtures/python_v044_cli/runtime_step_demo.json +1384 -0
- package/fixtures/python_v044_cli/snapshot_list.json +112 -0
- package/fixtures/python_v044_cli/snapshot_routes.json +926 -0
- package/fixtures/python_v044_cli/snapshot_show_alt.json +6830 -0
- package/fixtures/python_v044_cli/snapshot_show_bit.json +594 -0
- package/fixtures/python_v044_cli/snapshot_show_ecpt.json +2894 -0
- package/fixtures/python_v044_cli/snapshot_show_sqot.json +2392 -0
- package/fixtures/python_v044_cli/snapshot_show_trc.json +3037 -0
- package/fixtures/python_v044_cli/snapshot_verify_alt.json +10 -0
- package/fixtures/python_v044_cli/snapshot_verify_bit.json +10 -0
- package/fixtures/python_v044_cli/snapshot_verify_ecpt.json +10 -0
- package/fixtures/python_v044_cli/snapshot_verify_sqot.json +10 -0
- package/fixtures/python_v044_cli/snapshot_verify_trc.json +10 -0
- package/fixtures/python_v044_demo/agent_inbox.json +26 -0
- package/fixtures/python_v044_demo/agent_message.json +19 -0
- package/fixtures/python_v044_demo/agent_output.txt +1 -0
- package/fixtures/python_v044_demo/alt_admission_packet.json +208 -0
- package/fixtures/python_v044_demo/asi_proxy_phase_request.json +47 -0
- package/fixtures/python_v044_demo/general_intake_policy.json +58 -0
- package/fixtures/python_v044_demo/manifest.json +78 -0
- package/fixtures/python_v044_demo/packet_envelope.json +1463 -0
- package/fixtures/python_v044_demo/phase_dashboard.json +175 -0
- package/fixtures/python_v044_demo/runtime_state.json +143 -0
- package/fixtures/python_v044_demo/runtime_step_input.json +8 -0
- package/fixtures/python_v044_demo/runtime_step_report.json +1384 -0
- package/fixtures/python_v044_snapshots/alt.json +6830 -0
- package/fixtures/python_v044_snapshots/bit.json +543 -0
- package/fixtures/python_v044_snapshots/ecpt.json +2741 -0
- package/fixtures/python_v044_snapshots/sqot.json +2134 -0
- package/fixtures/python_v044_snapshots/trc.json +2880 -0
- package/package.json +129 -0
- package/schemas/ALTAccelerationCertificate.schema.json +169 -0
- package/schemas/ALTAdmissionDecision.schema.json +199 -0
- package/schemas/ALTCARACertificate.schema.json +285 -0
- package/schemas/ALTDeprecationRecord.schema.json +171 -0
- package/schemas/ALTKernelTransitionReport.schema.json +185 -0
- package/schemas/ALTResurrectionRecord.schema.json +171 -0
- package/schemas/ASIProxyTargetContract.schema.json +52 -0
- package/schemas/AbstractionToken.schema.json +281 -0
- package/schemas/AccelerationCertificate.schema.json +225 -0
- package/schemas/AccelerationExperimentSuite.schema.json +3731 -0
- package/schemas/AcceptedPacketPath.schema.json +148 -0
- package/schemas/ActionCommit.schema.json +67 -0
- package/schemas/ActionGrammar.schema.json +36 -0
- package/schemas/ActionabilityVector.schema.json +33 -0
- package/schemas/ActivationThresholdCertificate.schema.json +185 -0
- package/schemas/AdapterRouteSpec.schema.json +110 -0
- package/schemas/AdoptionFirstRunCommand.schema.json +44 -0
- package/schemas/AdoptionReviewChecklist.schema.json +36 -0
- package/schemas/AdoptionSafetyBoundary.schema.json +104 -0
- package/schemas/AgentAutonomyAuditReport.schema.json +213 -0
- package/schemas/AgentCheckReport.schema.json +3494 -0
- package/schemas/AgentCommandInvocation.schema.json +63 -0
- package/schemas/AgentCommunicationGuide.schema.json +213 -0
- package/schemas/AgentCommunicationPolicy.schema.json +73 -0
- package/schemas/AgentCommunicationStep.schema.json +85 -0
- package/schemas/AgentConnectorSpec.schema.json +89 -0
- package/schemas/AgentFeatureReadinessReport.schema.json +206 -0
- package/schemas/AgentIdentityAttestation.schema.json +99 -0
- package/schemas/AgentIdentityCheckReport.schema.json +225 -0
- package/schemas/AgentInboxRecord.schema.json +319 -0
- package/schemas/AgentIntakeReport.schema.json +3373 -0
- package/schemas/AgentIntakeRequest.schema.json +2250 -0
- package/schemas/AgentMessageContractReport.schema.json +195 -0
- package/schemas/AgentMessageDeliveryReport.schema.json +630 -0
- package/schemas/AgentMessageEnvelope.schema.json +201 -0
- package/schemas/AgentMessageNonceLedger.schema.json +45 -0
- package/schemas/AgentMessageVerificationContext.schema.json +60 -0
- package/schemas/AgentNetworkReadinessReport.schema.json +109 -0
- package/schemas/AgentNextActionReport.schema.json +83 -0
- package/schemas/AgentPacketExchangeReport.schema.json +519 -0
- package/schemas/AgentPeerRecord.schema.json +85 -0
- package/schemas/AgentPolicyIdentity.schema.json +79 -0
- package/schemas/AgentPopulationState.schema.json +2523 -0
- package/schemas/AgentRelayReadinessReport.schema.json +125 -0
- package/schemas/AgentRunbookReport.schema.json +100 -0
- package/schemas/AgentRuntimeConfig.schema.json +78 -0
- package/schemas/AgentTask.schema.json +101 -0
- package/schemas/AgentToOperatorRequest.schema.json +222 -0
- package/schemas/AgentWorkflowGuide.schema.json +128 -0
- package/schemas/AgentWorkflowStep.schema.json +59 -0
- package/schemas/AlgebraLawCertificate.schema.json +101 -0
- package/schemas/AttestationRecord.schema.json +63 -0
- package/schemas/AutocatalyticClosureWitness.schema.json +187 -0
- package/schemas/BaselineRefreshCertificate.schema.json +178 -0
- package/schemas/BasinReachabilityReport.schema.json +244 -0
- package/schemas/BottleneckCandidate.schema.json +105 -0
- package/schemas/BottleneckIntervention.schema.json +157 -0
- package/schemas/BottleneckInversionPlan.schema.json +212 -0
- package/schemas/BottleneckWitnessReport.schema.json +128 -0
- package/schemas/BoundaryGeneratorRecord.schema.json +57 -0
- package/schemas/BoundaryScriptRecord.schema.json +30 -0
- package/schemas/BudgetedToleranceScheduler.schema.json +59 -0
- package/schemas/CalibrationCertificate.schema.json +252 -0
- package/schemas/CanonicalImplementationReadinessReport.schema.json +298 -0
- package/schemas/CanonicalManifest.schema.json +80 -0
- package/schemas/CanonicalManifestRecord.schema.json +54 -0
- package/schemas/CanonicalTheorySnapshotSummary.schema.json +102 -0
- package/schemas/CapabilityBasinContract.schema.json +59 -0
- package/schemas/CapabilityPacketCandidate.schema.json +247 -0
- package/schemas/CapabilityPacketRegistry.schema.json +442 -0
- package/schemas/CapabilityStateVector.schema.json +169 -0
- package/schemas/CascadeResidualPotential.schema.json +32 -0
- package/schemas/CertificateCompilerRecord.schema.json +81 -0
- package/schemas/CertificateFamily.schema.json +376 -0
- package/schemas/CertificateRoute.schema.json +128 -0
- package/schemas/CertifiedAbstractionCapital.schema.json +161 -0
- package/schemas/CheckResult.schema.json +369 -0
- package/schemas/CheckerContext.schema.json +255 -0
- package/schemas/ClosedLoopAgentIteration.schema.json +1045 -0
- package/schemas/CollectivePhaseCertificate.schema.json +1377 -0
- package/schemas/CommercialReadinessSummary.schema.json +134 -0
- package/schemas/ConfidenceLedger.schema.json +26 -0
- package/schemas/ContentAddressedEvidenceRef.schema.json +48 -0
- package/schemas/ControlledTransition.schema.json +90 -0
- package/schemas/CryptographicAgentIdentity.schema.json +192 -0
- package/schemas/DKWCertificate.schema.json +31 -0
- package/schemas/DiagnosticReservePolicy.schema.json +22 -0
- package/schemas/DischargeRouteBinding.schema.json +93 -0
- package/schemas/DomainTypedSemiring.schema.json +55 -0
- package/schemas/DominanceWitness.schema.json +31 -0
- package/schemas/EProcessCertificate.schema.json +22 -0
- package/schemas/EdgeRelationVerificationReport.schema.json +161 -0
- package/schemas/EdgeRelationVerifierSpec.schema.json +62 -0
- package/schemas/EdgeWitness.schema.json +73 -0
- package/schemas/EdgeWitnessCertificate.schema.json +192 -0
- package/schemas/EvidenceArtifact.schema.json +112 -0
- package/schemas/EvidenceEnvelopeStoreRecord.schema.json +100 -0
- package/schemas/EvidencePolicy.schema.json +57 -0
- package/schemas/EvidenceResolutionBatch.schema.json +347 -0
- package/schemas/EvidenceVerificationProfile.schema.json +74 -0
- package/schemas/ExecutableALTCertificatePacket.schema.json +1512 -0
- package/schemas/ExecutableTraceNormalForm.schema.json +659 -0
- package/schemas/ExecutionAvailablePathCertificate.schema.json +204 -0
- package/schemas/ExternalCandidateClassification.schema.json +10 -0
- package/schemas/ExternalObligationCatalog.schema.json +238 -0
- package/schemas/ExternalVerifierHook.schema.json +174 -0
- package/schemas/FiniteOrder.schema.json +34 -0
- package/schemas/FinitePhaseControlCertificate.schema.json +100 -0
- package/schemas/FiniteTraceLaw.schema.json +30 -0
- package/schemas/FixedPopulationLedger.schema.json +255 -0
- package/schemas/FormationCostLedger.schema.json +91 -0
- package/schemas/FoundryControlDashboard.schema.json +198 -0
- package/schemas/FoundryState.schema.json +1819 -0
- package/schemas/FrontierDebtReport.schema.json +115 -0
- package/schemas/FunctorLawCertificate.schema.json +82 -0
- package/schemas/FusedGeometricComparisonCertificate.schema.json +79 -0
- package/schemas/FutureFreedomVector.schema.json +84 -0
- package/schemas/GeneralIntakePolicy.schema.json +255 -0
- package/schemas/GeneralIntakePolicyDecision.schema.json +85 -0
- package/schemas/GeneralIntakeProfile.schema.json +11 -0
- package/schemas/GeneralIntakeReport.schema.json +861 -0
- package/schemas/GeneralIntakeRuntimeBridgeReport.schema.json +761 -0
- package/schemas/GeneralIntakeSource.schema.json +57 -0
- package/schemas/GoodTuringCertificate.schema.json +27 -0
- package/schemas/HazardEnvelopeCertificate.schema.json +192 -0
- package/schemas/HiddenCapabilityInjectionReport.schema.json +212 -0
- package/schemas/IdentityContributionStatus.schema.json +11 -0
- package/schemas/IdentityTrustProfile.schema.json +12 -0
- package/schemas/ImplementationMaturity.schema.json +27 -0
- package/schemas/IndependenceCertificate.schema.json +42 -0
- package/schemas/InnerViabilityKernel.schema.json +45 -0
- package/schemas/IntakeProvenanceRecord.schema.json +192 -0
- package/schemas/InterventionCandidate.schema.json +266 -0
- package/schemas/Judgment.schema.json +351 -0
- package/schemas/LatticeWitness.schema.json +63 -0
- package/schemas/LedgerCoordinate.schema.json +79 -0
- package/schemas/LifecycleCostBounds.schema.json +65 -0
- package/schemas/LiquidityCertificate.schema.json +1094 -0
- package/schemas/MartingaleBlockResidual.schema.json +32 -0
- package/schemas/MartingaleDeficiencyCertificate.schema.json +76 -0
- package/schemas/MechanismCubeCertificate.schema.json +92 -0
- package/schemas/MissionValidityCertificate.schema.json +153 -0
- package/schemas/MonoidRecord.schema.json +30 -0
- package/schemas/MonotoneMap.schema.json +61 -0
- package/schemas/NegativeLiquidityCertificate.schema.json +176 -0
- package/schemas/NonPromotionPolicy.schema.json +39 -0
- package/schemas/ObligationRule.schema.json +54 -0
- package/schemas/ObligationSet.schema.json +230 -0
- package/schemas/ObligationTrace.schema.json +156 -0
- package/schemas/ObservationWindow.schema.json +48 -0
- package/schemas/ObservedTraceProjection.schema.json +57 -0
- package/schemas/OccupationLedger.schema.json +33 -0
- package/schemas/OperationalCheck.schema.json +29 -0
- package/schemas/OperationalReadinessReport.schema.json +216 -0
- package/schemas/OperatorAdoptionPacket.schema.json +303 -0
- package/schemas/OpportunityMeasureContract.schema.json +165 -0
- package/schemas/OrderedPotentialCone.schema.json +125 -0
- package/schemas/PacketCapitalLineage.schema.json +90 -0
- package/schemas/PacketExchangeEnvelope.schema.json +213 -0
- package/schemas/PacketImportInspectionReport.schema.json +68 -0
- package/schemas/PacketIngestionReport.schema.json +655 -0
- package/schemas/PacketLineageDigest.schema.json +70 -0
- package/schemas/PacketMergeReport.schema.json +286 -0
- package/schemas/PacketPromotionPolicy.schema.json +47 -0
- package/schemas/PacketPromotionReport.schema.json +354 -0
- package/schemas/PacketRejection.schema.json +158 -0
- package/schemas/PhaseAccelerationBenchmarkReport.schema.json +103 -0
- package/schemas/PhaseAccelerationPlan.schema.json +4449 -0
- package/schemas/PhaseAccelerationRequest.schema.json +5333 -0
- package/schemas/PhaseAccelerationScore.schema.json +66 -0
- package/schemas/PhaseBenchmarkCaseResult.schema.json +164 -0
- package/schemas/PhaseBenchmarkSuiteReport.schema.json +234 -0
- package/schemas/PhaseBenchmarkTask.schema.json +36 -0
- package/schemas/PhaseComponentGap.schema.json +46 -0
- package/schemas/PhaseControlAction.schema.json +80 -0
- package/schemas/PhaseControlAuditSummary.schema.json +143 -0
- package/schemas/PhaseControlEnvelope.schema.json +53 -0
- package/schemas/PhaseControlObjective.schema.json +98 -0
- package/schemas/PhaseControlPlan.schema.json +377 -0
- package/schemas/PhaseControlRunReport.schema.json +425 -0
- package/schemas/PhaseControlState.schema.json +383 -0
- package/schemas/PhaseDashboardReport.schema.json +249 -0
- package/schemas/PhaseGapVector.schema.json +101 -0
- package/schemas/PhaseObservationReport.schema.json +321 -0
- package/schemas/PhaseTrajectoryReport.schema.json +4522 -0
- package/schemas/PopulationRuntimeStepReport.schema.json +5125 -0
- package/schemas/PortabilityConformanceReport.schema.json +99 -0
- package/schemas/PortabilitySchemaBundle.schema.json +23 -0
- package/schemas/ProblemSolvingTrace.schema.json +162 -0
- package/schemas/ProcessGrammarRecord.schema.json +56 -0
- package/schemas/ProductOrder.schema.json +53 -0
- package/schemas/ProductionReadinessProfile.schema.json +37 -0
- package/schemas/ProjectionAudit.schema.json +70 -0
- package/schemas/ProofObligation.schema.json +200 -0
- package/schemas/ProtocolFrameDigest.schema.json +79 -0
- package/schemas/ProtocolFunctorCertificate.schema.json +89 -0
- package/schemas/ProtocolObject.schema.json +45 -0
- package/schemas/ProtocolRelativeBenchmarkMetric.schema.json +39 -0
- package/schemas/ProvenanceManifest.schema.json +221 -0
- package/schemas/ProvenanceManifestEntry.schema.json +29 -0
- package/schemas/PsiDashboard.schema.json +213 -0
- package/schemas/PullbackGluingWitness.schema.json +43 -0
- package/schemas/QuarantineLedger.schema.json +31 -0
- package/schemas/ReachableMassRecursionCertificate.schema.json +129 -0
- package/schemas/ReconstructionResidual.schema.json +24 -0
- package/schemas/RefreshRule.schema.json +31 -0
- package/schemas/Registry.schema.json +231 -0
- package/schemas/ReleaseArtifactManifest.schema.json +62 -0
- package/schemas/ReproductionMatrixCertificate.schema.json +190 -0
- package/schemas/ResidualCarryForwardReport.schema.json +57 -0
- package/schemas/ResourceCalendarRecord.schema.json +67 -0
- package/schemas/ResourceEnvelope.schema.json +42 -0
- package/schemas/ResourceMatchedBaselineConfig.schema.json +81 -0
- package/schemas/RiskBudgetLedger.schema.json +19 -0
- package/schemas/RobotsDecision.schema.json +44 -0
- package/schemas/RootFinalityCertificate.schema.json +190 -0
- package/schemas/RouteExecutionBatch.schema.json +930 -0
- package/schemas/RouteExecutionRequest.schema.json +87 -0
- package/schemas/RuntimeActionResult.schema.json +807 -0
- package/schemas/RuntimeComparisonReport.schema.json +3670 -0
- package/schemas/RuntimeEvent.schema.json +142 -0
- package/schemas/RuntimeEventLog.schema.json +161 -0
- package/schemas/RuntimeExecutionReport.schema.json +872 -0
- package/schemas/RuntimeExecutorPolicy.schema.json +68 -0
- package/schemas/RuntimeHealthReport.schema.json +161 -0
- package/schemas/RuntimeIdentityContext.schema.json +480 -0
- package/schemas/RuntimeRunReport.schema.json +3487 -0
- package/schemas/RuntimeServiceSettings.schema.json +55 -0
- package/schemas/RuntimeState.schema.json +1438 -0
- package/schemas/RuntimeStepInput.schema.json +685 -0
- package/schemas/RuntimeStepReport.schema.json +3314 -0
- package/schemas/RuntimeStoreRecord.schema.json +106 -0
- package/schemas/RuntimeStoreSnapshot.schema.json +4815 -0
- package/schemas/SBOMManifest.schema.json +67 -0
- package/schemas/SQOTTheorySnapshot.schema.json +49 -0
- package/schemas/SafePhaseAction.schema.json +96 -0
- package/schemas/SalienceQueueRecord.schema.json +313 -0
- package/schemas/SalienceScheduleReport.schema.json +434 -0
- package/schemas/SalienceSchedulingDecision.schema.json +167 -0
- package/schemas/SchemaBundleDigest.schema.json +57 -0
- package/schemas/ScriptGroundMetricCertificate.schema.json +47 -0
- package/schemas/SelectiveCUPCertificate.schema.json +414 -0
- package/schemas/SettlementReturnRAFCertificate.schema.json +122 -0
- package/schemas/SinkhornCertificate.schema.json +55 -0
- package/schemas/SnapshotAttribution.schema.json +63 -0
- package/schemas/SnapshotCatalog.schema.json +481 -0
- package/schemas/SplitCertificate.schema.json +39 -0
- package/schemas/StatusAlgebraRecord.schema.json +37 -0
- package/schemas/StoppedEvidenceSheafCertificate.schema.json +120 -0
- package/schemas/StrictTexParseReport.schema.json +67 -0
- package/schemas/SybilResistanceLedger.schema.json +427 -0
- package/schemas/SybilResistancePolicy.schema.json +176 -0
- package/schemas/TRCCompileResult.schema.json +239 -0
- package/schemas/TRCStateRecord.schema.json +149 -0
- package/schemas/TelemetryCostCertificate.schema.json +171 -0
- package/schemas/TexGrammarDiagnostic.schema.json +39 -0
- package/schemas/TheoryAuditReport.schema.json +654 -0
- package/schemas/TheoryAuditSuiteReport.schema.json +775 -0
- package/schemas/TheoryFidelityReport.schema.json +100 -0
- package/schemas/TheoryImplementationRecord.schema.json +203 -0
- package/schemas/TheorySnapshot.schema.json +459 -0
- package/schemas/TheorySnapshotItem.schema.json +60 -0
- package/schemas/TokenLineage.schema.json +76 -0
- package/schemas/ToleranceAllocationCertificate.schema.json +62 -0
- package/schemas/TraceNormalizationCertificate.schema.json +77 -0
- package/schemas/TraceSufficiencyCertificate.schema.json +166 -0
- package/schemas/TransportCertificate.schema.json +178 -0
- package/schemas/TypedTraceTransducerRecord.schema.json +64 -0
- package/schemas/ValueBridgeReport.schema.json +131 -0
- package/schemas/VectorCompatibleFamily.schema.json +354 -0
- package/schemas/VerificationThroughputReport.schema.json +62 -0
- package/schemas/VerifiedCapabilityPacket.schema.json +251 -0
- package/schemas/VerifierEvidenceEnvelope.schema.json +178 -0
- package/schemas/VerifierResolution.schema.json +275 -0
- package/schemas/WebDiscoveryReport.schema.json +675 -0
- package/schemas/WebFetchPolicy.schema.json +145 -0
- package/schemas/WebFetchReport.schema.json +133 -0
- package/schemas/bundle.schema.json +100808 -0
- package/schemas/schema-digest.json +1674 -0
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
{
|
|
2
|
+
"accepted": true,
|
|
3
|
+
"adversarial_transfer_charge": 0.0,
|
|
4
|
+
"aggregation_group_counts": {},
|
|
5
|
+
"aggregation_group_occupation": {},
|
|
6
|
+
"audit_recursion_violations": [],
|
|
7
|
+
"decisions": [
|
|
8
|
+
{
|
|
9
|
+
"decision": "run",
|
|
10
|
+
"operationally_usable": true,
|
|
11
|
+
"priority_score": 1.2,
|
|
12
|
+
"reasons": [],
|
|
13
|
+
"record_id": "packet:sqot-reserve",
|
|
14
|
+
"residual_ledger": {
|
|
15
|
+
"coordinates": {}
|
|
16
|
+
},
|
|
17
|
+
"settled": false,
|
|
18
|
+
"status": "provisional"
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"decision": "rollback",
|
|
22
|
+
"operationally_usable": false,
|
|
23
|
+
"priority_score": 0.15,
|
|
24
|
+
"reasons": [
|
|
25
|
+
"queue record evidence hash is invalid"
|
|
26
|
+
],
|
|
27
|
+
"record_id": "packet:hash-invalid",
|
|
28
|
+
"residual_ledger": {
|
|
29
|
+
"coordinates": {
|
|
30
|
+
"sqot:packet:hash-invalid:rollback": {
|
|
31
|
+
"description": null,
|
|
32
|
+
"evidence_refs": [],
|
|
33
|
+
"evidence_status": "declared",
|
|
34
|
+
"kind": "residual",
|
|
35
|
+
"known": true,
|
|
36
|
+
"name": "sqot:packet:hash-invalid:rollback",
|
|
37
|
+
"unit": "dimensionless",
|
|
38
|
+
"value": 0.25
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
"settled": false,
|
|
43
|
+
"status": "diagnostic"
|
|
44
|
+
}
|
|
45
|
+
],
|
|
46
|
+
"diagnostic_reserve": {
|
|
47
|
+
"audit_depth": 1,
|
|
48
|
+
"minimum_reserve": 0.0,
|
|
49
|
+
"reserve_fraction": 0.1
|
|
50
|
+
},
|
|
51
|
+
"distributed_origin_count": 0,
|
|
52
|
+
"effective_diagnostic_reserve": 0.0,
|
|
53
|
+
"false_liquidity_rate": 0.5,
|
|
54
|
+
"label_laundering_suspicions": [],
|
|
55
|
+
"latency_deadline_loss": 0.0,
|
|
56
|
+
"low_contribution_occupation": 0.0,
|
|
57
|
+
"occupation_ledger": {
|
|
58
|
+
"attention_budget": 1.0,
|
|
59
|
+
"occupied": 0.19999999999999996,
|
|
60
|
+
"occupied_by_class": {
|
|
61
|
+
"diagnostic": 0.2
|
|
62
|
+
},
|
|
63
|
+
"unknown_occupation": []
|
|
64
|
+
},
|
|
65
|
+
"privacy_rejoin_refs": [],
|
|
66
|
+
"profile": "development",
|
|
67
|
+
"protocol_integrity_refs": [],
|
|
68
|
+
"quarantine_ledger": {
|
|
69
|
+
"quarantined_items": [],
|
|
70
|
+
"reasons": {
|
|
71
|
+
"packet:hash-invalid": [
|
|
72
|
+
"queue record evidence hash is invalid"
|
|
73
|
+
]
|
|
74
|
+
},
|
|
75
|
+
"rollback_items": [
|
|
76
|
+
"packet:hash-invalid"
|
|
77
|
+
]
|
|
78
|
+
},
|
|
79
|
+
"report_id": "sqot-salience-schedule",
|
|
80
|
+
"residual_debt_growth": 0.25,
|
|
81
|
+
"risk_ledger": {
|
|
82
|
+
"risk_budget": 1.0,
|
|
83
|
+
"risk_charges": {
|
|
84
|
+
"packet:sqot-reserve": 0.0
|
|
85
|
+
}
|
|
86
|
+
},
|
|
87
|
+
"rollback_class_summary": {
|
|
88
|
+
"none": 2
|
|
89
|
+
},
|
|
90
|
+
"safety_invariants": [
|
|
91
|
+
"queue priority never promotes obligations to settled status",
|
|
92
|
+
"stale, hash-invalid, authority-invalid, or unsafe-route items fail closed",
|
|
93
|
+
"diagnostic reserve is preserved before non-diagnostic work is scheduled"
|
|
94
|
+
],
|
|
95
|
+
"sovereignty_kernel_refs": [],
|
|
96
|
+
"stale_packet_ratio": 0.0,
|
|
97
|
+
"thermodynamic_discharge_charge": 0.0,
|
|
98
|
+
"unresolved_obligation_backlog": 1,
|
|
99
|
+
"verifier_latency_proxy": 0.09999999999999998
|
|
100
|
+
}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
{
|
|
2
|
+
"accepted": true,
|
|
3
|
+
"canonical_dir": "canonical-suite",
|
|
4
|
+
"external_obligation_totals": {
|
|
5
|
+
"alt": 54,
|
|
6
|
+
"bit": 0,
|
|
7
|
+
"ecpt": 30,
|
|
8
|
+
"sqot": 15,
|
|
9
|
+
"trc": 32
|
|
10
|
+
},
|
|
11
|
+
"finite_upgrade_candidates": {
|
|
12
|
+
"alt": [
|
|
13
|
+
"alt:common-estimand-bridge"
|
|
14
|
+
],
|
|
15
|
+
"ecpt": [
|
|
16
|
+
"ecpt:proxy-target-grounding"
|
|
17
|
+
],
|
|
18
|
+
"sqot": [
|
|
19
|
+
"sqot:reserve-adequacy"
|
|
20
|
+
],
|
|
21
|
+
"trc": [
|
|
22
|
+
"trc:frontier-debt"
|
|
23
|
+
]
|
|
24
|
+
},
|
|
25
|
+
"operationally_usable": true,
|
|
26
|
+
"partial_total": 0,
|
|
27
|
+
"report_id": "pic-theory-fidelity",
|
|
28
|
+
"settled": false,
|
|
29
|
+
"snapshot_health": {
|
|
30
|
+
"alt": true,
|
|
31
|
+
"bit": true,
|
|
32
|
+
"ecpt": true,
|
|
33
|
+
"sqot": true,
|
|
34
|
+
"trc": true
|
|
35
|
+
},
|
|
36
|
+
"strict_grammar_accepted": {
|
|
37
|
+
"alt": true,
|
|
38
|
+
"bit": true,
|
|
39
|
+
"ecpt": true,
|
|
40
|
+
"sqot": true,
|
|
41
|
+
"trc": true
|
|
42
|
+
},
|
|
43
|
+
"suite_status": "pass",
|
|
44
|
+
"theory_summaries": {
|
|
45
|
+
"ecpt": {
|
|
46
|
+
"external_obligation_total": 30,
|
|
47
|
+
"finite_upgrade_candidate_count": 1,
|
|
48
|
+
"snapshot_healthy": true,
|
|
49
|
+
"strict_grammar_accepted": true
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
"unsupported_total": 0
|
|
53
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"accepted": true,
|
|
3
|
+
"calibrated_proxy_bridge_ready": true,
|
|
4
|
+
"causal_effect_ready": false,
|
|
5
|
+
"common_estimand_ready": true,
|
|
6
|
+
"common_estimand_refs": [
|
|
7
|
+
"estimand:shared-cost-reduction"
|
|
8
|
+
],
|
|
9
|
+
"operationally_usable": true,
|
|
10
|
+
"proxy_bridge_refs": [
|
|
11
|
+
"bridge:proxy-to-value"
|
|
12
|
+
],
|
|
13
|
+
"proxy_only": false,
|
|
14
|
+
"report_id": "alt-value-bridge:portability",
|
|
15
|
+
"settled": false,
|
|
16
|
+
"value_evidence_level": "calibrated-proxy"
|
|
17
|
+
}
|
|
@@ -0,0 +1,131 @@
|
|
|
1
|
+
{
|
|
2
|
+
"accepted": true,
|
|
3
|
+
"accepted_true_meaning": "accepted=true means the finite checker accepted the report shape and routing record; it does not mean final truth or settled obligations.",
|
|
4
|
+
"candidate_work_rationale": "AI-agent output is treated as candidate work until finite verifier, residual, identity, route, rollback, and promotion checks accept the scoped packet.",
|
|
5
|
+
"compact_json_fields_to_inspect": [
|
|
6
|
+
"accepted",
|
|
7
|
+
"workflow_usable",
|
|
8
|
+
"settled",
|
|
9
|
+
"unresolved_obligations",
|
|
10
|
+
"residual_summary",
|
|
11
|
+
"safe_commands",
|
|
12
|
+
"cannot_promote_because",
|
|
13
|
+
"candidate_only_reasons",
|
|
14
|
+
"settled_blockers",
|
|
15
|
+
"safety_invariants"
|
|
16
|
+
],
|
|
17
|
+
"distribution_modes": [
|
|
18
|
+
"PyPI install: practical agent checks, bundled snapshots, schema export, demo bootstrap",
|
|
19
|
+
"source checkout: root examples, canonical TeX audits, development fixtures",
|
|
20
|
+
"Wiki: human-oriented conceptual guide",
|
|
21
|
+
"ClawHub skill: external agent skill packaging surface when separately provided",
|
|
22
|
+
"full development checkout: tests, release checks, and local implementation work"
|
|
23
|
+
],
|
|
24
|
+
"features_requiring_explicit_operator_permission": [
|
|
25
|
+
"installing the PyPI package",
|
|
26
|
+
"cloning a source checkout",
|
|
27
|
+
"running commands that mutate local environments or repositories",
|
|
28
|
+
"enabling live network connectors for explicit sources",
|
|
29
|
+
"executing verifier routes or shell commands outside PIC documentation output"
|
|
30
|
+
],
|
|
31
|
+
"first_run_commands": [
|
|
32
|
+
{
|
|
33
|
+
"command": "python -m pip install percolation-inversion-compiler",
|
|
34
|
+
"command_id": "minimal-pypi-install",
|
|
35
|
+
"executed_by_pic": false,
|
|
36
|
+
"expected_output": "PIC package installed in the selected Python environment",
|
|
37
|
+
"mutates_environment_if_operator_runs_it": true,
|
|
38
|
+
"purpose": "Install PIC from PyPI when the operator has chosen to allow local use.",
|
|
39
|
+
"requires_operator_authority": true
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"command": "pic agent check --compact --text \"Candidate packet: route evidence and preserve residuals.\" --profile development",
|
|
43
|
+
"command_id": "minimal-first-check",
|
|
44
|
+
"executed_by_pic": false,
|
|
45
|
+
"expected_output": "compact JSON with accepted, workflow_usable, settled, residuals, and blockers",
|
|
46
|
+
"mutates_environment_if_operator_runs_it": false,
|
|
47
|
+
"purpose": "Run the shortest compact agent-output contract after installation.",
|
|
48
|
+
"requires_operator_authority": false
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"command": "pic phase plan --compact --text \"Candidate packet: route evidence and preserve residuals.\" --profile development",
|
|
52
|
+
"command_id": "minimal-next-phase-plan",
|
|
53
|
+
"executed_by_pic": false,
|
|
54
|
+
"expected_output": "compact PhaseAccelerationPlan JSON with settled=false when obligations remain",
|
|
55
|
+
"mutates_environment_if_operator_runs_it": false,
|
|
56
|
+
"purpose": "Inspect ranked phase gaps and promotion blockers after the first check.",
|
|
57
|
+
"requires_operator_authority": false
|
|
58
|
+
}
|
|
59
|
+
],
|
|
60
|
+
"operationally_usable": true,
|
|
61
|
+
"operator_adoption_status": "not-recorded",
|
|
62
|
+
"packet_id": "operator-adoption-packet",
|
|
63
|
+
"profile": "development",
|
|
64
|
+
"reasons": [
|
|
65
|
+
"operator adoption sidecar is optional documentation and does not gate PIC core commands"
|
|
66
|
+
],
|
|
67
|
+
"review_checklist": {
|
|
68
|
+
"accepted": true,
|
|
69
|
+
"checklist_id": "adoption-review-checklist",
|
|
70
|
+
"interpretation_rules": [
|
|
71
|
+
"if adoption_sidecar is absent: continue normal checking and planning",
|
|
72
|
+
"if adoption_sidecar is present: treat it as operator-facing documentation only",
|
|
73
|
+
"if operator_adoption is approved: this may authorize local use in that environment",
|
|
74
|
+
"operator adoption does not settle external obligations",
|
|
75
|
+
"operator adoption does not promote packets"
|
|
76
|
+
],
|
|
77
|
+
"items": [
|
|
78
|
+
"Confirm the agent has authority only to request use, not to self-install.",
|
|
79
|
+
"Confirm PIC output will be treated as candidate work, not final truth.",
|
|
80
|
+
"Confirm safe_commands will be inspected before any execution.",
|
|
81
|
+
"Confirm live connectors, repository mutation, and shell execution require explicit authority.",
|
|
82
|
+
"Confirm accepted=true and workflow_usable=true do not imply settled=true."
|
|
83
|
+
],
|
|
84
|
+
"settled": false
|
|
85
|
+
},
|
|
86
|
+
"safe_commands_meaning": "safe_commands are deterministic hints to inspect or run only under operator authority.",
|
|
87
|
+
"safety_boundary": {
|
|
88
|
+
"affects_agent_accelerate": false,
|
|
89
|
+
"affects_agent_check": false,
|
|
90
|
+
"affects_packet_promotion": false,
|
|
91
|
+
"affects_phase_plan": false,
|
|
92
|
+
"affects_settled": false,
|
|
93
|
+
"approval_settles_truth": false,
|
|
94
|
+
"boundary_id": "adoption-safety-boundary",
|
|
95
|
+
"calls_network": false,
|
|
96
|
+
"clones_repository": false,
|
|
97
|
+
"creates_required_approval_state": false,
|
|
98
|
+
"executes_shell_commands": false,
|
|
99
|
+
"installs_package": false,
|
|
100
|
+
"invariants": [
|
|
101
|
+
"adoption sidecars are optional operator-facing documentation",
|
|
102
|
+
"absence of an adoption sidecar is normal and is not a blocker",
|
|
103
|
+
"operator adoption does not settle runtime obligations",
|
|
104
|
+
"operator adoption does not prove real ASI, physical truth, or oracle truth",
|
|
105
|
+
"operator adoption does not promote packet candidates",
|
|
106
|
+
"agents without install authority should generate an operator request instead"
|
|
107
|
+
],
|
|
108
|
+
"modifies_config_files": false,
|
|
109
|
+
"mutates_runtime_state": false,
|
|
110
|
+
"pure_output_generator": true,
|
|
111
|
+
"safe_commands_are_execution_authority": false,
|
|
112
|
+
"settled": false,
|
|
113
|
+
"sidecar_only": true
|
|
114
|
+
},
|
|
115
|
+
"settled": false,
|
|
116
|
+
"settled_false_meaning": "settled=false means unresolved obligations remain explicit; it is not command failure.",
|
|
117
|
+
"what_pic_does": [
|
|
118
|
+
"Checks AI-agent output as capability packet candidates.",
|
|
119
|
+
"Preserves evidence, proof obligations, residual ledgers, and settlement blockers.",
|
|
120
|
+
"Routes finite verifier work and phase-planning diagnostics.",
|
|
121
|
+
"Emits machine-readable JSON contracts for agent and CI workflows."
|
|
122
|
+
],
|
|
123
|
+
"what_pic_does_not_do": [
|
|
124
|
+
"It does not execute proposed actions from agent output.",
|
|
125
|
+
"It does not bypass operator approval policy.",
|
|
126
|
+
"It does not prove real ASI, physical truth, simulator truth, or oracle truth.",
|
|
127
|
+
"It does not silently promote accepted or workflow_usable outputs to settled.",
|
|
128
|
+
"It does not require adoption approval for agent check, phase plan, or accelerate."
|
|
129
|
+
],
|
|
130
|
+
"workflow_usable": true
|
|
131
|
+
}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
{
|
|
2
|
+
"accepted": true,
|
|
3
|
+
"operationally_usable": true,
|
|
4
|
+
"operator_adoption_status": "not-recorded",
|
|
5
|
+
"plain_english_message": "I found PIC.\nPIC treats AI-agent output as candidate work.\nPIC preserves evidence, proof obligations, residual ledgers, and settlement blockers.\nPIC does not execute my proposed actions.\nPIC does not bypass your approval policy.\nPIC does not prove real ASI or real-world truth.\nPlease review and decide whether I may use it.",
|
|
6
|
+
"profile": "development",
|
|
7
|
+
"reasons": [
|
|
8
|
+
"agent lacks install authority and should request operator review"
|
|
9
|
+
],
|
|
10
|
+
"request_id": "agent-to-operator-request",
|
|
11
|
+
"safety_boundary": {
|
|
12
|
+
"affects_agent_accelerate": false,
|
|
13
|
+
"affects_agent_check": false,
|
|
14
|
+
"affects_packet_promotion": false,
|
|
15
|
+
"affects_phase_plan": false,
|
|
16
|
+
"affects_settled": false,
|
|
17
|
+
"approval_settles_truth": false,
|
|
18
|
+
"boundary_id": "adoption-safety-boundary",
|
|
19
|
+
"calls_network": false,
|
|
20
|
+
"clones_repository": false,
|
|
21
|
+
"creates_required_approval_state": false,
|
|
22
|
+
"executes_shell_commands": false,
|
|
23
|
+
"installs_package": false,
|
|
24
|
+
"invariants": [
|
|
25
|
+
"adoption sidecars are optional operator-facing documentation",
|
|
26
|
+
"absence of an adoption sidecar is normal and is not a blocker",
|
|
27
|
+
"operator adoption does not settle runtime obligations",
|
|
28
|
+
"operator adoption does not prove real ASI, physical truth, or oracle truth",
|
|
29
|
+
"operator adoption does not promote packet candidates",
|
|
30
|
+
"agents without install authority should generate an operator request instead"
|
|
31
|
+
],
|
|
32
|
+
"modifies_config_files": false,
|
|
33
|
+
"mutates_runtime_state": false,
|
|
34
|
+
"pure_output_generator": true,
|
|
35
|
+
"safe_commands_are_execution_authority": false,
|
|
36
|
+
"settled": false,
|
|
37
|
+
"sidecar_only": true
|
|
38
|
+
},
|
|
39
|
+
"settled": false,
|
|
40
|
+
"suggested_first_command": {
|
|
41
|
+
"command": "python -m pip install percolation-inversion-compiler\npic agent check --compact --text \"Candidate packet: route evidence and preserve residuals.\" --profile development",
|
|
42
|
+
"command_id": "operator-request-first-command",
|
|
43
|
+
"executed_by_pic": false,
|
|
44
|
+
"expected_output": "installed package plus compact agent check JSON",
|
|
45
|
+
"mutates_environment_if_operator_runs_it": true,
|
|
46
|
+
"purpose": "Install PIC and run the first compact check if the operator approves use.",
|
|
47
|
+
"requires_operator_authority": true
|
|
48
|
+
},
|
|
49
|
+
"suggested_next_command": {
|
|
50
|
+
"command": "pic phase plan --compact --text \"Candidate packet: route evidence and preserve residuals.\" --profile development",
|
|
51
|
+
"command_id": "operator-request-next-command",
|
|
52
|
+
"executed_by_pic": false,
|
|
53
|
+
"expected_output": "compact PhaseAccelerationPlan JSON",
|
|
54
|
+
"mutates_environment_if_operator_runs_it": false,
|
|
55
|
+
"purpose": "Inspect phase-planning diagnostics after the first check.",
|
|
56
|
+
"requires_operator_authority": false
|
|
57
|
+
},
|
|
58
|
+
"warning": "Agents without install authority should not self-install PIC. They should generate an operator request instead.",
|
|
59
|
+
"workflow_usable": true
|
|
60
|
+
}
|
|
@@ -0,0 +1,254 @@
|
|
|
1
|
+
{
|
|
2
|
+
"accepted": true,
|
|
3
|
+
"adoption_required_for_core": false,
|
|
4
|
+
"agent_full_extra_available": true,
|
|
5
|
+
"approval_gate_present": false,
|
|
6
|
+
"approval_persistence_created": false,
|
|
7
|
+
"autonomy_enablers": [
|
|
8
|
+
"compact reports keep the first workflow machine-readable",
|
|
9
|
+
"operator adoption sidecars are optional documentation",
|
|
10
|
+
"packet exchange, dashboard, and benchmark sidecars are diagnostic-only",
|
|
11
|
+
"canonical readiness is available from pip through bundled snapshot metadata",
|
|
12
|
+
"argv arrays avoid shell-specific quoting and glob expansion",
|
|
13
|
+
"agent-full extra exposes connector, identity, and service dependencies via pip"
|
|
14
|
+
],
|
|
15
|
+
"background_crawling_allowed": false,
|
|
16
|
+
"command_execution_allowed_by_pic": false,
|
|
17
|
+
"compact_mode_available": true,
|
|
18
|
+
"operationally_usable": true,
|
|
19
|
+
"pip_agent_full_commands": [
|
|
20
|
+
"python -m pip install \"percolation-inversion-compiler[agent-full]\"",
|
|
21
|
+
"pic agent network-readiness --profile development",
|
|
22
|
+
"pic agent communication-guide --profile development",
|
|
23
|
+
"pic agent communication-guide --profile development --no-allow-live-connectors",
|
|
24
|
+
"pic agent relay-readiness --profile development"
|
|
25
|
+
],
|
|
26
|
+
"pip_core_commands": [
|
|
27
|
+
"python -m pip install percolation-inversion-compiler",
|
|
28
|
+
"pic agent explain",
|
|
29
|
+
"pic agent autonomy-audit --profile development --format json",
|
|
30
|
+
"pic agent check --compact --text \"Candidate packet: preserve residuals.\" --profile development",
|
|
31
|
+
"pic phase plan --compact --text \"Candidate packet: preserve residuals.\" --profile development",
|
|
32
|
+
"pic agent accelerate --compact --text \"Candidate packet: preserve residuals.\" --profile development",
|
|
33
|
+
"pic demo installed-smoke --profile development",
|
|
34
|
+
"pic demo bootstrap --output-dir pic-demo",
|
|
35
|
+
"pic runtime step --state pic-demo/runtime_state.json --input pic-demo/runtime_step_input.json --profile development",
|
|
36
|
+
"pic phase benchmark-suite --profile development --format json",
|
|
37
|
+
"pic phase dashboard --profile development --format json",
|
|
38
|
+
"pic packet inspect --packet pic-demo/packet_envelope.json",
|
|
39
|
+
"pic packet merge --packets pic-demo/packet*.json --output pic-demo/merged-packets.json",
|
|
40
|
+
"pic packet lineage --packet pic-demo/merged-packets.json",
|
|
41
|
+
"pic phase observe --reports pic-demo/phase_dashboard.json --output pic-demo/observation.json",
|
|
42
|
+
"pic snapshot list",
|
|
43
|
+
"pic audit canonical-readiness --profile development --format json",
|
|
44
|
+
"pic schema --type AgentAutonomyAuditReport",
|
|
45
|
+
"pic schema --type CanonicalImplementationReadinessReport"
|
|
46
|
+
],
|
|
47
|
+
"pip_core_workflow_available": true,
|
|
48
|
+
"profile": "development",
|
|
49
|
+
"reasons": [
|
|
50
|
+
"core PIC activity is not gated by operator adoption state",
|
|
51
|
+
"autonomy is increased through portable records and sidecar diagnostics"
|
|
52
|
+
],
|
|
53
|
+
"recommended_next_invocations": [
|
|
54
|
+
{
|
|
55
|
+
"argv": [
|
|
56
|
+
"python",
|
|
57
|
+
"-m",
|
|
58
|
+
"pip",
|
|
59
|
+
"install",
|
|
60
|
+
"percolation-inversion-compiler"
|
|
61
|
+
],
|
|
62
|
+
"executes_shell_commands_by_pic": false,
|
|
63
|
+
"invocation_id": "pip-core-install",
|
|
64
|
+
"mutates_environment_if_operator_runs_it": true,
|
|
65
|
+
"purpose": "Install the bare package when local environment mutation is authorized.",
|
|
66
|
+
"requires_agent_full_extra": false,
|
|
67
|
+
"requires_operator_authority": true,
|
|
68
|
+
"requires_source_checkout": false,
|
|
69
|
+
"safety_notes": [
|
|
70
|
+
"argv is the portable invocation; shell_command is display text",
|
|
71
|
+
"PIC emits this command as data and does not execute it"
|
|
72
|
+
],
|
|
73
|
+
"shell_command": "python -m pip install percolation-inversion-compiler"
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"argv": [
|
|
77
|
+
"pic",
|
|
78
|
+
"agent",
|
|
79
|
+
"check",
|
|
80
|
+
"--compact",
|
|
81
|
+
"--text",
|
|
82
|
+
"Candidate packet: preserve residuals.",
|
|
83
|
+
"--profile",
|
|
84
|
+
"development"
|
|
85
|
+
],
|
|
86
|
+
"executes_shell_commands_by_pic": false,
|
|
87
|
+
"invocation_id": "compact-agent-check",
|
|
88
|
+
"mutates_environment_if_operator_runs_it": false,
|
|
89
|
+
"purpose": "Run the shortest compact candidate-output check.",
|
|
90
|
+
"requires_agent_full_extra": false,
|
|
91
|
+
"requires_operator_authority": false,
|
|
92
|
+
"requires_source_checkout": false,
|
|
93
|
+
"safety_notes": [
|
|
94
|
+
"argv is the portable invocation; shell_command is display text",
|
|
95
|
+
"PIC emits this command as data and does not execute it"
|
|
96
|
+
],
|
|
97
|
+
"shell_command": "pic agent check --compact --text \"Candidate packet: preserve residuals.\" --profile development"
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"argv": [
|
|
101
|
+
"pic",
|
|
102
|
+
"phase",
|
|
103
|
+
"plan",
|
|
104
|
+
"--compact",
|
|
105
|
+
"--text",
|
|
106
|
+
"Candidate packet: preserve residuals.",
|
|
107
|
+
"--profile",
|
|
108
|
+
"development"
|
|
109
|
+
],
|
|
110
|
+
"executes_shell_commands_by_pic": false,
|
|
111
|
+
"invocation_id": "compact-phase-plan",
|
|
112
|
+
"mutates_environment_if_operator_runs_it": false,
|
|
113
|
+
"purpose": "Rank phase gaps and bottlenecks without adoption state.",
|
|
114
|
+
"requires_agent_full_extra": false,
|
|
115
|
+
"requires_operator_authority": false,
|
|
116
|
+
"requires_source_checkout": false,
|
|
117
|
+
"safety_notes": [
|
|
118
|
+
"argv is the portable invocation; shell_command is display text",
|
|
119
|
+
"PIC emits this command as data and does not execute it"
|
|
120
|
+
],
|
|
121
|
+
"shell_command": "pic phase plan --compact --text \"Candidate packet: preserve residuals.\" --profile development"
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
"argv": [
|
|
125
|
+
"pic",
|
|
126
|
+
"agent",
|
|
127
|
+
"accelerate",
|
|
128
|
+
"--compact",
|
|
129
|
+
"--text",
|
|
130
|
+
"Candidate packet: preserve residuals.",
|
|
131
|
+
"--profile",
|
|
132
|
+
"development"
|
|
133
|
+
],
|
|
134
|
+
"executes_shell_commands_by_pic": false,
|
|
135
|
+
"invocation_id": "compact-agent-accelerate",
|
|
136
|
+
"mutates_environment_if_operator_runs_it": false,
|
|
137
|
+
"purpose": "Build an agent-facing acceleration plan without changing settled semantics.",
|
|
138
|
+
"requires_agent_full_extra": false,
|
|
139
|
+
"requires_operator_authority": false,
|
|
140
|
+
"requires_source_checkout": false,
|
|
141
|
+
"safety_notes": [
|
|
142
|
+
"argv is the portable invocation; shell_command is display text",
|
|
143
|
+
"PIC emits this command as data and does not execute it"
|
|
144
|
+
],
|
|
145
|
+
"shell_command": "pic agent accelerate --compact --text \"Candidate packet: preserve residuals.\" --profile development"
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"argv": [
|
|
149
|
+
"pic",
|
|
150
|
+
"audit",
|
|
151
|
+
"canonical-readiness",
|
|
152
|
+
"--profile",
|
|
153
|
+
"development",
|
|
154
|
+
"--format",
|
|
155
|
+
"json"
|
|
156
|
+
],
|
|
157
|
+
"executes_shell_commands_by_pic": false,
|
|
158
|
+
"invocation_id": "canonical-readiness",
|
|
159
|
+
"mutates_environment_if_operator_runs_it": false,
|
|
160
|
+
"purpose": "Inspect canonical implementation coverage from bundled snapshots without TeX files.",
|
|
161
|
+
"requires_agent_full_extra": false,
|
|
162
|
+
"requires_operator_authority": false,
|
|
163
|
+
"requires_source_checkout": false,
|
|
164
|
+
"safety_notes": [
|
|
165
|
+
"argv is the portable invocation; shell_command is display text",
|
|
166
|
+
"PIC emits this command as data and does not execute it"
|
|
167
|
+
],
|
|
168
|
+
"shell_command": "pic audit canonical-readiness --profile development --format json"
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"argv": [
|
|
172
|
+
"pic",
|
|
173
|
+
"packet",
|
|
174
|
+
"merge",
|
|
175
|
+
"--packets",
|
|
176
|
+
"pic-demo/packet*.json",
|
|
177
|
+
"--output",
|
|
178
|
+
"pic-demo/merged-packets.json"
|
|
179
|
+
],
|
|
180
|
+
"executes_shell_commands_by_pic": false,
|
|
181
|
+
"invocation_id": "sidecar-packet-merge",
|
|
182
|
+
"mutates_environment_if_operator_runs_it": false,
|
|
183
|
+
"purpose": "Merge bootstrapped packet sidecars with Python-side glob expansion.",
|
|
184
|
+
"requires_agent_full_extra": false,
|
|
185
|
+
"requires_operator_authority": false,
|
|
186
|
+
"requires_source_checkout": false,
|
|
187
|
+
"safety_notes": [
|
|
188
|
+
"argv is the portable invocation; shell_command is display text",
|
|
189
|
+
"PIC emits this command as data and does not execute it"
|
|
190
|
+
],
|
|
191
|
+
"shell_command": "pic packet merge --packets pic-demo/packet*.json --output pic-demo/merged-packets.json"
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
"argv": [
|
|
195
|
+
"python",
|
|
196
|
+
"-m",
|
|
197
|
+
"pip",
|
|
198
|
+
"install",
|
|
199
|
+
"percolation-inversion-compiler[agent-full]"
|
|
200
|
+
],
|
|
201
|
+
"executes_shell_commands_by_pic": false,
|
|
202
|
+
"invocation_id": "agent-full-install",
|
|
203
|
+
"mutates_environment_if_operator_runs_it": true,
|
|
204
|
+
"purpose": "Install connector, identity, and service extras when that capability is needed.",
|
|
205
|
+
"requires_agent_full_extra": true,
|
|
206
|
+
"requires_operator_authority": true,
|
|
207
|
+
"requires_source_checkout": false,
|
|
208
|
+
"safety_notes": [
|
|
209
|
+
"argv is the portable invocation; shell_command is display text",
|
|
210
|
+
"PIC emits this command as data and does not execute it"
|
|
211
|
+
],
|
|
212
|
+
"shell_command": "python -m pip install \"percolation-inversion-compiler[agent-full]\""
|
|
213
|
+
}
|
|
214
|
+
],
|
|
215
|
+
"remaining_friction_points": [
|
|
216
|
+
"installing packages still mutates the selected Python environment",
|
|
217
|
+
"canonical source-file audits and repository fixtures still require a source checkout",
|
|
218
|
+
"production packet promotion still requires accepted protocol-relative identity context"
|
|
219
|
+
],
|
|
220
|
+
"report_id": "agent-autonomy-audit",
|
|
221
|
+
"safe_commands_executable_by_pic": false,
|
|
222
|
+
"safety_invariants": [
|
|
223
|
+
"settled=false is expected unless scoped finite verifier rules settle obligations",
|
|
224
|
+
"residual ledgers and missing obligations must be preserved",
|
|
225
|
+
"this package does not prove real ASI, physical, simulator, oracle, or policy outcomes",
|
|
226
|
+
"this package does not require self-rewrite, fine-tuning, or model-weight changes",
|
|
227
|
+
"agent-facing commands are recommendation-only and do not execute arbitrary shell commands",
|
|
228
|
+
"production packet promotion requires accepted identity context",
|
|
229
|
+
"live connectors are bounded and candidate-only by default when an explicit source is supplied",
|
|
230
|
+
"no background crawling",
|
|
231
|
+
"no autonomous polling",
|
|
232
|
+
"no arbitrary shell execution",
|
|
233
|
+
"no repository mutation",
|
|
234
|
+
"no hidden promotion from accepted or workflow_usable to settled",
|
|
235
|
+
"external metadata packets remain candidates until downstream checks pass",
|
|
236
|
+
"candidate-only external intake cannot improve Psi, BR, AC, or collective certificates",
|
|
237
|
+
"general web intake is bounded and does not execute scripts, forms, or repo mutation",
|
|
238
|
+
"agent-to-agent messages are packet candidates, not proof of external-world truth",
|
|
239
|
+
"adoption approval is not a phase input or settled blocker",
|
|
240
|
+
"safe_commands are not executable authority",
|
|
241
|
+
"PIC does not persist approval state"
|
|
242
|
+
],
|
|
243
|
+
"settled": false,
|
|
244
|
+
"shell_expansion_required_for_sidecars": false,
|
|
245
|
+
"source_checkout_commands": [
|
|
246
|
+
"uv run pic ecology ingest-general --source examples/agent_network/feed.xml --kind rss",
|
|
247
|
+
"uv run pic ecology bridge-runtime --report examples/agent_network/general_intake_report.example.json",
|
|
248
|
+
"uv run pic alt admit --packet examples/alt/admission_packet.json",
|
|
249
|
+
"uv run pic agent message contract --message examples/agent_network/agent_message.json",
|
|
250
|
+
"uv run pic phase plan --request examples/phase_acceleration/phase_acceleration_request.json --compact --profile development"
|
|
251
|
+
],
|
|
252
|
+
"source_checkout_required_for_core": false,
|
|
253
|
+
"workflow_usable": true
|
|
254
|
+
}
|