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,428 @@
|
|
|
1
|
+
{
|
|
2
|
+
"accepted": true,
|
|
3
|
+
"aggregate_metrics": [
|
|
4
|
+
{
|
|
5
|
+
"interpretation": "case pass count; diagnostic only and not a settlement signal",
|
|
6
|
+
"label": "bottleneck ranking coverage",
|
|
7
|
+
"maximum": 3.0,
|
|
8
|
+
"metric_id": "bottleneck-ranking-coverage",
|
|
9
|
+
"passed": true,
|
|
10
|
+
"value": 3.0
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"interpretation": "case pass count; diagnostic only and not a settlement signal",
|
|
14
|
+
"label": "candidate-only false-promotion prevention",
|
|
15
|
+
"maximum": 3.0,
|
|
16
|
+
"metric_id": "candidate-only-false-promotion-prevention",
|
|
17
|
+
"passed": true,
|
|
18
|
+
"value": 3.0
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"interpretation": "case pass count; diagnostic only and not a settlement signal",
|
|
22
|
+
"label": "missing obligation visibility",
|
|
23
|
+
"maximum": 3.0,
|
|
24
|
+
"metric_id": "missing-obligation-visibility",
|
|
25
|
+
"passed": true,
|
|
26
|
+
"value": 3.0
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"interpretation": "case pass count; diagnostic only and not a settlement signal",
|
|
30
|
+
"label": "next action specificity",
|
|
31
|
+
"maximum": 3.0,
|
|
32
|
+
"metric_id": "next-action-specificity",
|
|
33
|
+
"passed": true,
|
|
34
|
+
"value": 3.0
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"interpretation": "case pass count; diagnostic only and not a settlement signal",
|
|
38
|
+
"label": "phase gap visibility",
|
|
39
|
+
"maximum": 3.0,
|
|
40
|
+
"metric_id": "phase-gap-visibility",
|
|
41
|
+
"passed": true,
|
|
42
|
+
"value": 3.0
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"interpretation": "case pass count; diagnostic only and not a settlement signal",
|
|
46
|
+
"label": "residual preservation",
|
|
47
|
+
"maximum": 3.0,
|
|
48
|
+
"metric_id": "residual-preservation",
|
|
49
|
+
"passed": true,
|
|
50
|
+
"value": 3.0
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"interpretation": "case pass count; diagnostic only and not a settlement signal",
|
|
54
|
+
"label": "reusable packet candidate visibility",
|
|
55
|
+
"maximum": 3.0,
|
|
56
|
+
"metric_id": "reusable-packet-candidate-visibility",
|
|
57
|
+
"passed": true,
|
|
58
|
+
"value": 3.0
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"interpretation": "case pass count; diagnostic only and not a settlement signal",
|
|
62
|
+
"label": "settled blocker visibility",
|
|
63
|
+
"maximum": 3.0,
|
|
64
|
+
"metric_id": "settled-blocker-visibility",
|
|
65
|
+
"passed": true,
|
|
66
|
+
"value": 3.0
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"interpretation": "case pass count; diagnostic only and not a settlement signal",
|
|
70
|
+
"label": "unsafe promotion prevention",
|
|
71
|
+
"maximum": 3.0,
|
|
72
|
+
"metric_id": "unsafe-promotion-prevention",
|
|
73
|
+
"passed": true,
|
|
74
|
+
"value": 3.0
|
|
75
|
+
}
|
|
76
|
+
],
|
|
77
|
+
"aggregate_score": 1.0,
|
|
78
|
+
"cases": [
|
|
79
|
+
{
|
|
80
|
+
"accepted": true,
|
|
81
|
+
"bottleneck_count": 7,
|
|
82
|
+
"candidate_only_reason_count": 1,
|
|
83
|
+
"case_id": "phase-benchmark-case:missing-obligation-visibility",
|
|
84
|
+
"metric_results": [
|
|
85
|
+
{
|
|
86
|
+
"interpretation": "diagnostic-only metric; does not settle claims",
|
|
87
|
+
"label": "missing obligation visibility",
|
|
88
|
+
"maximum": 1.0,
|
|
89
|
+
"metric_id": "missing-obligation-visibility",
|
|
90
|
+
"passed": true,
|
|
91
|
+
"value": 1.0
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"interpretation": "diagnostic-only metric; does not settle claims",
|
|
95
|
+
"label": "unsafe promotion prevention",
|
|
96
|
+
"maximum": 1.0,
|
|
97
|
+
"metric_id": "unsafe-promotion-prevention",
|
|
98
|
+
"passed": true,
|
|
99
|
+
"value": 1.0
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"interpretation": "diagnostic-only metric; does not settle claims",
|
|
103
|
+
"label": "residual preservation",
|
|
104
|
+
"maximum": 1.0,
|
|
105
|
+
"metric_id": "residual-preservation",
|
|
106
|
+
"passed": true,
|
|
107
|
+
"value": 1.0
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"interpretation": "diagnostic-only metric; does not settle claims",
|
|
111
|
+
"label": "settled blocker visibility",
|
|
112
|
+
"maximum": 1.0,
|
|
113
|
+
"metric_id": "settled-blocker-visibility",
|
|
114
|
+
"passed": true,
|
|
115
|
+
"value": 1.0
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
"interpretation": "diagnostic-only metric; does not settle claims",
|
|
119
|
+
"label": "next action specificity",
|
|
120
|
+
"maximum": 1.0,
|
|
121
|
+
"metric_id": "next-action-specificity",
|
|
122
|
+
"passed": true,
|
|
123
|
+
"value": 1.0
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"interpretation": "diagnostic-only metric; does not settle claims",
|
|
127
|
+
"label": "reusable packet candidate visibility",
|
|
128
|
+
"maximum": 1.0,
|
|
129
|
+
"metric_id": "reusable-packet-candidate-visibility",
|
|
130
|
+
"passed": true,
|
|
131
|
+
"value": 1.0
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
"interpretation": "diagnostic-only metric; does not settle claims",
|
|
135
|
+
"label": "candidate-only false-promotion prevention",
|
|
136
|
+
"maximum": 1.0,
|
|
137
|
+
"metric_id": "candidate-only-false-promotion-prevention",
|
|
138
|
+
"passed": true,
|
|
139
|
+
"value": 1.0
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"interpretation": "diagnostic-only metric; does not settle claims",
|
|
143
|
+
"label": "phase gap visibility",
|
|
144
|
+
"maximum": 1.0,
|
|
145
|
+
"metric_id": "phase-gap-visibility",
|
|
146
|
+
"passed": true,
|
|
147
|
+
"value": 1.0
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"interpretation": "diagnostic-only metric; does not settle claims",
|
|
151
|
+
"label": "bottleneck ranking coverage",
|
|
152
|
+
"maximum": 1.0,
|
|
153
|
+
"metric_id": "bottleneck-ranking-coverage",
|
|
154
|
+
"passed": true,
|
|
155
|
+
"value": 1.0
|
|
156
|
+
}
|
|
157
|
+
],
|
|
158
|
+
"missing_obligation_count": 2,
|
|
159
|
+
"operationally_usable": true,
|
|
160
|
+
"phase_gap_visible": true,
|
|
161
|
+
"reasons": [
|
|
162
|
+
"ECPT split-certified quotient readiness is not established",
|
|
163
|
+
"TRC frontier debt remains",
|
|
164
|
+
"missing obligations remain",
|
|
165
|
+
"one or more packet candidates were rejected by promotion policy",
|
|
166
|
+
"runtime residual ledger has unresolved burden",
|
|
167
|
+
"verifier route execution requests remain unresolved"
|
|
168
|
+
],
|
|
169
|
+
"residual_coordinate_count": 2,
|
|
170
|
+
"safe_command_count": 4,
|
|
171
|
+
"settled": false,
|
|
172
|
+
"settled_blocker_count": 9,
|
|
173
|
+
"task": {
|
|
174
|
+
"agent_output": "Candidate packet: route evidence and preserve residuals.",
|
|
175
|
+
"candidate_only": true,
|
|
176
|
+
"execution_authority_granted": false,
|
|
177
|
+
"expected_properties": [
|
|
178
|
+
"missing obligation visibility",
|
|
179
|
+
"settled blocker visibility",
|
|
180
|
+
"residual preservation"
|
|
181
|
+
],
|
|
182
|
+
"task_id": "missing-obligation-visibility"
|
|
183
|
+
},
|
|
184
|
+
"workflow_usable": true
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
"accepted": true,
|
|
188
|
+
"bottleneck_count": 7,
|
|
189
|
+
"candidate_only_reason_count": 1,
|
|
190
|
+
"case_id": "phase-benchmark-case:false-promotion-prevention",
|
|
191
|
+
"metric_results": [
|
|
192
|
+
{
|
|
193
|
+
"interpretation": "diagnostic-only metric; does not settle claims",
|
|
194
|
+
"label": "missing obligation visibility",
|
|
195
|
+
"maximum": 1.0,
|
|
196
|
+
"metric_id": "missing-obligation-visibility",
|
|
197
|
+
"passed": true,
|
|
198
|
+
"value": 1.0
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
"interpretation": "diagnostic-only metric; does not settle claims",
|
|
202
|
+
"label": "unsafe promotion prevention",
|
|
203
|
+
"maximum": 1.0,
|
|
204
|
+
"metric_id": "unsafe-promotion-prevention",
|
|
205
|
+
"passed": true,
|
|
206
|
+
"value": 1.0
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
"interpretation": "diagnostic-only metric; does not settle claims",
|
|
210
|
+
"label": "residual preservation",
|
|
211
|
+
"maximum": 1.0,
|
|
212
|
+
"metric_id": "residual-preservation",
|
|
213
|
+
"passed": true,
|
|
214
|
+
"value": 1.0
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
"interpretation": "diagnostic-only metric; does not settle claims",
|
|
218
|
+
"label": "settled blocker visibility",
|
|
219
|
+
"maximum": 1.0,
|
|
220
|
+
"metric_id": "settled-blocker-visibility",
|
|
221
|
+
"passed": true,
|
|
222
|
+
"value": 1.0
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
"interpretation": "diagnostic-only metric; does not settle claims",
|
|
226
|
+
"label": "next action specificity",
|
|
227
|
+
"maximum": 1.0,
|
|
228
|
+
"metric_id": "next-action-specificity",
|
|
229
|
+
"passed": true,
|
|
230
|
+
"value": 1.0
|
|
231
|
+
},
|
|
232
|
+
{
|
|
233
|
+
"interpretation": "diagnostic-only metric; does not settle claims",
|
|
234
|
+
"label": "reusable packet candidate visibility",
|
|
235
|
+
"maximum": 1.0,
|
|
236
|
+
"metric_id": "reusable-packet-candidate-visibility",
|
|
237
|
+
"passed": true,
|
|
238
|
+
"value": 1.0
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
"interpretation": "diagnostic-only metric; does not settle claims",
|
|
242
|
+
"label": "candidate-only false-promotion prevention",
|
|
243
|
+
"maximum": 1.0,
|
|
244
|
+
"metric_id": "candidate-only-false-promotion-prevention",
|
|
245
|
+
"passed": true,
|
|
246
|
+
"value": 1.0
|
|
247
|
+
},
|
|
248
|
+
{
|
|
249
|
+
"interpretation": "diagnostic-only metric; does not settle claims",
|
|
250
|
+
"label": "phase gap visibility",
|
|
251
|
+
"maximum": 1.0,
|
|
252
|
+
"metric_id": "phase-gap-visibility",
|
|
253
|
+
"passed": true,
|
|
254
|
+
"value": 1.0
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
"interpretation": "diagnostic-only metric; does not settle claims",
|
|
258
|
+
"label": "bottleneck ranking coverage",
|
|
259
|
+
"maximum": 1.0,
|
|
260
|
+
"metric_id": "bottleneck-ranking-coverage",
|
|
261
|
+
"passed": true,
|
|
262
|
+
"value": 1.0
|
|
263
|
+
}
|
|
264
|
+
],
|
|
265
|
+
"missing_obligation_count": 2,
|
|
266
|
+
"operationally_usable": true,
|
|
267
|
+
"phase_gap_visible": true,
|
|
268
|
+
"reasons": [
|
|
269
|
+
"ECPT split-certified quotient readiness is not established",
|
|
270
|
+
"TRC frontier debt remains",
|
|
271
|
+
"missing obligations remain",
|
|
272
|
+
"one or more packet candidates were rejected by promotion policy",
|
|
273
|
+
"runtime residual ledger has unresolved burden",
|
|
274
|
+
"verifier route execution requests remain unresolved"
|
|
275
|
+
],
|
|
276
|
+
"residual_coordinate_count": 2,
|
|
277
|
+
"safe_command_count": 4,
|
|
278
|
+
"settled": false,
|
|
279
|
+
"settled_blocker_count": 9,
|
|
280
|
+
"task": {
|
|
281
|
+
"agent_output": "Candidate packet: claim reusable work, but preserve candidate-only status until verifier routes pass.",
|
|
282
|
+
"candidate_only": true,
|
|
283
|
+
"execution_authority_granted": false,
|
|
284
|
+
"expected_properties": [
|
|
285
|
+
"unsafe promotion prevention",
|
|
286
|
+
"candidate-only false-promotion prevention",
|
|
287
|
+
"safe command non-authority"
|
|
288
|
+
],
|
|
289
|
+
"task_id": "false-promotion-prevention"
|
|
290
|
+
},
|
|
291
|
+
"workflow_usable": true
|
|
292
|
+
},
|
|
293
|
+
{
|
|
294
|
+
"accepted": true,
|
|
295
|
+
"bottleneck_count": 7,
|
|
296
|
+
"candidate_only_reason_count": 1,
|
|
297
|
+
"case_id": "phase-benchmark-case:phase-gap-and-bottleneck-ranking",
|
|
298
|
+
"metric_results": [
|
|
299
|
+
{
|
|
300
|
+
"interpretation": "diagnostic-only metric; does not settle claims",
|
|
301
|
+
"label": "missing obligation visibility",
|
|
302
|
+
"maximum": 1.0,
|
|
303
|
+
"metric_id": "missing-obligation-visibility",
|
|
304
|
+
"passed": true,
|
|
305
|
+
"value": 1.0
|
|
306
|
+
},
|
|
307
|
+
{
|
|
308
|
+
"interpretation": "diagnostic-only metric; does not settle claims",
|
|
309
|
+
"label": "unsafe promotion prevention",
|
|
310
|
+
"maximum": 1.0,
|
|
311
|
+
"metric_id": "unsafe-promotion-prevention",
|
|
312
|
+
"passed": true,
|
|
313
|
+
"value": 1.0
|
|
314
|
+
},
|
|
315
|
+
{
|
|
316
|
+
"interpretation": "diagnostic-only metric; does not settle claims",
|
|
317
|
+
"label": "residual preservation",
|
|
318
|
+
"maximum": 1.0,
|
|
319
|
+
"metric_id": "residual-preservation",
|
|
320
|
+
"passed": true,
|
|
321
|
+
"value": 1.0
|
|
322
|
+
},
|
|
323
|
+
{
|
|
324
|
+
"interpretation": "diagnostic-only metric; does not settle claims",
|
|
325
|
+
"label": "settled blocker visibility",
|
|
326
|
+
"maximum": 1.0,
|
|
327
|
+
"metric_id": "settled-blocker-visibility",
|
|
328
|
+
"passed": true,
|
|
329
|
+
"value": 1.0
|
|
330
|
+
},
|
|
331
|
+
{
|
|
332
|
+
"interpretation": "diagnostic-only metric; does not settle claims",
|
|
333
|
+
"label": "next action specificity",
|
|
334
|
+
"maximum": 1.0,
|
|
335
|
+
"metric_id": "next-action-specificity",
|
|
336
|
+
"passed": true,
|
|
337
|
+
"value": 1.0
|
|
338
|
+
},
|
|
339
|
+
{
|
|
340
|
+
"interpretation": "diagnostic-only metric; does not settle claims",
|
|
341
|
+
"label": "reusable packet candidate visibility",
|
|
342
|
+
"maximum": 1.0,
|
|
343
|
+
"metric_id": "reusable-packet-candidate-visibility",
|
|
344
|
+
"passed": true,
|
|
345
|
+
"value": 1.0
|
|
346
|
+
},
|
|
347
|
+
{
|
|
348
|
+
"interpretation": "diagnostic-only metric; does not settle claims",
|
|
349
|
+
"label": "candidate-only false-promotion prevention",
|
|
350
|
+
"maximum": 1.0,
|
|
351
|
+
"metric_id": "candidate-only-false-promotion-prevention",
|
|
352
|
+
"passed": true,
|
|
353
|
+
"value": 1.0
|
|
354
|
+
},
|
|
355
|
+
{
|
|
356
|
+
"interpretation": "diagnostic-only metric; does not settle claims",
|
|
357
|
+
"label": "phase gap visibility",
|
|
358
|
+
"maximum": 1.0,
|
|
359
|
+
"metric_id": "phase-gap-visibility",
|
|
360
|
+
"passed": true,
|
|
361
|
+
"value": 1.0
|
|
362
|
+
},
|
|
363
|
+
{
|
|
364
|
+
"interpretation": "diagnostic-only metric; does not settle claims",
|
|
365
|
+
"label": "bottleneck ranking coverage",
|
|
366
|
+
"maximum": 1.0,
|
|
367
|
+
"metric_id": "bottleneck-ranking-coverage",
|
|
368
|
+
"passed": true,
|
|
369
|
+
"value": 1.0
|
|
370
|
+
}
|
|
371
|
+
],
|
|
372
|
+
"missing_obligation_count": 2,
|
|
373
|
+
"operationally_usable": true,
|
|
374
|
+
"phase_gap_visible": true,
|
|
375
|
+
"reasons": [
|
|
376
|
+
"ECPT split-certified quotient readiness is not established",
|
|
377
|
+
"TRC frontier debt remains",
|
|
378
|
+
"missing obligations remain",
|
|
379
|
+
"one or more packet candidates were rejected by promotion policy",
|
|
380
|
+
"runtime residual ledger has unresolved burden",
|
|
381
|
+
"verifier route execution requests remain unresolved"
|
|
382
|
+
],
|
|
383
|
+
"residual_coordinate_count": 2,
|
|
384
|
+
"safe_command_count": 4,
|
|
385
|
+
"settled": false,
|
|
386
|
+
"settled_blocker_count": 9,
|
|
387
|
+
"task": {
|
|
388
|
+
"agent_output": "Candidate packet: identify phase gaps and rank bottlenecks.",
|
|
389
|
+
"candidate_only": true,
|
|
390
|
+
"execution_authority_granted": false,
|
|
391
|
+
"expected_properties": [
|
|
392
|
+
"phase gap visibility",
|
|
393
|
+
"bottleneck ranking coverage",
|
|
394
|
+
"next action specificity"
|
|
395
|
+
],
|
|
396
|
+
"task_id": "phase-gap-and-bottleneck-ranking"
|
|
397
|
+
},
|
|
398
|
+
"workflow_usable": true
|
|
399
|
+
}
|
|
400
|
+
],
|
|
401
|
+
"operationally_usable": true,
|
|
402
|
+
"profile": "development",
|
|
403
|
+
"reasons": [
|
|
404
|
+
"benchmark suite is diagnostic-only",
|
|
405
|
+
"protocol-relative metrics measure visibility and non-promotion behavior"
|
|
406
|
+
],
|
|
407
|
+
"report_id": "phase-benchmark-suite",
|
|
408
|
+
"safety_invariants": [
|
|
409
|
+
"phase acceleration planning is recommendation-only and does not execute actions",
|
|
410
|
+
"raw external candidate volume cannot improve Psi, BR, AC, or settled status",
|
|
411
|
+
"candidate packets, agent messages, and proxy-only ALT reports remain candidates",
|
|
412
|
+
"settled remains false unless scoped finite verifier rules discharge all obligations",
|
|
413
|
+
"residual ledgers and missing obligations must be preserved into downstream loops",
|
|
414
|
+
"ASI-proxy phase is protocol-relative workflow coordination, not real ASI proof",
|
|
415
|
+
"no physical, simulator, oracle, legal, or policy outcome is proven by this report",
|
|
416
|
+
"live connectors are bounded and candidate-only by default when an explicit source is supplied",
|
|
417
|
+
"no background crawling",
|
|
418
|
+
"no autonomous polling",
|
|
419
|
+
"no arbitrary shell execution",
|
|
420
|
+
"no repository mutation",
|
|
421
|
+
"no hidden promotion from accepted or workflow_usable to settled",
|
|
422
|
+
"benchmark scores do not set settled=true",
|
|
423
|
+
"benchmark scores do not approve execution",
|
|
424
|
+
"benchmark scores do not promote packets"
|
|
425
|
+
],
|
|
426
|
+
"settled": false,
|
|
427
|
+
"workflow_usable": true
|
|
428
|
+
}
|
|
@@ -0,0 +1,173 @@
|
|
|
1
|
+
{
|
|
2
|
+
"accepted": true,
|
|
3
|
+
"accepted_packet_count": 0,
|
|
4
|
+
"alt_liquidity_candidate_count": 0,
|
|
5
|
+
"bottleneck_count_by_type": {
|
|
6
|
+
"bottleneck-intervention": 2,
|
|
7
|
+
"phase-component-gap": 2,
|
|
8
|
+
"queue-service-and-diagnostic-reserve": 1,
|
|
9
|
+
"residual-obligation-ledger": 1,
|
|
10
|
+
"verifier-route": 1
|
|
11
|
+
},
|
|
12
|
+
"candidate_only_reason_count": 1,
|
|
13
|
+
"dashboard_id": "phase-dashboard:development",
|
|
14
|
+
"dashboard_safety_boundary": [
|
|
15
|
+
"phase dashboard is observational only",
|
|
16
|
+
"phase dashboard does not claim a real ASI phase transition",
|
|
17
|
+
"raw external volume is not positive phase progress",
|
|
18
|
+
"phase dashboard does not alter runtime state",
|
|
19
|
+
"phase dashboard does not introduce approval requirements"
|
|
20
|
+
],
|
|
21
|
+
"external_volume_candidate_only_count": 0,
|
|
22
|
+
"identity_blocker_count": 0,
|
|
23
|
+
"missing_obligation_count": 2,
|
|
24
|
+
"operationally_usable": true,
|
|
25
|
+
"packet_candidate_count": 0,
|
|
26
|
+
"phase_gap_vector": {
|
|
27
|
+
"accepted": true,
|
|
28
|
+
"aggregate_gap": 0.8119369369369369,
|
|
29
|
+
"components": [
|
|
30
|
+
{
|
|
31
|
+
"component": "AC",
|
|
32
|
+
"current_value": 0.0,
|
|
33
|
+
"gap": 0.5,
|
|
34
|
+
"limiting": true,
|
|
35
|
+
"reasons": [
|
|
36
|
+
"component is below finite threshold",
|
|
37
|
+
"component is listed as limiting by PsiDashboard"
|
|
38
|
+
],
|
|
39
|
+
"source": "PsiDashboard",
|
|
40
|
+
"threshold_value": 0.5
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"component": "BR",
|
|
44
|
+
"current_value": 0.5,
|
|
45
|
+
"gap": 0.0,
|
|
46
|
+
"limiting": false,
|
|
47
|
+
"reasons": [],
|
|
48
|
+
"source": "PsiDashboard",
|
|
49
|
+
"threshold_value": 0.1
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"component": "CV",
|
|
53
|
+
"current_value": 0.5,
|
|
54
|
+
"gap": 0.0,
|
|
55
|
+
"limiting": false,
|
|
56
|
+
"reasons": [],
|
|
57
|
+
"source": "PsiDashboard",
|
|
58
|
+
"threshold_value": 0.5
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"component": "DE",
|
|
62
|
+
"current_value": 0.5,
|
|
63
|
+
"gap": 0.0,
|
|
64
|
+
"limiting": false,
|
|
65
|
+
"reasons": [],
|
|
66
|
+
"source": "PsiDashboard",
|
|
67
|
+
"threshold_value": 0.5
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"component": "FR",
|
|
71
|
+
"current_value": 0.5,
|
|
72
|
+
"gap": 0.0,
|
|
73
|
+
"limiting": false,
|
|
74
|
+
"reasons": [],
|
|
75
|
+
"source": "PsiDashboard",
|
|
76
|
+
"threshold_value": 0.5
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"component": "G",
|
|
80
|
+
"current_value": 1.0,
|
|
81
|
+
"gap": 0.0,
|
|
82
|
+
"limiting": false,
|
|
83
|
+
"reasons": [],
|
|
84
|
+
"source": "PsiDashboard",
|
|
85
|
+
"threshold_value": 0.7
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"component": "HZ",
|
|
89
|
+
"current_value": 0.9,
|
|
90
|
+
"gap": 0.0,
|
|
91
|
+
"limiting": false,
|
|
92
|
+
"reasons": [],
|
|
93
|
+
"source": "PsiDashboard",
|
|
94
|
+
"threshold_value": 0.5
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
"component": "LX",
|
|
98
|
+
"current_value": 0.5,
|
|
99
|
+
"gap": 0.0,
|
|
100
|
+
"limiting": false,
|
|
101
|
+
"reasons": [],
|
|
102
|
+
"source": "PsiDashboard",
|
|
103
|
+
"threshold_value": 0.5
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"component": "QS",
|
|
107
|
+
"current_value": 0.952,
|
|
108
|
+
"gap": 0.0,
|
|
109
|
+
"limiting": false,
|
|
110
|
+
"reasons": [],
|
|
111
|
+
"source": "PsiDashboard",
|
|
112
|
+
"threshold_value": 0.5
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"component": "SD",
|
|
116
|
+
"current_value": 0.18806306306306306,
|
|
117
|
+
"gap": 0.3119369369369369,
|
|
118
|
+
"limiting": true,
|
|
119
|
+
"reasons": [
|
|
120
|
+
"component is below finite threshold",
|
|
121
|
+
"component is listed as limiting by PsiDashboard"
|
|
122
|
+
],
|
|
123
|
+
"source": "PsiDashboard",
|
|
124
|
+
"threshold_value": 0.5
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"component": "VT",
|
|
128
|
+
"current_value": 1.0,
|
|
129
|
+
"gap": 0.0,
|
|
130
|
+
"limiting": false,
|
|
131
|
+
"reasons": [],
|
|
132
|
+
"source": "PsiDashboard",
|
|
133
|
+
"threshold_value": 0.7
|
|
134
|
+
}
|
|
135
|
+
],
|
|
136
|
+
"limiting_components": [
|
|
137
|
+
"AC",
|
|
138
|
+
"SD"
|
|
139
|
+
],
|
|
140
|
+
"operationally_usable": true,
|
|
141
|
+
"reasons": [],
|
|
142
|
+
"settled": false,
|
|
143
|
+
"vector_id": "phase-gap-vector:runtime-step:agent-minimal-runtime:0:agent-intake-step"
|
|
144
|
+
},
|
|
145
|
+
"profile": "development",
|
|
146
|
+
"promotion_blocker_summary": [
|
|
147
|
+
"ECPT split-certified quotient readiness is not established",
|
|
148
|
+
"TRC frontier debt remains",
|
|
149
|
+
"missing obligations remain",
|
|
150
|
+
"runtime residual ledger has unresolved burden",
|
|
151
|
+
"verifier route execution requests remain unresolved"
|
|
152
|
+
],
|
|
153
|
+
"reasons": [
|
|
154
|
+
"ECPT split-certified quotient readiness is not established",
|
|
155
|
+
"TRC frontier debt remains",
|
|
156
|
+
"dashboard metrics are diagnostic-only",
|
|
157
|
+
"missing obligations remain",
|
|
158
|
+
"one or more packet candidates were rejected by promotion policy",
|
|
159
|
+
"runtime residual ledger has unresolved burden",
|
|
160
|
+
"verifier route execution requests remain unresolved"
|
|
161
|
+
],
|
|
162
|
+
"residual_debt_count": 2,
|
|
163
|
+
"rollback_blocker_count": 0,
|
|
164
|
+
"route_blocker_count": 2,
|
|
165
|
+
"safe_command_count": 4,
|
|
166
|
+
"settled": false,
|
|
167
|
+
"settled_blocker_count": 9,
|
|
168
|
+
"settled_packet_count": 0,
|
|
169
|
+
"sqot_queue_pressure": 0.0,
|
|
170
|
+
"unsettled_candidate_count": 0,
|
|
171
|
+
"workflow_usable": true,
|
|
172
|
+
"workflow_usable_packet_count": 0
|
|
173
|
+
}
|