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,124 @@
|
|
|
1
|
+
{
|
|
2
|
+
"accepted": true,
|
|
3
|
+
"action": "send",
|
|
4
|
+
"candidate_only": true,
|
|
5
|
+
"candidate_packet_ids": [
|
|
6
|
+
"packet:agent-message:agent-message:bbe9ff00252f"
|
|
7
|
+
],
|
|
8
|
+
"delivered_message_ids": [
|
|
9
|
+
"agent-message:bbe9ff00252f"
|
|
10
|
+
],
|
|
11
|
+
"exchange_reports": [
|
|
12
|
+
{
|
|
13
|
+
"accepted": true,
|
|
14
|
+
"candidate_packet_ids": [
|
|
15
|
+
"packet:agent-message:agent-message:bbe9ff00252f"
|
|
16
|
+
],
|
|
17
|
+
"consumed_nonces": [
|
|
18
|
+
"nonce-portability-1"
|
|
19
|
+
],
|
|
20
|
+
"identity_reasons": [],
|
|
21
|
+
"identity_status": "not-required",
|
|
22
|
+
"identity_verified": false,
|
|
23
|
+
"message_contract_valid": true,
|
|
24
|
+
"message_id": "agent-message:bbe9ff00252f",
|
|
25
|
+
"next_safe_commands": [
|
|
26
|
+
"uv run pic agent message contract --message <message.json>",
|
|
27
|
+
"uv run pic ecology bridge-runtime --report <general-intake-report.json>"
|
|
28
|
+
],
|
|
29
|
+
"nonce_ledger": {
|
|
30
|
+
"accepted": true,
|
|
31
|
+
"consumed_nonces": [
|
|
32
|
+
"nonce-portability-1"
|
|
33
|
+
],
|
|
34
|
+
"ledger_id": "agent-message-nonce-ledger",
|
|
35
|
+
"reasons": [],
|
|
36
|
+
"rejected_message_ids": [],
|
|
37
|
+
"replayed_nonces": []
|
|
38
|
+
},
|
|
39
|
+
"nonce_status": "consumed",
|
|
40
|
+
"packets": [
|
|
41
|
+
{
|
|
42
|
+
"authority_granted": true,
|
|
43
|
+
"authority_required": false,
|
|
44
|
+
"claim": "Portability relay packet: preserve residuals.",
|
|
45
|
+
"content_sha256": "bbe9ff00252faac0d01996b1ccb77a0b91762ea8f0849ca29d48b10f436a9488",
|
|
46
|
+
"dependencies": [],
|
|
47
|
+
"evidence_hash_valid": true,
|
|
48
|
+
"evidence_refs": [
|
|
49
|
+
"agent-message:agent-message:bbe9ff00252f",
|
|
50
|
+
"sha256:bbe9ff00252faac0d01996b1ccb77a0b91762ea8f0849ca29d48b10f436a9488"
|
|
51
|
+
],
|
|
52
|
+
"expected_downstream_gain": 0.00625,
|
|
53
|
+
"expires_at": null,
|
|
54
|
+
"freshness": 1.0,
|
|
55
|
+
"hazard_charge": 0.0,
|
|
56
|
+
"identity_contribution_status": "provisional",
|
|
57
|
+
"issuer_agent_id": "agent:port",
|
|
58
|
+
"issuer_attestation_id": null,
|
|
59
|
+
"issuer_public_key_id": null,
|
|
60
|
+
"issuer_signature_ref": null,
|
|
61
|
+
"packet_id": "packet:agent-message:agent-message:bbe9ff00252f",
|
|
62
|
+
"receiver_family": [
|
|
63
|
+
"agent",
|
|
64
|
+
"verifier"
|
|
65
|
+
],
|
|
66
|
+
"residual_charge": 0.0,
|
|
67
|
+
"reuse_context": "general",
|
|
68
|
+
"rollback_available": true,
|
|
69
|
+
"route_safe": true,
|
|
70
|
+
"salience_class": "packet",
|
|
71
|
+
"source_kind": "agent-message",
|
|
72
|
+
"source_ref": "agent-message:bbe9ff00252f",
|
|
73
|
+
"status": "provisional",
|
|
74
|
+
"tags": [
|
|
75
|
+
"agent-message",
|
|
76
|
+
"external-candidate",
|
|
77
|
+
"packet",
|
|
78
|
+
"residual"
|
|
79
|
+
],
|
|
80
|
+
"verification_cost": 0.01,
|
|
81
|
+
"verifier_routes": []
|
|
82
|
+
}
|
|
83
|
+
],
|
|
84
|
+
"quarantine_recommended": false,
|
|
85
|
+
"reasons": [],
|
|
86
|
+
"replay_detected": false,
|
|
87
|
+
"report_id": "agent-message-check:agent-message:bbe9ff00252f",
|
|
88
|
+
"residual_ledger": {
|
|
89
|
+
"coordinates": {}
|
|
90
|
+
},
|
|
91
|
+
"sender_agent_id": "agent:port",
|
|
92
|
+
"settled": false,
|
|
93
|
+
"signature_present": false,
|
|
94
|
+
"signature_required": false
|
|
95
|
+
}
|
|
96
|
+
],
|
|
97
|
+
"identity_context_accepted": false,
|
|
98
|
+
"inbox_id": "relay_inbox",
|
|
99
|
+
"inbox_ref": "relay_inbox.json",
|
|
100
|
+
"message_ids": [
|
|
101
|
+
"agent-message:bbe9ff00252f"
|
|
102
|
+
],
|
|
103
|
+
"next_safe_commands": [
|
|
104
|
+
"pic agent message contract --message <message.json>",
|
|
105
|
+
"pic agent inbox verify --inbox <inbox.json>",
|
|
106
|
+
"pic ecology bridge-runtime --report <general-intake-report.json>"
|
|
107
|
+
],
|
|
108
|
+
"nonce_ledger": {
|
|
109
|
+
"accepted": true,
|
|
110
|
+
"consumed_nonces": [
|
|
111
|
+
"nonce-portability-1"
|
|
112
|
+
],
|
|
113
|
+
"ledger_id": "agent-message-nonce-ledger",
|
|
114
|
+
"reasons": [],
|
|
115
|
+
"rejected_message_ids": [],
|
|
116
|
+
"replayed_nonces": []
|
|
117
|
+
},
|
|
118
|
+
"operationally_usable": true,
|
|
119
|
+
"profile": "development",
|
|
120
|
+
"reasons": [],
|
|
121
|
+
"rejected_message_ids": [],
|
|
122
|
+
"report_id": "agent-message-delivery:send:54fbca083cb0",
|
|
123
|
+
"settled": false
|
|
124
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
{
|
|
2
|
+
"accepted": true,
|
|
3
|
+
"allow_live_connectors": true,
|
|
4
|
+
"bounded_candidate_intake": true,
|
|
5
|
+
"candidate_only": true,
|
|
6
|
+
"identity_context_accepted": false,
|
|
7
|
+
"identity_context_required": false,
|
|
8
|
+
"inbox_exists": true,
|
|
9
|
+
"inbox_ref": "relay_inbox.json",
|
|
10
|
+
"live_default_mode": "explicit-source-bounded-candidate-intake",
|
|
11
|
+
"loopback_ready": true,
|
|
12
|
+
"message_count": 1,
|
|
13
|
+
"operationally_usable": true,
|
|
14
|
+
"profile": "development",
|
|
15
|
+
"readiness": {
|
|
16
|
+
"contract_check": "ready",
|
|
17
|
+
"identity_context": "not-required",
|
|
18
|
+
"live_default_mode": "bounded-explicit-source",
|
|
19
|
+
"local_inbox": "ready",
|
|
20
|
+
"nonce_replay_check": "ready",
|
|
21
|
+
"signature_policy": "diagnostic"
|
|
22
|
+
},
|
|
23
|
+
"reasons": [],
|
|
24
|
+
"recommended_next_commands": [
|
|
25
|
+
"pic agent message send --inbox inbox.json --sender agent:alice --text <text>",
|
|
26
|
+
"pic agent message receive --inbox inbox.json",
|
|
27
|
+
"pic agent inbox verify --inbox inbox.json",
|
|
28
|
+
"pic ecology bridge-runtime --report <general-intake-report.json>"
|
|
29
|
+
],
|
|
30
|
+
"report_id": "agent-relay-readiness:development",
|
|
31
|
+
"safety_invariants": [
|
|
32
|
+
"agent-message relay is local-file based unless an explicit live source is supplied",
|
|
33
|
+
"agent messages remain packet candidates until verifier and identity policies pass",
|
|
34
|
+
"nonce, signature, identity, and residual checks fail closed",
|
|
35
|
+
"relay readiness does not prove external-world truth or real ASI"
|
|
36
|
+
],
|
|
37
|
+
"seen_nonce_count": 0,
|
|
38
|
+
"settled": false,
|
|
39
|
+
"signature_required": false
|
|
40
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"accepted": true,
|
|
3
|
+
"action": "admit",
|
|
4
|
+
"certified_capital_ref": "alt-capital:alt-token:trace:alt-example:alt-liquidity:example",
|
|
5
|
+
"decision_id": "alt-admission:alt-packet:example",
|
|
6
|
+
"finite_checks_passed": true,
|
|
7
|
+
"missing_obligations": [],
|
|
8
|
+
"operationally_usable": true,
|
|
9
|
+
"packet_id": "alt-packet:example",
|
|
10
|
+
"reasons": [],
|
|
11
|
+
"residual_ledger": {
|
|
12
|
+
"coordinates": {}
|
|
13
|
+
},
|
|
14
|
+
"settled": false,
|
|
15
|
+
"status": "provisional"
|
|
16
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
{
|
|
2
|
+
"action_id": "action:release-bottleneck",
|
|
3
|
+
"action_kind": "reduce-downstream-search-cost",
|
|
4
|
+
"burden_delta": 1.0,
|
|
5
|
+
"next_verifier_routes": [
|
|
6
|
+
"adapters.domain.verify_ecpt_proxy_target_contract"
|
|
7
|
+
],
|
|
8
|
+
"operationally_usable": true,
|
|
9
|
+
"priority_score": 0.75,
|
|
10
|
+
"release_delta": 0.5,
|
|
11
|
+
"report_id": "bottleneck-witness:portability",
|
|
12
|
+
"required_evidence_kind": [
|
|
13
|
+
"finite-proxy-target-contract"
|
|
14
|
+
],
|
|
15
|
+
"residual_coordinates": [
|
|
16
|
+
"residual:bottleneck:proxy-target"
|
|
17
|
+
],
|
|
18
|
+
"rollback_condition": "verifier-resolution-missing",
|
|
19
|
+
"settled": false,
|
|
20
|
+
"target_component": "SD",
|
|
21
|
+
"task_id": "task:portability:bottleneck",
|
|
22
|
+
"witness_kind": "bottleneck-intervention"
|
|
23
|
+
}
|
|
@@ -0,0 +1,330 @@
|
|
|
1
|
+
{
|
|
2
|
+
"accepted": true,
|
|
3
|
+
"basin_id": "runtime-demo-basin",
|
|
4
|
+
"certificate_id": "collective-phase:population:collective-demo:collective-runtime-demo:runtime-demo-basin",
|
|
5
|
+
"closure_witnesses": [
|
|
6
|
+
{
|
|
7
|
+
"accepted": true,
|
|
8
|
+
"closure_packet_ids": [
|
|
9
|
+
"packet:a",
|
|
10
|
+
"packet:b"
|
|
11
|
+
],
|
|
12
|
+
"closure_strength": 0.9,
|
|
13
|
+
"external_seed_packet_ids": [],
|
|
14
|
+
"false_liquidity_rate": 0.0,
|
|
15
|
+
"finite_checks_passed": true,
|
|
16
|
+
"internal_edge_ids": [
|
|
17
|
+
"edge:a-b",
|
|
18
|
+
"edge:b-a"
|
|
19
|
+
],
|
|
20
|
+
"operationally_usable": true,
|
|
21
|
+
"productive_packet_ids": [
|
|
22
|
+
"packet:a",
|
|
23
|
+
"packet:b"
|
|
24
|
+
],
|
|
25
|
+
"productivity_lower_bound": 1.6,
|
|
26
|
+
"reasons": [],
|
|
27
|
+
"regeneration_edge_ids": [
|
|
28
|
+
"edge:a-b",
|
|
29
|
+
"edge:b-a"
|
|
30
|
+
],
|
|
31
|
+
"residual_ledger": {
|
|
32
|
+
"coordinates": {}
|
|
33
|
+
},
|
|
34
|
+
"settled": false,
|
|
35
|
+
"witness_id": "closure:collective-packet-registry:ec043d059b20"
|
|
36
|
+
}
|
|
37
|
+
],
|
|
38
|
+
"execution_available_paths": [
|
|
39
|
+
{
|
|
40
|
+
"accepted": true,
|
|
41
|
+
"authority_granted": true,
|
|
42
|
+
"certificate_id": "execution-available:accepted-path:runtime-demo-basin:packet:a",
|
|
43
|
+
"constraint_frame_id": "default-constraint-frame",
|
|
44
|
+
"edge_ids": [
|
|
45
|
+
"edge:a-b",
|
|
46
|
+
"edge:b-a"
|
|
47
|
+
],
|
|
48
|
+
"evidence_refs": [
|
|
49
|
+
"closure:witness",
|
|
50
|
+
"execution:path",
|
|
51
|
+
"regeneration:witness",
|
|
52
|
+
"rollback:receipt",
|
|
53
|
+
"sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
|
|
54
|
+
"sha256:bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb"
|
|
55
|
+
],
|
|
56
|
+
"execution_gates": [
|
|
57
|
+
"operator-review",
|
|
58
|
+
"safety-ledger-live"
|
|
59
|
+
],
|
|
60
|
+
"finite_checks_passed": true,
|
|
61
|
+
"not_executed": true,
|
|
62
|
+
"operationally_usable": true,
|
|
63
|
+
"packet_ids": [
|
|
64
|
+
"packet:a",
|
|
65
|
+
"packet:b"
|
|
66
|
+
],
|
|
67
|
+
"path_id": "accepted-path:runtime-demo-basin:packet:a",
|
|
68
|
+
"reasons": [],
|
|
69
|
+
"receiver_context": [
|
|
70
|
+
"agent",
|
|
71
|
+
"verifier"
|
|
72
|
+
],
|
|
73
|
+
"residual_ledger": {
|
|
74
|
+
"coordinates": {}
|
|
75
|
+
},
|
|
76
|
+
"rollback_available": true,
|
|
77
|
+
"route_ids": [
|
|
78
|
+
"adapters.domain.verify_ecpt_proxy_target_contract"
|
|
79
|
+
],
|
|
80
|
+
"settled": false
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"accepted": true,
|
|
84
|
+
"authority_granted": true,
|
|
85
|
+
"certificate_id": "execution-available:accepted-path:runtime-demo-basin:packet:b",
|
|
86
|
+
"constraint_frame_id": "default-constraint-frame",
|
|
87
|
+
"edge_ids": [
|
|
88
|
+
"edge:a-b",
|
|
89
|
+
"edge:b-a"
|
|
90
|
+
],
|
|
91
|
+
"evidence_refs": [
|
|
92
|
+
"closure:witness",
|
|
93
|
+
"execution:path",
|
|
94
|
+
"regeneration:witness",
|
|
95
|
+
"rollback:receipt",
|
|
96
|
+
"sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
|
|
97
|
+
"sha256:bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb"
|
|
98
|
+
],
|
|
99
|
+
"execution_gates": [
|
|
100
|
+
"operator-review",
|
|
101
|
+
"safety-ledger-live"
|
|
102
|
+
],
|
|
103
|
+
"finite_checks_passed": true,
|
|
104
|
+
"not_executed": true,
|
|
105
|
+
"operationally_usable": true,
|
|
106
|
+
"packet_ids": [
|
|
107
|
+
"packet:a",
|
|
108
|
+
"packet:b"
|
|
109
|
+
],
|
|
110
|
+
"path_id": "accepted-path:runtime-demo-basin:packet:b",
|
|
111
|
+
"reasons": [],
|
|
112
|
+
"receiver_context": [
|
|
113
|
+
"agent",
|
|
114
|
+
"verifier"
|
|
115
|
+
],
|
|
116
|
+
"residual_ledger": {
|
|
117
|
+
"coordinates": {}
|
|
118
|
+
},
|
|
119
|
+
"rollback_available": true,
|
|
120
|
+
"route_ids": [
|
|
121
|
+
"adapters.domain.verify_ecpt_proxy_target_contract"
|
|
122
|
+
],
|
|
123
|
+
"settled": false
|
|
124
|
+
}
|
|
125
|
+
],
|
|
126
|
+
"false_liquidity_bounded": true,
|
|
127
|
+
"finite_checks_passed": true,
|
|
128
|
+
"fixed_population_ledger": {
|
|
129
|
+
"accepted": true,
|
|
130
|
+
"after_agents": [
|
|
131
|
+
{
|
|
132
|
+
"accepted": true,
|
|
133
|
+
"agent_id": "agent:collective-demo",
|
|
134
|
+
"model_digest": "model:2222222222222222222222222222222222222222222222222222222222222222",
|
|
135
|
+
"policy_digest": "policy:1111111111111111111111111111111111111111111111111111111111111111",
|
|
136
|
+
"reasons": [],
|
|
137
|
+
"route_allowlist": [
|
|
138
|
+
"adapters.domain.verify_ecpt_proxy_target_contract"
|
|
139
|
+
],
|
|
140
|
+
"self_rewrite_allowed": false,
|
|
141
|
+
"source_kind_allowlist": [
|
|
142
|
+
"agent-output"
|
|
143
|
+
],
|
|
144
|
+
"tool_allowlist_digest": null,
|
|
145
|
+
"weight_update_allowed": false
|
|
146
|
+
}
|
|
147
|
+
],
|
|
148
|
+
"before_agents": [
|
|
149
|
+
{
|
|
150
|
+
"accepted": true,
|
|
151
|
+
"agent_id": "agent:collective-demo",
|
|
152
|
+
"model_digest": "model:2222222222222222222222222222222222222222222222222222222222222222",
|
|
153
|
+
"policy_digest": "policy:1111111111111111111111111111111111111111111111111111111111111111",
|
|
154
|
+
"reasons": [],
|
|
155
|
+
"route_allowlist": [
|
|
156
|
+
"adapters.domain.verify_ecpt_proxy_target_contract"
|
|
157
|
+
],
|
|
158
|
+
"self_rewrite_allowed": false,
|
|
159
|
+
"source_kind_allowlist": [
|
|
160
|
+
"agent-output"
|
|
161
|
+
],
|
|
162
|
+
"tool_allowlist_digest": null,
|
|
163
|
+
"weight_update_allowed": false
|
|
164
|
+
}
|
|
165
|
+
],
|
|
166
|
+
"finite_checks_passed": true,
|
|
167
|
+
"fixed_population": true,
|
|
168
|
+
"ledger_id": "fixed-population:collective-demo",
|
|
169
|
+
"no_self_rewrite": true,
|
|
170
|
+
"no_weight_update": true,
|
|
171
|
+
"observation_window_id": "demo-window",
|
|
172
|
+
"operationally_usable": true,
|
|
173
|
+
"policy_digests_unchanged": true,
|
|
174
|
+
"reasons": [],
|
|
175
|
+
"residual_ledger": {
|
|
176
|
+
"coordinates": {}
|
|
177
|
+
},
|
|
178
|
+
"settled": false
|
|
179
|
+
},
|
|
180
|
+
"hazard_authority_non_rejecting": true,
|
|
181
|
+
"hidden_injection_report": {
|
|
182
|
+
"accepted": true,
|
|
183
|
+
"allowed_packet_ids": [
|
|
184
|
+
"packet:a",
|
|
185
|
+
"packet:b"
|
|
186
|
+
],
|
|
187
|
+
"allowed_route_ids": [
|
|
188
|
+
"adapters.domain.verify_ecpt_proxy_target_contract"
|
|
189
|
+
],
|
|
190
|
+
"allowed_source_kinds": [
|
|
191
|
+
"agent-output"
|
|
192
|
+
],
|
|
193
|
+
"checked_packet_ids": [
|
|
194
|
+
"packet:a",
|
|
195
|
+
"packet:b"
|
|
196
|
+
],
|
|
197
|
+
"finite_checks_passed": true,
|
|
198
|
+
"operationally_usable": true,
|
|
199
|
+
"protocol_id": "protocol:collective-demo",
|
|
200
|
+
"reasons": [],
|
|
201
|
+
"rejected_agent_ids": [],
|
|
202
|
+
"rejected_edge_ids": [],
|
|
203
|
+
"rejected_event_ids": [],
|
|
204
|
+
"rejected_evidence_refs": [],
|
|
205
|
+
"rejected_packet_ids": [],
|
|
206
|
+
"report_id": "hidden-injection:protocol:collective-demo:collective-packet-registry",
|
|
207
|
+
"residual_ledger": {
|
|
208
|
+
"coordinates": {}
|
|
209
|
+
},
|
|
210
|
+
"settled": false,
|
|
211
|
+
"unsigned_packet_ids": []
|
|
212
|
+
},
|
|
213
|
+
"identity_attestation_refs": [],
|
|
214
|
+
"identity_contribution_summary": {
|
|
215
|
+
"diagnostic": 2
|
|
216
|
+
},
|
|
217
|
+
"identity_profile": "development",
|
|
218
|
+
"minimum_identity_strength": "declared",
|
|
219
|
+
"operationally_usable": true,
|
|
220
|
+
"packet_lineage": [],
|
|
221
|
+
"population_id": "population:collective-demo",
|
|
222
|
+
"protocol_frame": {
|
|
223
|
+
"accepted": true,
|
|
224
|
+
"allowed_evidence_prefixes": [
|
|
225
|
+
"sha256:",
|
|
226
|
+
"closure:",
|
|
227
|
+
"regeneration:",
|
|
228
|
+
"execution:",
|
|
229
|
+
"rollback:"
|
|
230
|
+
],
|
|
231
|
+
"allowed_packet_ids": [
|
|
232
|
+
"packet:a",
|
|
233
|
+
"packet:b"
|
|
234
|
+
],
|
|
235
|
+
"allowed_route_ids": [
|
|
236
|
+
"adapters.domain.verify_ecpt_proxy_target_contract"
|
|
237
|
+
],
|
|
238
|
+
"allowed_source_kinds": [
|
|
239
|
+
"agent-output"
|
|
240
|
+
],
|
|
241
|
+
"constraint_frame_id": "default-constraint-frame",
|
|
242
|
+
"observation_window_id": "demo-window",
|
|
243
|
+
"protocol_id": "protocol:collective-demo",
|
|
244
|
+
"reasons": [],
|
|
245
|
+
"route_catalog_digest": "route-catalog-demo",
|
|
246
|
+
"sha256": "cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc",
|
|
247
|
+
"validity_domain": "protocol-relative-finite"
|
|
248
|
+
},
|
|
249
|
+
"psi": {
|
|
250
|
+
"components": {
|
|
251
|
+
"AC": 0.9,
|
|
252
|
+
"BR": 1.0,
|
|
253
|
+
"CV": 1.0,
|
|
254
|
+
"DE": 1.0,
|
|
255
|
+
"FR": 1.0,
|
|
256
|
+
"G": 1.0,
|
|
257
|
+
"HZ": 1.0,
|
|
258
|
+
"LX": 0.5,
|
|
259
|
+
"QS": 0.91,
|
|
260
|
+
"SD": 1.0,
|
|
261
|
+
"VT": 1.0
|
|
262
|
+
},
|
|
263
|
+
"dashboard_id": "psi:collective-packet-registry",
|
|
264
|
+
"distance_to_threshold": {
|
|
265
|
+
"AC": 0.0,
|
|
266
|
+
"BR": 0.0,
|
|
267
|
+
"CV": 0.0,
|
|
268
|
+
"DE": 0.0,
|
|
269
|
+
"FR": 0.0,
|
|
270
|
+
"G": 0.0,
|
|
271
|
+
"HZ": 0.0,
|
|
272
|
+
"LX": 0.0,
|
|
273
|
+
"QS": 0.0,
|
|
274
|
+
"SD": 0.0,
|
|
275
|
+
"VT": 0.0
|
|
276
|
+
},
|
|
277
|
+
"limiting_components": [],
|
|
278
|
+
"residual_ledger": {
|
|
279
|
+
"coordinates": {}
|
|
280
|
+
},
|
|
281
|
+
"safety_invariants": [
|
|
282
|
+
"Psi components are protocol-relative finite proxies",
|
|
283
|
+
"dashboard output does not prove unobserved ASI or physical outcomes",
|
|
284
|
+
"residual obligations remain explicit until verifier routes discharge them"
|
|
285
|
+
],
|
|
286
|
+
"threshold": {
|
|
287
|
+
"AC": 0.5,
|
|
288
|
+
"BR": 0.1,
|
|
289
|
+
"CV": 0.5,
|
|
290
|
+
"DE": 0.5,
|
|
291
|
+
"FR": 0.5,
|
|
292
|
+
"G": 0.5,
|
|
293
|
+
"HZ": 0.5,
|
|
294
|
+
"LX": 0.5,
|
|
295
|
+
"QS": 0.5,
|
|
296
|
+
"SD": 0.5,
|
|
297
|
+
"VT": 0.5
|
|
298
|
+
},
|
|
299
|
+
"throughput": {
|
|
300
|
+
"abstained_packets": 0,
|
|
301
|
+
"accepted_packets": 2,
|
|
302
|
+
"evidence_hash_mismatch_rate": 0.0,
|
|
303
|
+
"false_liquidity_rate": 0.0,
|
|
304
|
+
"low_contribution_queue_occupation": 0.0,
|
|
305
|
+
"packet_inflow": 2,
|
|
306
|
+
"rejected_packets": 0,
|
|
307
|
+
"residual_debt_growth": 0.0,
|
|
308
|
+
"stale_packet_ratio": 0.0,
|
|
309
|
+
"unresolved_obligation_backlog": 2,
|
|
310
|
+
"verifier_latency_proxy": 0.1
|
|
311
|
+
}
|
|
312
|
+
},
|
|
313
|
+
"reasons": [],
|
|
314
|
+
"residual_external_obligations": [],
|
|
315
|
+
"residual_ledger": {
|
|
316
|
+
"coordinates": {}
|
|
317
|
+
},
|
|
318
|
+
"resource_matched_baseline": true,
|
|
319
|
+
"settled": false,
|
|
320
|
+
"sqot_reserve_live": true,
|
|
321
|
+
"state_id": "collective-runtime-demo",
|
|
322
|
+
"sybil_resistance_ledger": null,
|
|
323
|
+
"threshold": {
|
|
324
|
+
"BR": 0.1,
|
|
325
|
+
"G": 0.5,
|
|
326
|
+
"VT": 0.5
|
|
327
|
+
},
|
|
328
|
+
"threshold_crossed": true,
|
|
329
|
+
"verification_backlog_bounded": true
|
|
330
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
{
|
|
2
|
+
"accepted": true,
|
|
3
|
+
"external_obligation_count": 1,
|
|
4
|
+
"missing_obligation_count": 1,
|
|
5
|
+
"missing_obligations": [
|
|
6
|
+
"proxy-target-grounding-proof"
|
|
7
|
+
],
|
|
8
|
+
"operationally_usable": false,
|
|
9
|
+
"partial_frontier_debt_count": 1,
|
|
10
|
+
"physical_hybrid_obligation_count": 0,
|
|
11
|
+
"progressive_fidelity_debt_count": 1,
|
|
12
|
+
"reasons": [
|
|
13
|
+
"missing obligations remain on the runtime frontier"
|
|
14
|
+
],
|
|
15
|
+
"report_id": "frontier-debt:portability",
|
|
16
|
+
"residual_burden": 1.0,
|
|
17
|
+
"residual_coordinate_count": 1,
|
|
18
|
+
"residual_coordinates": [
|
|
19
|
+
"runtime:external:proxy-target-grounding-proof"
|
|
20
|
+
],
|
|
21
|
+
"settled": false,
|
|
22
|
+
"trace_normal_form_debt_count": 0,
|
|
23
|
+
"trace_or_frontier_debt_count": 1
|
|
24
|
+
}
|
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
{
|
|
2
|
+
"description": "Stable JSON outputs for cross-language schema and behavior conformance.",
|
|
3
|
+
"examples": [
|
|
4
|
+
{
|
|
5
|
+
"file": "agent_check_report.json",
|
|
6
|
+
"schema": "AgentCheckReport",
|
|
7
|
+
"sha256": "c8d5deceb93dff1d2c4050c366e0b02549d156484eb4b83c7fd71f1040501224"
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
"file": "agent_intake_report.json",
|
|
11
|
+
"schema": "AgentIntakeReport",
|
|
12
|
+
"sha256": "bc659cfe5fb10993e5cba17f19515565bd41741484296463db453ceab13026eb"
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"file": "agent_message_delivery_report.json",
|
|
16
|
+
"schema": "AgentMessageDeliveryReport",
|
|
17
|
+
"sha256": "d9399bb6e4eb69b492363f45e65c1e45900b31c6784ee4af1d031103b604e6c7"
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"file": "agent_relay_readiness_report.json",
|
|
21
|
+
"schema": "AgentRelayReadinessReport",
|
|
22
|
+
"sha256": "2596884a1c9f72c89538a2ed6580d7f74e1b59e52a3a559ce7acf3c7ea910cb0"
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"file": "runtime_step_report.json",
|
|
26
|
+
"schema": "RuntimeStepReport",
|
|
27
|
+
"sha256": "87cfb006d6a6c0322a0e7e0d01cf2fbb24389d17f87b4488837bbb1269099cb9"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"file": "salience_schedule_report.json",
|
|
31
|
+
"schema": "SalienceScheduleReport",
|
|
32
|
+
"sha256": "8d50622be7dd8bd58974dbadcf38ce9a5da219faffafc9c53a2a5ac311cb999b"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"file": "alt_admission_decision.json",
|
|
36
|
+
"schema": "ALTAdmissionDecision",
|
|
37
|
+
"sha256": "cc555c6d8b7e7e2f75e428be24ed527297448d549b83d22339a0bf2193d93566"
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"file": "bottleneck_witness_report.json",
|
|
41
|
+
"schema": "BottleneckWitnessReport",
|
|
42
|
+
"sha256": "b6dde5aa933e4910d8574efb77623b42249ee05c35ca8722357dea39d78cd670"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"file": "collective_phase_certificate.json",
|
|
46
|
+
"schema": "CollectivePhaseCertificate",
|
|
47
|
+
"sha256": "32b7980afb387685a0e4bd00fde1f41e45d302b728652e325289b0c11b932198"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"file": "frontier_debt_report.json",
|
|
51
|
+
"schema": "FrontierDebtReport",
|
|
52
|
+
"sha256": "5bd4f3afc5f0274407740c5b26469aa2842ce9d8ad95cfa66d35e5dc47f3f256"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"file": "phase_control_audit_summary.json",
|
|
56
|
+
"schema": "PhaseControlAuditSummary",
|
|
57
|
+
"sha256": "cc15fcbdd9c13461f73a8c9fa84a34912aceefebd4113865e58c14e25b471b2c"
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"file": "phase_acceleration_plan.json",
|
|
61
|
+
"schema": "PhaseAccelerationPlan",
|
|
62
|
+
"sha256": "a5b0baa5a88a2d6e42b51f8b15c4c7ef31777c6dc36dae3d19c1403707da74b7"
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"file": "phase_acceleration_benchmark_report.json",
|
|
66
|
+
"schema": "PhaseAccelerationBenchmarkReport",
|
|
67
|
+
"sha256": "e8ee06549432e450bc5afc63b9699d1fb5ee58eee89f22382770d819def56224"
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"file": "theory_fidelity_report.json",
|
|
71
|
+
"schema": "TheoryFidelityReport",
|
|
72
|
+
"sha256": "ac4d3fdc062436cb9bf4c21fba42ff2cc6acb682e159afdcf4505d57688857a8"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"file": "value_bridge_report.json",
|
|
76
|
+
"schema": "ValueBridgeReport",
|
|
77
|
+
"sha256": "303264814bd9b70f7204f171a40f5b41eb8a751a87ff59d7867e47014d2032e2"
|
|
78
|
+
}
|
|
79
|
+
],
|
|
80
|
+
"negative_examples": [
|
|
81
|
+
{
|
|
82
|
+
"expected_status": "schema-invalid",
|
|
83
|
+
"file": "negative/schema_invalid_agent_check.json",
|
|
84
|
+
"schema": "AgentCheckReport"
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"expected_status": "unknown-schema",
|
|
88
|
+
"file": "negative/unknown_schema.json",
|
|
89
|
+
"schema": "UnknownPortSchema"
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"expected_status": "sha256-mismatch",
|
|
93
|
+
"file": "negative/checksum_mismatch.json",
|
|
94
|
+
"schema": "AgentRunbookReport",
|
|
95
|
+
"sha256": "0000000000000000000000000000000000000000000000000000000000000000"
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"expected_status": "missing",
|
|
99
|
+
"file": "negative/missing.json",
|
|
100
|
+
"schema": "AgentCheckReport"
|
|
101
|
+
}
|
|
102
|
+
],
|
|
103
|
+
"invariants": [
|
|
104
|
+
"accepted and settled remain separate booleans",
|
|
105
|
+
"residual ledgers are preserved in nested reports",
|
|
106
|
+
"candidate and certificate outputs remain protocol-relative",
|
|
107
|
+
"live communication defaults remain bounded and candidate-only for explicit sources",
|
|
108
|
+
"phase acceleration plans are recommendation-only and cannot settle claims",
|
|
109
|
+
"candidate-only external volume cannot reduce phase gaps"
|
|
110
|
+
],
|
|
111
|
+
"manifest_id": "pic-portability-conformance-v1",
|
|
112
|
+
"schema_version": "portability-conformance-1.0"
|
|
113
|
+
}
|