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,192 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$defs": {
|
|
3
|
+
"PacketSourceKind": {
|
|
4
|
+
"enum": [
|
|
5
|
+
"local",
|
|
6
|
+
"github",
|
|
7
|
+
"zenodo",
|
|
8
|
+
"arxiv",
|
|
9
|
+
"http",
|
|
10
|
+
"web-page",
|
|
11
|
+
"rss",
|
|
12
|
+
"atom",
|
|
13
|
+
"json-feed",
|
|
14
|
+
"ndjson",
|
|
15
|
+
"agent-message",
|
|
16
|
+
"agent-inbox",
|
|
17
|
+
"web-crawl",
|
|
18
|
+
"agent-output",
|
|
19
|
+
"auto"
|
|
20
|
+
],
|
|
21
|
+
"title": "PacketSourceKind",
|
|
22
|
+
"type": "string"
|
|
23
|
+
},
|
|
24
|
+
"RobotsDecision": {
|
|
25
|
+
"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.",
|
|
26
|
+
"properties": {
|
|
27
|
+
"allowed": {
|
|
28
|
+
"default": true,
|
|
29
|
+
"title": "Allowed",
|
|
30
|
+
"type": "boolean"
|
|
31
|
+
},
|
|
32
|
+
"decision_id": {
|
|
33
|
+
"default": "robots:not-checked",
|
|
34
|
+
"title": "Decision Id",
|
|
35
|
+
"type": "string"
|
|
36
|
+
},
|
|
37
|
+
"mode": {
|
|
38
|
+
"default": "not-checked",
|
|
39
|
+
"title": "Mode",
|
|
40
|
+
"type": "string"
|
|
41
|
+
},
|
|
42
|
+
"reason": {
|
|
43
|
+
"default": "robots policy was recorded but not enforced",
|
|
44
|
+
"title": "Reason",
|
|
45
|
+
"type": "string"
|
|
46
|
+
},
|
|
47
|
+
"residual_coordinate": {
|
|
48
|
+
"anyOf": [
|
|
49
|
+
{
|
|
50
|
+
"type": "string"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"type": "null"
|
|
54
|
+
}
|
|
55
|
+
],
|
|
56
|
+
"default": null,
|
|
57
|
+
"title": "Residual Coordinate"
|
|
58
|
+
},
|
|
59
|
+
"source_ref": {
|
|
60
|
+
"default": "",
|
|
61
|
+
"title": "Source Ref",
|
|
62
|
+
"type": "string"
|
|
63
|
+
}
|
|
64
|
+
},
|
|
65
|
+
"title": "RobotsDecision",
|
|
66
|
+
"type": "object"
|
|
67
|
+
}
|
|
68
|
+
},
|
|
69
|
+
"description": "Sanitized provenance for external packet candidates.",
|
|
70
|
+
"properties": {
|
|
71
|
+
"accepted": {
|
|
72
|
+
"default": false,
|
|
73
|
+
"title": "Accepted",
|
|
74
|
+
"type": "boolean"
|
|
75
|
+
},
|
|
76
|
+
"byte_count": {
|
|
77
|
+
"default": 0,
|
|
78
|
+
"title": "Byte Count",
|
|
79
|
+
"type": "integer"
|
|
80
|
+
},
|
|
81
|
+
"content_sha256": {
|
|
82
|
+
"anyOf": [
|
|
83
|
+
{
|
|
84
|
+
"type": "string"
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"type": "null"
|
|
88
|
+
}
|
|
89
|
+
],
|
|
90
|
+
"default": null,
|
|
91
|
+
"title": "Content Sha256"
|
|
92
|
+
},
|
|
93
|
+
"evidence_refs": {
|
|
94
|
+
"items": {
|
|
95
|
+
"type": "string"
|
|
96
|
+
},
|
|
97
|
+
"title": "Evidence Refs",
|
|
98
|
+
"type": "array"
|
|
99
|
+
},
|
|
100
|
+
"final_url": {
|
|
101
|
+
"anyOf": [
|
|
102
|
+
{
|
|
103
|
+
"type": "string"
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"type": "null"
|
|
107
|
+
}
|
|
108
|
+
],
|
|
109
|
+
"default": null,
|
|
110
|
+
"title": "Final Url"
|
|
111
|
+
},
|
|
112
|
+
"media_type": {
|
|
113
|
+
"anyOf": [
|
|
114
|
+
{
|
|
115
|
+
"type": "string"
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
"type": "null"
|
|
119
|
+
}
|
|
120
|
+
],
|
|
121
|
+
"default": null,
|
|
122
|
+
"title": "Media Type"
|
|
123
|
+
},
|
|
124
|
+
"provenance_id": {
|
|
125
|
+
"title": "Provenance Id",
|
|
126
|
+
"type": "string"
|
|
127
|
+
},
|
|
128
|
+
"public_source_ref": {
|
|
129
|
+
"title": "Public Source Ref",
|
|
130
|
+
"type": "string"
|
|
131
|
+
},
|
|
132
|
+
"reasons": {
|
|
133
|
+
"items": {
|
|
134
|
+
"type": "string"
|
|
135
|
+
},
|
|
136
|
+
"title": "Reasons",
|
|
137
|
+
"type": "array"
|
|
138
|
+
},
|
|
139
|
+
"redirect_chain": {
|
|
140
|
+
"items": {
|
|
141
|
+
"type": "string"
|
|
142
|
+
},
|
|
143
|
+
"title": "Redirect Chain",
|
|
144
|
+
"type": "array"
|
|
145
|
+
},
|
|
146
|
+
"residual_coordinates": {
|
|
147
|
+
"items": {
|
|
148
|
+
"type": "string"
|
|
149
|
+
},
|
|
150
|
+
"title": "Residual Coordinates",
|
|
151
|
+
"type": "array"
|
|
152
|
+
},
|
|
153
|
+
"robots_decision": {
|
|
154
|
+
"anyOf": [
|
|
155
|
+
{
|
|
156
|
+
"$ref": "#/$defs/RobotsDecision"
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
"type": "null"
|
|
160
|
+
}
|
|
161
|
+
],
|
|
162
|
+
"default": null
|
|
163
|
+
},
|
|
164
|
+
"source_kind": {
|
|
165
|
+
"$ref": "#/$defs/PacketSourceKind"
|
|
166
|
+
},
|
|
167
|
+
"source_ref": {
|
|
168
|
+
"title": "Source Ref",
|
|
169
|
+
"type": "string"
|
|
170
|
+
},
|
|
171
|
+
"status_code": {
|
|
172
|
+
"anyOf": [
|
|
173
|
+
{
|
|
174
|
+
"type": "integer"
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"type": "null"
|
|
178
|
+
}
|
|
179
|
+
],
|
|
180
|
+
"default": null,
|
|
181
|
+
"title": "Status Code"
|
|
182
|
+
}
|
|
183
|
+
},
|
|
184
|
+
"required": [
|
|
185
|
+
"provenance_id",
|
|
186
|
+
"source_kind",
|
|
187
|
+
"source_ref",
|
|
188
|
+
"public_source_ref"
|
|
189
|
+
],
|
|
190
|
+
"title": "IntakeProvenanceRecord",
|
|
191
|
+
"type": "object"
|
|
192
|
+
}
|
|
@@ -0,0 +1,266 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$defs": {
|
|
3
|
+
"CoordinateKind": {
|
|
4
|
+
"enum": [
|
|
5
|
+
"benefit",
|
|
6
|
+
"burden",
|
|
7
|
+
"residual",
|
|
8
|
+
"tolerance",
|
|
9
|
+
"resource",
|
|
10
|
+
"metadata"
|
|
11
|
+
],
|
|
12
|
+
"title": "CoordinateKind",
|
|
13
|
+
"type": "string"
|
|
14
|
+
},
|
|
15
|
+
"EvidenceStatus": {
|
|
16
|
+
"enum": [
|
|
17
|
+
"verified",
|
|
18
|
+
"declared",
|
|
19
|
+
"unknown"
|
|
20
|
+
],
|
|
21
|
+
"title": "EvidenceStatus",
|
|
22
|
+
"type": "string"
|
|
23
|
+
},
|
|
24
|
+
"Ledger": {
|
|
25
|
+
"description": "A finite typed ledger with explicit coordinate kinds.",
|
|
26
|
+
"properties": {
|
|
27
|
+
"coordinates": {
|
|
28
|
+
"additionalProperties": {
|
|
29
|
+
"$ref": "#/$defs/LedgerCoordinate"
|
|
30
|
+
},
|
|
31
|
+
"title": "Coordinates",
|
|
32
|
+
"type": "object"
|
|
33
|
+
}
|
|
34
|
+
},
|
|
35
|
+
"title": "Ledger",
|
|
36
|
+
"type": "object"
|
|
37
|
+
},
|
|
38
|
+
"LedgerCoordinate": {
|
|
39
|
+
"description": "One typed coordinate in a finite certificate ledger.",
|
|
40
|
+
"properties": {
|
|
41
|
+
"description": {
|
|
42
|
+
"anyOf": [
|
|
43
|
+
{
|
|
44
|
+
"type": "string"
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"type": "null"
|
|
48
|
+
}
|
|
49
|
+
],
|
|
50
|
+
"default": null,
|
|
51
|
+
"title": "Description"
|
|
52
|
+
},
|
|
53
|
+
"evidence_refs": {
|
|
54
|
+
"items": {
|
|
55
|
+
"type": "string"
|
|
56
|
+
},
|
|
57
|
+
"title": "Evidence Refs",
|
|
58
|
+
"type": "array"
|
|
59
|
+
},
|
|
60
|
+
"evidence_status": {
|
|
61
|
+
"$ref": "#/$defs/EvidenceStatus",
|
|
62
|
+
"default": "declared"
|
|
63
|
+
},
|
|
64
|
+
"kind": {
|
|
65
|
+
"$ref": "#/$defs/CoordinateKind",
|
|
66
|
+
"default": "burden"
|
|
67
|
+
},
|
|
68
|
+
"known": {
|
|
69
|
+
"default": true,
|
|
70
|
+
"title": "Known",
|
|
71
|
+
"type": "boolean"
|
|
72
|
+
},
|
|
73
|
+
"name": {
|
|
74
|
+
"title": "Name",
|
|
75
|
+
"type": "string"
|
|
76
|
+
},
|
|
77
|
+
"unit": {
|
|
78
|
+
"default": "dimensionless",
|
|
79
|
+
"title": "Unit",
|
|
80
|
+
"type": "string"
|
|
81
|
+
},
|
|
82
|
+
"value": {
|
|
83
|
+
"title": "Value",
|
|
84
|
+
"type": "number"
|
|
85
|
+
}
|
|
86
|
+
},
|
|
87
|
+
"required": [
|
|
88
|
+
"name",
|
|
89
|
+
"value"
|
|
90
|
+
],
|
|
91
|
+
"title": "LedgerCoordinate",
|
|
92
|
+
"type": "object"
|
|
93
|
+
},
|
|
94
|
+
"PhaseControlAction": {
|
|
95
|
+
"properties": {
|
|
96
|
+
"action_id": {
|
|
97
|
+
"title": "Action Id",
|
|
98
|
+
"type": "string"
|
|
99
|
+
},
|
|
100
|
+
"activation_delta": {
|
|
101
|
+
"default": 0.0,
|
|
102
|
+
"title": "Activation Delta",
|
|
103
|
+
"type": "number"
|
|
104
|
+
},
|
|
105
|
+
"burden_delta": {
|
|
106
|
+
"default": 0.0,
|
|
107
|
+
"title": "Burden Delta",
|
|
108
|
+
"type": "number"
|
|
109
|
+
},
|
|
110
|
+
"postconditions": {
|
|
111
|
+
"items": {
|
|
112
|
+
"type": "string"
|
|
113
|
+
},
|
|
114
|
+
"title": "Postconditions",
|
|
115
|
+
"type": "array"
|
|
116
|
+
},
|
|
117
|
+
"preconditions": {
|
|
118
|
+
"items": {
|
|
119
|
+
"type": "string"
|
|
120
|
+
},
|
|
121
|
+
"title": "Preconditions",
|
|
122
|
+
"type": "array"
|
|
123
|
+
},
|
|
124
|
+
"required_obligations": {
|
|
125
|
+
"items": {
|
|
126
|
+
"type": "string"
|
|
127
|
+
},
|
|
128
|
+
"title": "Required Obligations",
|
|
129
|
+
"type": "array"
|
|
130
|
+
},
|
|
131
|
+
"residual_charge": {
|
|
132
|
+
"default": 0.0,
|
|
133
|
+
"title": "Residual Charge",
|
|
134
|
+
"type": "number"
|
|
135
|
+
},
|
|
136
|
+
"resource_cost": {
|
|
137
|
+
"additionalProperties": {
|
|
138
|
+
"type": "number"
|
|
139
|
+
},
|
|
140
|
+
"title": "Resource Cost",
|
|
141
|
+
"type": "object"
|
|
142
|
+
},
|
|
143
|
+
"risk_charge": {
|
|
144
|
+
"default": 0.0,
|
|
145
|
+
"title": "Risk Charge",
|
|
146
|
+
"type": "number"
|
|
147
|
+
},
|
|
148
|
+
"source_nodes": {
|
|
149
|
+
"items": {
|
|
150
|
+
"type": "string"
|
|
151
|
+
},
|
|
152
|
+
"title": "Source Nodes",
|
|
153
|
+
"type": "array"
|
|
154
|
+
},
|
|
155
|
+
"target_node": {
|
|
156
|
+
"title": "Target Node",
|
|
157
|
+
"type": "string"
|
|
158
|
+
},
|
|
159
|
+
"verifier_routes": {
|
|
160
|
+
"items": {
|
|
161
|
+
"type": "string"
|
|
162
|
+
},
|
|
163
|
+
"title": "Verifier Routes",
|
|
164
|
+
"type": "array"
|
|
165
|
+
}
|
|
166
|
+
},
|
|
167
|
+
"required": [
|
|
168
|
+
"action_id",
|
|
169
|
+
"target_node"
|
|
170
|
+
],
|
|
171
|
+
"title": "PhaseControlAction",
|
|
172
|
+
"type": "object"
|
|
173
|
+
}
|
|
174
|
+
},
|
|
175
|
+
"properties": {
|
|
176
|
+
"action": {
|
|
177
|
+
"$ref": "#/$defs/PhaseControlAction"
|
|
178
|
+
},
|
|
179
|
+
"baseline_proxy_mass": {
|
|
180
|
+
"default": 0.0,
|
|
181
|
+
"title": "Baseline Proxy Mass",
|
|
182
|
+
"type": "number"
|
|
183
|
+
},
|
|
184
|
+
"candidate_id": {
|
|
185
|
+
"title": "Candidate Id",
|
|
186
|
+
"type": "string"
|
|
187
|
+
},
|
|
188
|
+
"controlled_proxy_mass": {
|
|
189
|
+
"default": 0.0,
|
|
190
|
+
"title": "Controlled Proxy Mass",
|
|
191
|
+
"type": "number"
|
|
192
|
+
},
|
|
193
|
+
"finite_proxy_gain": {
|
|
194
|
+
"default": 0.0,
|
|
195
|
+
"title": "Finite Proxy Gain",
|
|
196
|
+
"type": "number"
|
|
197
|
+
},
|
|
198
|
+
"finite_scope_usable": {
|
|
199
|
+
"default": false,
|
|
200
|
+
"title": "Finite Scope Usable",
|
|
201
|
+
"type": "boolean"
|
|
202
|
+
},
|
|
203
|
+
"missing_obligations": {
|
|
204
|
+
"items": {
|
|
205
|
+
"type": "string"
|
|
206
|
+
},
|
|
207
|
+
"title": "Missing Obligations",
|
|
208
|
+
"type": "array"
|
|
209
|
+
},
|
|
210
|
+
"operationally_usable": {
|
|
211
|
+
"default": false,
|
|
212
|
+
"title": "Operationally Usable",
|
|
213
|
+
"type": "boolean"
|
|
214
|
+
},
|
|
215
|
+
"reasons": {
|
|
216
|
+
"items": {
|
|
217
|
+
"type": "string"
|
|
218
|
+
},
|
|
219
|
+
"title": "Reasons",
|
|
220
|
+
"type": "array"
|
|
221
|
+
},
|
|
222
|
+
"required_evidence_routes": {
|
|
223
|
+
"items": {
|
|
224
|
+
"type": "string"
|
|
225
|
+
},
|
|
226
|
+
"title": "Required Evidence Routes",
|
|
227
|
+
"type": "array"
|
|
228
|
+
},
|
|
229
|
+
"residual_charge": {
|
|
230
|
+
"default": 0.0,
|
|
231
|
+
"title": "Residual Charge",
|
|
232
|
+
"type": "number"
|
|
233
|
+
},
|
|
234
|
+
"residual_ledger": {
|
|
235
|
+
"$ref": "#/$defs/Ledger"
|
|
236
|
+
},
|
|
237
|
+
"resource_cost": {
|
|
238
|
+
"additionalProperties": {
|
|
239
|
+
"type": "number"
|
|
240
|
+
},
|
|
241
|
+
"title": "Resource Cost",
|
|
242
|
+
"type": "object"
|
|
243
|
+
},
|
|
244
|
+
"risk_charge": {
|
|
245
|
+
"default": 0.0,
|
|
246
|
+
"title": "Risk Charge",
|
|
247
|
+
"type": "number"
|
|
248
|
+
},
|
|
249
|
+
"score": {
|
|
250
|
+
"default": 0.0,
|
|
251
|
+
"title": "Score",
|
|
252
|
+
"type": "number"
|
|
253
|
+
},
|
|
254
|
+
"settled": {
|
|
255
|
+
"default": false,
|
|
256
|
+
"title": "Settled",
|
|
257
|
+
"type": "boolean"
|
|
258
|
+
}
|
|
259
|
+
},
|
|
260
|
+
"required": [
|
|
261
|
+
"candidate_id",
|
|
262
|
+
"action"
|
|
263
|
+
],
|
|
264
|
+
"title": "InterventionCandidate",
|
|
265
|
+
"type": "object"
|
|
266
|
+
}
|