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,1045 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$defs": {
|
|
3
|
+
"BottleneckIntervention": {
|
|
4
|
+
"description": "One ranked bottleneck-inversion intervention.",
|
|
5
|
+
"properties": {
|
|
6
|
+
"action_kind": {
|
|
7
|
+
"title": "Action Kind",
|
|
8
|
+
"type": "string"
|
|
9
|
+
},
|
|
10
|
+
"expected_gain": {
|
|
11
|
+
"default": 0.0,
|
|
12
|
+
"title": "Expected Gain",
|
|
13
|
+
"type": "number"
|
|
14
|
+
},
|
|
15
|
+
"intervention_id": {
|
|
16
|
+
"title": "Intervention Id",
|
|
17
|
+
"type": "string"
|
|
18
|
+
},
|
|
19
|
+
"post_intervention_horizon": {
|
|
20
|
+
"default": 1,
|
|
21
|
+
"title": "Post Intervention Horizon",
|
|
22
|
+
"type": "integer"
|
|
23
|
+
},
|
|
24
|
+
"required_routes": {
|
|
25
|
+
"items": {
|
|
26
|
+
"type": "string"
|
|
27
|
+
},
|
|
28
|
+
"title": "Required Routes",
|
|
29
|
+
"type": "array"
|
|
30
|
+
},
|
|
31
|
+
"residual_ledger": {
|
|
32
|
+
"$ref": "#/$defs/Ledger"
|
|
33
|
+
},
|
|
34
|
+
"risk_charge": {
|
|
35
|
+
"default": 0.0,
|
|
36
|
+
"title": "Risk Charge",
|
|
37
|
+
"type": "number"
|
|
38
|
+
},
|
|
39
|
+
"rollback_condition": {
|
|
40
|
+
"default": "no-positive-finite-gain",
|
|
41
|
+
"title": "Rollback Condition",
|
|
42
|
+
"type": "string"
|
|
43
|
+
},
|
|
44
|
+
"score": {
|
|
45
|
+
"default": 0.0,
|
|
46
|
+
"title": "Score",
|
|
47
|
+
"type": "number"
|
|
48
|
+
},
|
|
49
|
+
"target_component": {
|
|
50
|
+
"title": "Target Component",
|
|
51
|
+
"type": "string"
|
|
52
|
+
},
|
|
53
|
+
"verification_cost": {
|
|
54
|
+
"default": 0.0,
|
|
55
|
+
"title": "Verification Cost",
|
|
56
|
+
"type": "number"
|
|
57
|
+
}
|
|
58
|
+
},
|
|
59
|
+
"required": [
|
|
60
|
+
"intervention_id",
|
|
61
|
+
"target_component",
|
|
62
|
+
"action_kind"
|
|
63
|
+
],
|
|
64
|
+
"title": "BottleneckIntervention",
|
|
65
|
+
"type": "object"
|
|
66
|
+
},
|
|
67
|
+
"BottleneckInversionPlan": {
|
|
68
|
+
"description": "Ranked plan for improving limiting ECPT proxy components.",
|
|
69
|
+
"properties": {
|
|
70
|
+
"accepted": {
|
|
71
|
+
"default": false,
|
|
72
|
+
"title": "Accepted",
|
|
73
|
+
"type": "boolean"
|
|
74
|
+
},
|
|
75
|
+
"after_psi_lower_bound": {
|
|
76
|
+
"additionalProperties": {
|
|
77
|
+
"type": "number"
|
|
78
|
+
},
|
|
79
|
+
"title": "After Psi Lower Bound",
|
|
80
|
+
"type": "object"
|
|
81
|
+
},
|
|
82
|
+
"before_psi": {
|
|
83
|
+
"additionalProperties": {
|
|
84
|
+
"type": "number"
|
|
85
|
+
},
|
|
86
|
+
"title": "Before Psi",
|
|
87
|
+
"type": "object"
|
|
88
|
+
},
|
|
89
|
+
"interventions": {
|
|
90
|
+
"items": {
|
|
91
|
+
"$ref": "#/$defs/BottleneckIntervention"
|
|
92
|
+
},
|
|
93
|
+
"title": "Interventions",
|
|
94
|
+
"type": "array"
|
|
95
|
+
},
|
|
96
|
+
"limiting_components": {
|
|
97
|
+
"items": {
|
|
98
|
+
"type": "string"
|
|
99
|
+
},
|
|
100
|
+
"title": "Limiting Components",
|
|
101
|
+
"type": "array"
|
|
102
|
+
},
|
|
103
|
+
"plan_id": {
|
|
104
|
+
"title": "Plan Id",
|
|
105
|
+
"type": "string"
|
|
106
|
+
},
|
|
107
|
+
"residual_ledger": {
|
|
108
|
+
"$ref": "#/$defs/Ledger"
|
|
109
|
+
},
|
|
110
|
+
"settled": {
|
|
111
|
+
"default": false,
|
|
112
|
+
"title": "Settled",
|
|
113
|
+
"type": "boolean"
|
|
114
|
+
}
|
|
115
|
+
},
|
|
116
|
+
"required": [
|
|
117
|
+
"plan_id"
|
|
118
|
+
],
|
|
119
|
+
"title": "BottleneckInversionPlan",
|
|
120
|
+
"type": "object"
|
|
121
|
+
},
|
|
122
|
+
"CapabilityPacketCandidate": {
|
|
123
|
+
"description": "An observable artifact that may become an ECPT capability packet.",
|
|
124
|
+
"properties": {
|
|
125
|
+
"authority_granted": {
|
|
126
|
+
"default": true,
|
|
127
|
+
"title": "Authority Granted",
|
|
128
|
+
"type": "boolean"
|
|
129
|
+
},
|
|
130
|
+
"authority_required": {
|
|
131
|
+
"default": false,
|
|
132
|
+
"title": "Authority Required",
|
|
133
|
+
"type": "boolean"
|
|
134
|
+
},
|
|
135
|
+
"claim": {
|
|
136
|
+
"title": "Claim",
|
|
137
|
+
"type": "string"
|
|
138
|
+
},
|
|
139
|
+
"content_sha256": {
|
|
140
|
+
"title": "Content Sha256",
|
|
141
|
+
"type": "string"
|
|
142
|
+
},
|
|
143
|
+
"dependencies": {
|
|
144
|
+
"items": {
|
|
145
|
+
"type": "string"
|
|
146
|
+
},
|
|
147
|
+
"title": "Dependencies",
|
|
148
|
+
"type": "array"
|
|
149
|
+
},
|
|
150
|
+
"evidence_hash_valid": {
|
|
151
|
+
"default": true,
|
|
152
|
+
"title": "Evidence Hash Valid",
|
|
153
|
+
"type": "boolean"
|
|
154
|
+
},
|
|
155
|
+
"evidence_refs": {
|
|
156
|
+
"items": {
|
|
157
|
+
"type": "string"
|
|
158
|
+
},
|
|
159
|
+
"title": "Evidence Refs",
|
|
160
|
+
"type": "array"
|
|
161
|
+
},
|
|
162
|
+
"expected_downstream_gain": {
|
|
163
|
+
"default": 0.0,
|
|
164
|
+
"title": "Expected Downstream Gain",
|
|
165
|
+
"type": "number"
|
|
166
|
+
},
|
|
167
|
+
"expires_at": {
|
|
168
|
+
"anyOf": [
|
|
169
|
+
{
|
|
170
|
+
"type": "string"
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
"type": "null"
|
|
174
|
+
}
|
|
175
|
+
],
|
|
176
|
+
"default": null,
|
|
177
|
+
"title": "Expires At"
|
|
178
|
+
},
|
|
179
|
+
"freshness": {
|
|
180
|
+
"default": 1.0,
|
|
181
|
+
"title": "Freshness",
|
|
182
|
+
"type": "number"
|
|
183
|
+
},
|
|
184
|
+
"hazard_charge": {
|
|
185
|
+
"default": 0.0,
|
|
186
|
+
"title": "Hazard Charge",
|
|
187
|
+
"type": "number"
|
|
188
|
+
},
|
|
189
|
+
"identity_contribution_status": {
|
|
190
|
+
"$ref": "#/$defs/IdentityContributionStatus",
|
|
191
|
+
"default": "provisional"
|
|
192
|
+
},
|
|
193
|
+
"issuer_agent_id": {
|
|
194
|
+
"anyOf": [
|
|
195
|
+
{
|
|
196
|
+
"type": "string"
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
"type": "null"
|
|
200
|
+
}
|
|
201
|
+
],
|
|
202
|
+
"default": null,
|
|
203
|
+
"title": "Issuer Agent Id"
|
|
204
|
+
},
|
|
205
|
+
"issuer_attestation_id": {
|
|
206
|
+
"anyOf": [
|
|
207
|
+
{
|
|
208
|
+
"type": "string"
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
"type": "null"
|
|
212
|
+
}
|
|
213
|
+
],
|
|
214
|
+
"default": null,
|
|
215
|
+
"title": "Issuer Attestation Id"
|
|
216
|
+
},
|
|
217
|
+
"issuer_public_key_id": {
|
|
218
|
+
"anyOf": [
|
|
219
|
+
{
|
|
220
|
+
"type": "string"
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
"type": "null"
|
|
224
|
+
}
|
|
225
|
+
],
|
|
226
|
+
"default": null,
|
|
227
|
+
"title": "Issuer Public Key Id"
|
|
228
|
+
},
|
|
229
|
+
"issuer_signature_ref": {
|
|
230
|
+
"anyOf": [
|
|
231
|
+
{
|
|
232
|
+
"type": "string"
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"type": "null"
|
|
236
|
+
}
|
|
237
|
+
],
|
|
238
|
+
"default": null,
|
|
239
|
+
"title": "Issuer Signature Ref"
|
|
240
|
+
},
|
|
241
|
+
"packet_id": {
|
|
242
|
+
"title": "Packet Id",
|
|
243
|
+
"type": "string"
|
|
244
|
+
},
|
|
245
|
+
"receiver_family": {
|
|
246
|
+
"items": {
|
|
247
|
+
"type": "string"
|
|
248
|
+
},
|
|
249
|
+
"title": "Receiver Family",
|
|
250
|
+
"type": "array"
|
|
251
|
+
},
|
|
252
|
+
"residual_charge": {
|
|
253
|
+
"default": 0.0,
|
|
254
|
+
"title": "Residual Charge",
|
|
255
|
+
"type": "number"
|
|
256
|
+
},
|
|
257
|
+
"reuse_context": {
|
|
258
|
+
"default": "general",
|
|
259
|
+
"title": "Reuse Context",
|
|
260
|
+
"type": "string"
|
|
261
|
+
},
|
|
262
|
+
"rollback_available": {
|
|
263
|
+
"default": true,
|
|
264
|
+
"title": "Rollback Available",
|
|
265
|
+
"type": "boolean"
|
|
266
|
+
},
|
|
267
|
+
"route_safe": {
|
|
268
|
+
"default": true,
|
|
269
|
+
"title": "Route Safe",
|
|
270
|
+
"type": "boolean"
|
|
271
|
+
},
|
|
272
|
+
"salience_class": {
|
|
273
|
+
"default": "default",
|
|
274
|
+
"title": "Salience Class",
|
|
275
|
+
"type": "string"
|
|
276
|
+
},
|
|
277
|
+
"source_kind": {
|
|
278
|
+
"$ref": "#/$defs/PacketSourceKind",
|
|
279
|
+
"default": "local"
|
|
280
|
+
},
|
|
281
|
+
"source_ref": {
|
|
282
|
+
"title": "Source Ref",
|
|
283
|
+
"type": "string"
|
|
284
|
+
},
|
|
285
|
+
"status": {
|
|
286
|
+
"$ref": "#/$defs/ClaimStatus",
|
|
287
|
+
"default": "provisional"
|
|
288
|
+
},
|
|
289
|
+
"tags": {
|
|
290
|
+
"items": {
|
|
291
|
+
"type": "string"
|
|
292
|
+
},
|
|
293
|
+
"title": "Tags",
|
|
294
|
+
"type": "array"
|
|
295
|
+
},
|
|
296
|
+
"verification_cost": {
|
|
297
|
+
"default": 0.0,
|
|
298
|
+
"title": "Verification Cost",
|
|
299
|
+
"type": "number"
|
|
300
|
+
},
|
|
301
|
+
"verifier_routes": {
|
|
302
|
+
"items": {
|
|
303
|
+
"type": "string"
|
|
304
|
+
},
|
|
305
|
+
"title": "Verifier Routes",
|
|
306
|
+
"type": "array"
|
|
307
|
+
}
|
|
308
|
+
},
|
|
309
|
+
"required": [
|
|
310
|
+
"packet_id",
|
|
311
|
+
"source_ref",
|
|
312
|
+
"content_sha256",
|
|
313
|
+
"claim"
|
|
314
|
+
],
|
|
315
|
+
"title": "CapabilityPacketCandidate",
|
|
316
|
+
"type": "object"
|
|
317
|
+
},
|
|
318
|
+
"CapabilityPacketRegistry": {
|
|
319
|
+
"description": "Deterministic packet registry for an ECPT packet ecology run.",
|
|
320
|
+
"properties": {
|
|
321
|
+
"edges": {
|
|
322
|
+
"items": {
|
|
323
|
+
"$ref": "#/$defs/EdgeWitness"
|
|
324
|
+
},
|
|
325
|
+
"title": "Edges",
|
|
326
|
+
"type": "array"
|
|
327
|
+
},
|
|
328
|
+
"packets": {
|
|
329
|
+
"items": {
|
|
330
|
+
"$ref": "#/$defs/CapabilityPacketCandidate"
|
|
331
|
+
},
|
|
332
|
+
"title": "Packets",
|
|
333
|
+
"type": "array"
|
|
334
|
+
},
|
|
335
|
+
"registry_id": {
|
|
336
|
+
"title": "Registry Id",
|
|
337
|
+
"type": "string"
|
|
338
|
+
},
|
|
339
|
+
"residual_ledger": {
|
|
340
|
+
"$ref": "#/$defs/Ledger"
|
|
341
|
+
}
|
|
342
|
+
},
|
|
343
|
+
"required": [
|
|
344
|
+
"registry_id"
|
|
345
|
+
],
|
|
346
|
+
"title": "CapabilityPacketRegistry",
|
|
347
|
+
"type": "object"
|
|
348
|
+
},
|
|
349
|
+
"ClaimStatus": {
|
|
350
|
+
"description": "Protocol-relative status labels used by ECPT, BIT, TRC, SQOT, and ALT.",
|
|
351
|
+
"enum": [
|
|
352
|
+
"rejected",
|
|
353
|
+
"expired",
|
|
354
|
+
"diagnostic",
|
|
355
|
+
"relaxed",
|
|
356
|
+
"risk-provisional",
|
|
357
|
+
"speculative",
|
|
358
|
+
"provisional",
|
|
359
|
+
"partial",
|
|
360
|
+
"settled"
|
|
361
|
+
],
|
|
362
|
+
"title": "ClaimStatus",
|
|
363
|
+
"type": "string"
|
|
364
|
+
},
|
|
365
|
+
"CoordinateKind": {
|
|
366
|
+
"enum": [
|
|
367
|
+
"benefit",
|
|
368
|
+
"burden",
|
|
369
|
+
"residual",
|
|
370
|
+
"tolerance",
|
|
371
|
+
"resource",
|
|
372
|
+
"metadata"
|
|
373
|
+
],
|
|
374
|
+
"title": "CoordinateKind",
|
|
375
|
+
"type": "string"
|
|
376
|
+
},
|
|
377
|
+
"EdgeWitness": {
|
|
378
|
+
"description": "Finite witness that one or more packets support another packet or receiver.",
|
|
379
|
+
"properties": {
|
|
380
|
+
"accepted": {
|
|
381
|
+
"default": false,
|
|
382
|
+
"title": "Accepted",
|
|
383
|
+
"type": "boolean"
|
|
384
|
+
},
|
|
385
|
+
"confidence": {
|
|
386
|
+
"default": 0.0,
|
|
387
|
+
"title": "Confidence",
|
|
388
|
+
"type": "number"
|
|
389
|
+
},
|
|
390
|
+
"edge_id": {
|
|
391
|
+
"title": "Edge Id",
|
|
392
|
+
"type": "string"
|
|
393
|
+
},
|
|
394
|
+
"edge_type": {
|
|
395
|
+
"default": "semantic-dependency",
|
|
396
|
+
"title": "Edge Type",
|
|
397
|
+
"type": "string"
|
|
398
|
+
},
|
|
399
|
+
"evidence_refs": {
|
|
400
|
+
"items": {
|
|
401
|
+
"type": "string"
|
|
402
|
+
},
|
|
403
|
+
"title": "Evidence Refs",
|
|
404
|
+
"type": "array"
|
|
405
|
+
},
|
|
406
|
+
"expires_at": {
|
|
407
|
+
"anyOf": [
|
|
408
|
+
{
|
|
409
|
+
"type": "string"
|
|
410
|
+
},
|
|
411
|
+
{
|
|
412
|
+
"type": "null"
|
|
413
|
+
}
|
|
414
|
+
],
|
|
415
|
+
"default": null,
|
|
416
|
+
"title": "Expires At"
|
|
417
|
+
},
|
|
418
|
+
"reasons": {
|
|
419
|
+
"items": {
|
|
420
|
+
"type": "string"
|
|
421
|
+
},
|
|
422
|
+
"title": "Reasons",
|
|
423
|
+
"type": "array"
|
|
424
|
+
},
|
|
425
|
+
"residual": {
|
|
426
|
+
"default": 0.0,
|
|
427
|
+
"title": "Residual",
|
|
428
|
+
"type": "number"
|
|
429
|
+
},
|
|
430
|
+
"source_packet_ids": {
|
|
431
|
+
"items": {
|
|
432
|
+
"type": "string"
|
|
433
|
+
},
|
|
434
|
+
"title": "Source Packet Ids",
|
|
435
|
+
"type": "array"
|
|
436
|
+
},
|
|
437
|
+
"target_packet_id": {
|
|
438
|
+
"title": "Target Packet Id",
|
|
439
|
+
"type": "string"
|
|
440
|
+
}
|
|
441
|
+
},
|
|
442
|
+
"required": [
|
|
443
|
+
"edge_id",
|
|
444
|
+
"source_packet_ids",
|
|
445
|
+
"target_packet_id"
|
|
446
|
+
],
|
|
447
|
+
"title": "EdgeWitness",
|
|
448
|
+
"type": "object"
|
|
449
|
+
},
|
|
450
|
+
"EvidenceStatus": {
|
|
451
|
+
"enum": [
|
|
452
|
+
"verified",
|
|
453
|
+
"declared",
|
|
454
|
+
"unknown"
|
|
455
|
+
],
|
|
456
|
+
"title": "EvidenceStatus",
|
|
457
|
+
"type": "string"
|
|
458
|
+
},
|
|
459
|
+
"IdentityContributionStatus": {
|
|
460
|
+
"description": "How identity evidence may contribute to runtime packet capital.",
|
|
461
|
+
"enum": [
|
|
462
|
+
"verified",
|
|
463
|
+
"provisional",
|
|
464
|
+
"diagnostic",
|
|
465
|
+
"quarantined",
|
|
466
|
+
"rejected"
|
|
467
|
+
],
|
|
468
|
+
"title": "IdentityContributionStatus",
|
|
469
|
+
"type": "string"
|
|
470
|
+
},
|
|
471
|
+
"IntakeProvenanceRecord": {
|
|
472
|
+
"description": "Sanitized provenance for external packet candidates.",
|
|
473
|
+
"properties": {
|
|
474
|
+
"accepted": {
|
|
475
|
+
"default": false,
|
|
476
|
+
"title": "Accepted",
|
|
477
|
+
"type": "boolean"
|
|
478
|
+
},
|
|
479
|
+
"byte_count": {
|
|
480
|
+
"default": 0,
|
|
481
|
+
"title": "Byte Count",
|
|
482
|
+
"type": "integer"
|
|
483
|
+
},
|
|
484
|
+
"content_sha256": {
|
|
485
|
+
"anyOf": [
|
|
486
|
+
{
|
|
487
|
+
"type": "string"
|
|
488
|
+
},
|
|
489
|
+
{
|
|
490
|
+
"type": "null"
|
|
491
|
+
}
|
|
492
|
+
],
|
|
493
|
+
"default": null,
|
|
494
|
+
"title": "Content Sha256"
|
|
495
|
+
},
|
|
496
|
+
"evidence_refs": {
|
|
497
|
+
"items": {
|
|
498
|
+
"type": "string"
|
|
499
|
+
},
|
|
500
|
+
"title": "Evidence Refs",
|
|
501
|
+
"type": "array"
|
|
502
|
+
},
|
|
503
|
+
"final_url": {
|
|
504
|
+
"anyOf": [
|
|
505
|
+
{
|
|
506
|
+
"type": "string"
|
|
507
|
+
},
|
|
508
|
+
{
|
|
509
|
+
"type": "null"
|
|
510
|
+
}
|
|
511
|
+
],
|
|
512
|
+
"default": null,
|
|
513
|
+
"title": "Final Url"
|
|
514
|
+
},
|
|
515
|
+
"media_type": {
|
|
516
|
+
"anyOf": [
|
|
517
|
+
{
|
|
518
|
+
"type": "string"
|
|
519
|
+
},
|
|
520
|
+
{
|
|
521
|
+
"type": "null"
|
|
522
|
+
}
|
|
523
|
+
],
|
|
524
|
+
"default": null,
|
|
525
|
+
"title": "Media Type"
|
|
526
|
+
},
|
|
527
|
+
"provenance_id": {
|
|
528
|
+
"title": "Provenance Id",
|
|
529
|
+
"type": "string"
|
|
530
|
+
},
|
|
531
|
+
"public_source_ref": {
|
|
532
|
+
"title": "Public Source Ref",
|
|
533
|
+
"type": "string"
|
|
534
|
+
},
|
|
535
|
+
"reasons": {
|
|
536
|
+
"items": {
|
|
537
|
+
"type": "string"
|
|
538
|
+
},
|
|
539
|
+
"title": "Reasons",
|
|
540
|
+
"type": "array"
|
|
541
|
+
},
|
|
542
|
+
"redirect_chain": {
|
|
543
|
+
"items": {
|
|
544
|
+
"type": "string"
|
|
545
|
+
},
|
|
546
|
+
"title": "Redirect Chain",
|
|
547
|
+
"type": "array"
|
|
548
|
+
},
|
|
549
|
+
"residual_coordinates": {
|
|
550
|
+
"items": {
|
|
551
|
+
"type": "string"
|
|
552
|
+
},
|
|
553
|
+
"title": "Residual Coordinates",
|
|
554
|
+
"type": "array"
|
|
555
|
+
},
|
|
556
|
+
"robots_decision": {
|
|
557
|
+
"anyOf": [
|
|
558
|
+
{
|
|
559
|
+
"$ref": "#/$defs/RobotsDecision"
|
|
560
|
+
},
|
|
561
|
+
{
|
|
562
|
+
"type": "null"
|
|
563
|
+
}
|
|
564
|
+
],
|
|
565
|
+
"default": null
|
|
566
|
+
},
|
|
567
|
+
"source_kind": {
|
|
568
|
+
"$ref": "#/$defs/PacketSourceKind"
|
|
569
|
+
},
|
|
570
|
+
"source_ref": {
|
|
571
|
+
"title": "Source Ref",
|
|
572
|
+
"type": "string"
|
|
573
|
+
},
|
|
574
|
+
"status_code": {
|
|
575
|
+
"anyOf": [
|
|
576
|
+
{
|
|
577
|
+
"type": "integer"
|
|
578
|
+
},
|
|
579
|
+
{
|
|
580
|
+
"type": "null"
|
|
581
|
+
}
|
|
582
|
+
],
|
|
583
|
+
"default": null,
|
|
584
|
+
"title": "Status Code"
|
|
585
|
+
}
|
|
586
|
+
},
|
|
587
|
+
"required": [
|
|
588
|
+
"provenance_id",
|
|
589
|
+
"source_kind",
|
|
590
|
+
"source_ref",
|
|
591
|
+
"public_source_ref"
|
|
592
|
+
],
|
|
593
|
+
"title": "IntakeProvenanceRecord",
|
|
594
|
+
"type": "object"
|
|
595
|
+
},
|
|
596
|
+
"Ledger": {
|
|
597
|
+
"description": "A finite typed ledger with explicit coordinate kinds.",
|
|
598
|
+
"properties": {
|
|
599
|
+
"coordinates": {
|
|
600
|
+
"additionalProperties": {
|
|
601
|
+
"$ref": "#/$defs/LedgerCoordinate"
|
|
602
|
+
},
|
|
603
|
+
"title": "Coordinates",
|
|
604
|
+
"type": "object"
|
|
605
|
+
}
|
|
606
|
+
},
|
|
607
|
+
"title": "Ledger",
|
|
608
|
+
"type": "object"
|
|
609
|
+
},
|
|
610
|
+
"LedgerCoordinate": {
|
|
611
|
+
"description": "One typed coordinate in a finite certificate ledger.",
|
|
612
|
+
"properties": {
|
|
613
|
+
"description": {
|
|
614
|
+
"anyOf": [
|
|
615
|
+
{
|
|
616
|
+
"type": "string"
|
|
617
|
+
},
|
|
618
|
+
{
|
|
619
|
+
"type": "null"
|
|
620
|
+
}
|
|
621
|
+
],
|
|
622
|
+
"default": null,
|
|
623
|
+
"title": "Description"
|
|
624
|
+
},
|
|
625
|
+
"evidence_refs": {
|
|
626
|
+
"items": {
|
|
627
|
+
"type": "string"
|
|
628
|
+
},
|
|
629
|
+
"title": "Evidence Refs",
|
|
630
|
+
"type": "array"
|
|
631
|
+
},
|
|
632
|
+
"evidence_status": {
|
|
633
|
+
"$ref": "#/$defs/EvidenceStatus",
|
|
634
|
+
"default": "declared"
|
|
635
|
+
},
|
|
636
|
+
"kind": {
|
|
637
|
+
"$ref": "#/$defs/CoordinateKind",
|
|
638
|
+
"default": "burden"
|
|
639
|
+
},
|
|
640
|
+
"known": {
|
|
641
|
+
"default": true,
|
|
642
|
+
"title": "Known",
|
|
643
|
+
"type": "boolean"
|
|
644
|
+
},
|
|
645
|
+
"name": {
|
|
646
|
+
"title": "Name",
|
|
647
|
+
"type": "string"
|
|
648
|
+
},
|
|
649
|
+
"unit": {
|
|
650
|
+
"default": "dimensionless",
|
|
651
|
+
"title": "Unit",
|
|
652
|
+
"type": "string"
|
|
653
|
+
},
|
|
654
|
+
"value": {
|
|
655
|
+
"title": "Value",
|
|
656
|
+
"type": "number"
|
|
657
|
+
}
|
|
658
|
+
},
|
|
659
|
+
"required": [
|
|
660
|
+
"name",
|
|
661
|
+
"value"
|
|
662
|
+
],
|
|
663
|
+
"title": "LedgerCoordinate",
|
|
664
|
+
"type": "object"
|
|
665
|
+
},
|
|
666
|
+
"PacketIngestionReport": {
|
|
667
|
+
"description": "Packet ingestion result for local, live, or agent-output sources.",
|
|
668
|
+
"properties": {
|
|
669
|
+
"accepted": {
|
|
670
|
+
"title": "Accepted",
|
|
671
|
+
"type": "boolean"
|
|
672
|
+
},
|
|
673
|
+
"packets": {
|
|
674
|
+
"items": {
|
|
675
|
+
"$ref": "#/$defs/CapabilityPacketCandidate"
|
|
676
|
+
},
|
|
677
|
+
"title": "Packets",
|
|
678
|
+
"type": "array"
|
|
679
|
+
},
|
|
680
|
+
"provenance": {
|
|
681
|
+
"items": {
|
|
682
|
+
"$ref": "#/$defs/IntakeProvenanceRecord"
|
|
683
|
+
},
|
|
684
|
+
"title": "Provenance",
|
|
685
|
+
"type": "array"
|
|
686
|
+
},
|
|
687
|
+
"reasons": {
|
|
688
|
+
"items": {
|
|
689
|
+
"type": "string"
|
|
690
|
+
},
|
|
691
|
+
"title": "Reasons",
|
|
692
|
+
"type": "array"
|
|
693
|
+
},
|
|
694
|
+
"rejected_sources": {
|
|
695
|
+
"items": {
|
|
696
|
+
"type": "string"
|
|
697
|
+
},
|
|
698
|
+
"title": "Rejected Sources",
|
|
699
|
+
"type": "array"
|
|
700
|
+
},
|
|
701
|
+
"report_id": {
|
|
702
|
+
"title": "Report Id",
|
|
703
|
+
"type": "string"
|
|
704
|
+
},
|
|
705
|
+
"residual_ledger": {
|
|
706
|
+
"$ref": "#/$defs/Ledger"
|
|
707
|
+
},
|
|
708
|
+
"source_kind": {
|
|
709
|
+
"$ref": "#/$defs/PacketSourceKind"
|
|
710
|
+
},
|
|
711
|
+
"web_fetch_reports": {
|
|
712
|
+
"items": {
|
|
713
|
+
"$ref": "#/$defs/WebFetchReport"
|
|
714
|
+
},
|
|
715
|
+
"title": "Web Fetch Reports",
|
|
716
|
+
"type": "array"
|
|
717
|
+
}
|
|
718
|
+
},
|
|
719
|
+
"required": [
|
|
720
|
+
"report_id",
|
|
721
|
+
"accepted",
|
|
722
|
+
"source_kind"
|
|
723
|
+
],
|
|
724
|
+
"title": "PacketIngestionReport",
|
|
725
|
+
"type": "object"
|
|
726
|
+
},
|
|
727
|
+
"PacketSourceKind": {
|
|
728
|
+
"enum": [
|
|
729
|
+
"local",
|
|
730
|
+
"github",
|
|
731
|
+
"zenodo",
|
|
732
|
+
"arxiv",
|
|
733
|
+
"http",
|
|
734
|
+
"web-page",
|
|
735
|
+
"rss",
|
|
736
|
+
"atom",
|
|
737
|
+
"json-feed",
|
|
738
|
+
"ndjson",
|
|
739
|
+
"agent-message",
|
|
740
|
+
"agent-inbox",
|
|
741
|
+
"web-crawl",
|
|
742
|
+
"agent-output",
|
|
743
|
+
"auto"
|
|
744
|
+
],
|
|
745
|
+
"title": "PacketSourceKind",
|
|
746
|
+
"type": "string"
|
|
747
|
+
},
|
|
748
|
+
"PsiDashboard": {
|
|
749
|
+
"description": "ECPT ASI-proxy phase bundle dashboard.",
|
|
750
|
+
"properties": {
|
|
751
|
+
"components": {
|
|
752
|
+
"additionalProperties": {
|
|
753
|
+
"type": "number"
|
|
754
|
+
},
|
|
755
|
+
"title": "Components",
|
|
756
|
+
"type": "object"
|
|
757
|
+
},
|
|
758
|
+
"dashboard_id": {
|
|
759
|
+
"title": "Dashboard Id",
|
|
760
|
+
"type": "string"
|
|
761
|
+
},
|
|
762
|
+
"distance_to_threshold": {
|
|
763
|
+
"additionalProperties": {
|
|
764
|
+
"type": "number"
|
|
765
|
+
},
|
|
766
|
+
"title": "Distance To Threshold",
|
|
767
|
+
"type": "object"
|
|
768
|
+
},
|
|
769
|
+
"limiting_components": {
|
|
770
|
+
"items": {
|
|
771
|
+
"type": "string"
|
|
772
|
+
},
|
|
773
|
+
"title": "Limiting Components",
|
|
774
|
+
"type": "array"
|
|
775
|
+
},
|
|
776
|
+
"residual_ledger": {
|
|
777
|
+
"$ref": "#/$defs/Ledger"
|
|
778
|
+
},
|
|
779
|
+
"safety_invariants": {
|
|
780
|
+
"items": {
|
|
781
|
+
"type": "string"
|
|
782
|
+
},
|
|
783
|
+
"title": "Safety Invariants",
|
|
784
|
+
"type": "array"
|
|
785
|
+
},
|
|
786
|
+
"threshold": {
|
|
787
|
+
"additionalProperties": {
|
|
788
|
+
"type": "number"
|
|
789
|
+
},
|
|
790
|
+
"title": "Threshold",
|
|
791
|
+
"type": "object"
|
|
792
|
+
},
|
|
793
|
+
"throughput": {
|
|
794
|
+
"$ref": "#/$defs/VerificationThroughputReport"
|
|
795
|
+
}
|
|
796
|
+
},
|
|
797
|
+
"required": [
|
|
798
|
+
"dashboard_id",
|
|
799
|
+
"components",
|
|
800
|
+
"threshold",
|
|
801
|
+
"distance_to_threshold"
|
|
802
|
+
],
|
|
803
|
+
"title": "PsiDashboard",
|
|
804
|
+
"type": "object"
|
|
805
|
+
},
|
|
806
|
+
"RobotsDecision": {
|
|
807
|
+
"description": "Recorded robots/rate decision for bounded web intake.\n\nThis is an audit record, not a guarantee that the remote site authorizes\nevery downstream use. Unknown or unavailable policy can remain diagnostic\nunder stricter profiles.",
|
|
808
|
+
"properties": {
|
|
809
|
+
"allowed": {
|
|
810
|
+
"default": true,
|
|
811
|
+
"title": "Allowed",
|
|
812
|
+
"type": "boolean"
|
|
813
|
+
},
|
|
814
|
+
"decision_id": {
|
|
815
|
+
"default": "robots:not-checked",
|
|
816
|
+
"title": "Decision Id",
|
|
817
|
+
"type": "string"
|
|
818
|
+
},
|
|
819
|
+
"mode": {
|
|
820
|
+
"default": "not-checked",
|
|
821
|
+
"title": "Mode",
|
|
822
|
+
"type": "string"
|
|
823
|
+
},
|
|
824
|
+
"reason": {
|
|
825
|
+
"default": "robots policy was recorded but not enforced",
|
|
826
|
+
"title": "Reason",
|
|
827
|
+
"type": "string"
|
|
828
|
+
},
|
|
829
|
+
"residual_coordinate": {
|
|
830
|
+
"anyOf": [
|
|
831
|
+
{
|
|
832
|
+
"type": "string"
|
|
833
|
+
},
|
|
834
|
+
{
|
|
835
|
+
"type": "null"
|
|
836
|
+
}
|
|
837
|
+
],
|
|
838
|
+
"default": null,
|
|
839
|
+
"title": "Residual Coordinate"
|
|
840
|
+
},
|
|
841
|
+
"source_ref": {
|
|
842
|
+
"default": "",
|
|
843
|
+
"title": "Source Ref",
|
|
844
|
+
"type": "string"
|
|
845
|
+
}
|
|
846
|
+
},
|
|
847
|
+
"title": "RobotsDecision",
|
|
848
|
+
"type": "object"
|
|
849
|
+
},
|
|
850
|
+
"VerificationThroughputReport": {
|
|
851
|
+
"description": "Finite throughput dashboard for verifier queue health.",
|
|
852
|
+
"properties": {
|
|
853
|
+
"abstained_packets": {
|
|
854
|
+
"default": 0,
|
|
855
|
+
"title": "Abstained Packets",
|
|
856
|
+
"type": "integer"
|
|
857
|
+
},
|
|
858
|
+
"accepted_packets": {
|
|
859
|
+
"default": 0,
|
|
860
|
+
"title": "Accepted Packets",
|
|
861
|
+
"type": "integer"
|
|
862
|
+
},
|
|
863
|
+
"evidence_hash_mismatch_rate": {
|
|
864
|
+
"default": 0.0,
|
|
865
|
+
"title": "Evidence Hash Mismatch Rate",
|
|
866
|
+
"type": "number"
|
|
867
|
+
},
|
|
868
|
+
"false_liquidity_rate": {
|
|
869
|
+
"default": 0.0,
|
|
870
|
+
"title": "False Liquidity Rate",
|
|
871
|
+
"type": "number"
|
|
872
|
+
},
|
|
873
|
+
"low_contribution_queue_occupation": {
|
|
874
|
+
"default": 0.0,
|
|
875
|
+
"title": "Low Contribution Queue Occupation",
|
|
876
|
+
"type": "number"
|
|
877
|
+
},
|
|
878
|
+
"packet_inflow": {
|
|
879
|
+
"default": 0,
|
|
880
|
+
"title": "Packet Inflow",
|
|
881
|
+
"type": "integer"
|
|
882
|
+
},
|
|
883
|
+
"rejected_packets": {
|
|
884
|
+
"default": 0,
|
|
885
|
+
"title": "Rejected Packets",
|
|
886
|
+
"type": "integer"
|
|
887
|
+
},
|
|
888
|
+
"residual_debt_growth": {
|
|
889
|
+
"default": 0.0,
|
|
890
|
+
"title": "Residual Debt Growth",
|
|
891
|
+
"type": "number"
|
|
892
|
+
},
|
|
893
|
+
"stale_packet_ratio": {
|
|
894
|
+
"default": 0.0,
|
|
895
|
+
"title": "Stale Packet Ratio",
|
|
896
|
+
"type": "number"
|
|
897
|
+
},
|
|
898
|
+
"unresolved_obligation_backlog": {
|
|
899
|
+
"default": 0,
|
|
900
|
+
"title": "Unresolved Obligation Backlog",
|
|
901
|
+
"type": "integer"
|
|
902
|
+
},
|
|
903
|
+
"verifier_latency_proxy": {
|
|
904
|
+
"default": 0.0,
|
|
905
|
+
"title": "Verifier Latency Proxy",
|
|
906
|
+
"type": "number"
|
|
907
|
+
}
|
|
908
|
+
},
|
|
909
|
+
"title": "VerificationThroughputReport",
|
|
910
|
+
"type": "object"
|
|
911
|
+
},
|
|
912
|
+
"WebFetchReport": {
|
|
913
|
+
"description": "Portable audit record for one bounded HTTP(S) resource fetch.",
|
|
914
|
+
"properties": {
|
|
915
|
+
"accepted": {
|
|
916
|
+
"default": false,
|
|
917
|
+
"title": "Accepted",
|
|
918
|
+
"type": "boolean"
|
|
919
|
+
},
|
|
920
|
+
"byte_count": {
|
|
921
|
+
"default": 0,
|
|
922
|
+
"title": "Byte Count",
|
|
923
|
+
"type": "integer"
|
|
924
|
+
},
|
|
925
|
+
"content_sha256": {
|
|
926
|
+
"anyOf": [
|
|
927
|
+
{
|
|
928
|
+
"type": "string"
|
|
929
|
+
},
|
|
930
|
+
{
|
|
931
|
+
"type": "null"
|
|
932
|
+
}
|
|
933
|
+
],
|
|
934
|
+
"default": null,
|
|
935
|
+
"title": "Content Sha256"
|
|
936
|
+
},
|
|
937
|
+
"content_type": {
|
|
938
|
+
"anyOf": [
|
|
939
|
+
{
|
|
940
|
+
"type": "string"
|
|
941
|
+
},
|
|
942
|
+
{
|
|
943
|
+
"type": "null"
|
|
944
|
+
}
|
|
945
|
+
],
|
|
946
|
+
"default": null,
|
|
947
|
+
"title": "Content Type"
|
|
948
|
+
},
|
|
949
|
+
"final_url": {
|
|
950
|
+
"default": "",
|
|
951
|
+
"title": "Final Url",
|
|
952
|
+
"type": "string"
|
|
953
|
+
},
|
|
954
|
+
"reasons": {
|
|
955
|
+
"items": {
|
|
956
|
+
"type": "string"
|
|
957
|
+
},
|
|
958
|
+
"title": "Reasons",
|
|
959
|
+
"type": "array"
|
|
960
|
+
},
|
|
961
|
+
"redirect_chain": {
|
|
962
|
+
"items": {
|
|
963
|
+
"type": "string"
|
|
964
|
+
},
|
|
965
|
+
"title": "Redirect Chain",
|
|
966
|
+
"type": "array"
|
|
967
|
+
},
|
|
968
|
+
"report_id": {
|
|
969
|
+
"title": "Report Id",
|
|
970
|
+
"type": "string"
|
|
971
|
+
},
|
|
972
|
+
"requested_url": {
|
|
973
|
+
"title": "Requested Url",
|
|
974
|
+
"type": "string"
|
|
975
|
+
},
|
|
976
|
+
"robots_decision": {
|
|
977
|
+
"$ref": "#/$defs/RobotsDecision"
|
|
978
|
+
},
|
|
979
|
+
"status_code": {
|
|
980
|
+
"anyOf": [
|
|
981
|
+
{
|
|
982
|
+
"type": "integer"
|
|
983
|
+
},
|
|
984
|
+
{
|
|
985
|
+
"type": "null"
|
|
986
|
+
}
|
|
987
|
+
],
|
|
988
|
+
"default": null,
|
|
989
|
+
"title": "Status Code"
|
|
990
|
+
}
|
|
991
|
+
},
|
|
992
|
+
"required": [
|
|
993
|
+
"report_id",
|
|
994
|
+
"requested_url"
|
|
995
|
+
],
|
|
996
|
+
"title": "WebFetchReport",
|
|
997
|
+
"type": "object"
|
|
998
|
+
}
|
|
999
|
+
},
|
|
1000
|
+
"description": "One closed-loop packet ecology iteration around an agent output.",
|
|
1001
|
+
"properties": {
|
|
1002
|
+
"ingestion": {
|
|
1003
|
+
"$ref": "#/$defs/PacketIngestionReport"
|
|
1004
|
+
},
|
|
1005
|
+
"iteration_id": {
|
|
1006
|
+
"title": "Iteration Id",
|
|
1007
|
+
"type": "string"
|
|
1008
|
+
},
|
|
1009
|
+
"next_agent_tasks": {
|
|
1010
|
+
"items": {
|
|
1011
|
+
"type": "string"
|
|
1012
|
+
},
|
|
1013
|
+
"title": "Next Agent Tasks",
|
|
1014
|
+
"type": "array"
|
|
1015
|
+
},
|
|
1016
|
+
"plan": {
|
|
1017
|
+
"$ref": "#/$defs/BottleneckInversionPlan"
|
|
1018
|
+
},
|
|
1019
|
+
"psi": {
|
|
1020
|
+
"$ref": "#/$defs/PsiDashboard"
|
|
1021
|
+
},
|
|
1022
|
+
"registry": {
|
|
1023
|
+
"$ref": "#/$defs/CapabilityPacketRegistry"
|
|
1024
|
+
},
|
|
1025
|
+
"residual_ledger": {
|
|
1026
|
+
"$ref": "#/$defs/Ledger"
|
|
1027
|
+
},
|
|
1028
|
+
"safety_invariants": {
|
|
1029
|
+
"items": {
|
|
1030
|
+
"type": "string"
|
|
1031
|
+
},
|
|
1032
|
+
"title": "Safety Invariants",
|
|
1033
|
+
"type": "array"
|
|
1034
|
+
}
|
|
1035
|
+
},
|
|
1036
|
+
"required": [
|
|
1037
|
+
"iteration_id",
|
|
1038
|
+
"ingestion",
|
|
1039
|
+
"registry",
|
|
1040
|
+
"psi",
|
|
1041
|
+
"plan"
|
|
1042
|
+
],
|
|
1043
|
+
"title": "ClosedLoopAgentIteration",
|
|
1044
|
+
"type": "object"
|
|
1045
|
+
}
|