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,10 @@
|
|
|
1
|
+
{
|
|
2
|
+
"artifact_key": "alt",
|
|
3
|
+
"canonical_manifest_schema_version": "canonical-manifest-2.0",
|
|
4
|
+
"canonical_sha256": "768d3737b5c466315da2491a96013f9fc01a474b76524c692437ff5615b14116",
|
|
5
|
+
"doi_matches": true,
|
|
6
|
+
"legacy_md5_matches": true,
|
|
7
|
+
"snapshot_is_derived_metadata": true,
|
|
8
|
+
"snapshot_schema_version": "theory-snapshot-1.0",
|
|
9
|
+
"valid": true
|
|
10
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
{
|
|
2
|
+
"artifact_key": "bit",
|
|
3
|
+
"canonical_manifest_schema_version": "canonical-manifest-2.0",
|
|
4
|
+
"canonical_sha256": "078a4c55eb51bd7b2a4c07533bdff3ba9ed94ae604e2985ea81a26662a005ac2",
|
|
5
|
+
"doi_matches": true,
|
|
6
|
+
"legacy_md5_matches": true,
|
|
7
|
+
"snapshot_is_derived_metadata": true,
|
|
8
|
+
"snapshot_schema_version": "theory-snapshot-1.0",
|
|
9
|
+
"valid": true
|
|
10
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
{
|
|
2
|
+
"artifact_key": "ecpt",
|
|
3
|
+
"canonical_manifest_schema_version": "canonical-manifest-2.0",
|
|
4
|
+
"canonical_sha256": "0a45e52c65112a93086b302e3642c85f24ca65b2f5638a1a66eac68afd4d3c7b",
|
|
5
|
+
"doi_matches": true,
|
|
6
|
+
"legacy_md5_matches": true,
|
|
7
|
+
"snapshot_is_derived_metadata": true,
|
|
8
|
+
"snapshot_schema_version": "theory-snapshot-1.0",
|
|
9
|
+
"valid": true
|
|
10
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
{
|
|
2
|
+
"artifact_key": "sqot",
|
|
3
|
+
"canonical_manifest_schema_version": "canonical-manifest-2.0",
|
|
4
|
+
"canonical_sha256": "73d3448d09b6e72ce7600c136b86b8064d8f71010f4cc8e9a2383d4c6e714958",
|
|
5
|
+
"doi_matches": true,
|
|
6
|
+
"legacy_md5_matches": true,
|
|
7
|
+
"snapshot_is_derived_metadata": true,
|
|
8
|
+
"snapshot_schema_version": "theory-snapshot-1.0",
|
|
9
|
+
"valid": true
|
|
10
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
{
|
|
2
|
+
"artifact_key": "trc",
|
|
3
|
+
"canonical_manifest_schema_version": "canonical-manifest-2.0",
|
|
4
|
+
"canonical_sha256": "cd236045dd7d6608bbf031878d6c4083c8209ebdba60916ec6d550858f6bf79e",
|
|
5
|
+
"doi_matches": true,
|
|
6
|
+
"legacy_md5_matches": true,
|
|
7
|
+
"snapshot_is_derived_metadata": true,
|
|
8
|
+
"snapshot_schema_version": "theory-snapshot-1.0",
|
|
9
|
+
"valid": true
|
|
10
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
{
|
|
2
|
+
"inbox_id": "demo-agent-inbox",
|
|
3
|
+
"messages": [
|
|
4
|
+
{
|
|
5
|
+
"content": "Candidate packet: preserve residuals and route peer-agent verifier messages.",
|
|
6
|
+
"content_sha256": "59a375bc418bf4c016c387d3e387e70e9451b7bc5b15592c911ffb0c0fd5be88",
|
|
7
|
+
"declared_packet_kind": "capability-packet-candidate",
|
|
8
|
+
"declared_receiver_family": [
|
|
9
|
+
"agent",
|
|
10
|
+
"verifier"
|
|
11
|
+
],
|
|
12
|
+
"declared_validity_domain": "protocol-relative-finite",
|
|
13
|
+
"message_id": "agent-message:demo-relay",
|
|
14
|
+
"nonce": "nonce:demo-relay:001",
|
|
15
|
+
"protocol_version": "pic-agent-message-v1",
|
|
16
|
+
"receiver_agent_id": "agent:demo-receiver",
|
|
17
|
+
"sender_agent_id": "agent:demo-sender",
|
|
18
|
+
"tags": [
|
|
19
|
+
"agent-message",
|
|
20
|
+
"demo"
|
|
21
|
+
]
|
|
22
|
+
}
|
|
23
|
+
],
|
|
24
|
+
"peers": [],
|
|
25
|
+
"seen_nonces": []
|
|
26
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
{
|
|
2
|
+
"content": "Candidate packet: preserve residuals and route peer-agent verifier messages.",
|
|
3
|
+
"content_sha256": "59a375bc418bf4c016c387d3e387e70e9451b7bc5b15592c911ffb0c0fd5be88",
|
|
4
|
+
"declared_packet_kind": "capability-packet-candidate",
|
|
5
|
+
"declared_receiver_family": [
|
|
6
|
+
"agent",
|
|
7
|
+
"verifier"
|
|
8
|
+
],
|
|
9
|
+
"declared_validity_domain": "protocol-relative-finite",
|
|
10
|
+
"message_id": "agent-message:demo-relay",
|
|
11
|
+
"nonce": "nonce:demo-relay:001",
|
|
12
|
+
"protocol_version": "pic-agent-message-v1",
|
|
13
|
+
"receiver_agent_id": "agent:demo-receiver",
|
|
14
|
+
"sender_agent_id": "agent:demo-sender",
|
|
15
|
+
"tags": [
|
|
16
|
+
"agent-message",
|
|
17
|
+
"demo"
|
|
18
|
+
]
|
|
19
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Candidate capability packet: preserve residual ledgers, route missing verifier evidence, and schedule finite ECPT ASI-proxy packet work without claiming real ASI or self-rewrite.
|
|
@@ -0,0 +1,208 @@
|
|
|
1
|
+
{
|
|
2
|
+
"accepted": false,
|
|
3
|
+
"evidence_refs": [
|
|
4
|
+
"packet:evidence:example"
|
|
5
|
+
],
|
|
6
|
+
"liquidity_certificate": {
|
|
7
|
+
"certificate_id": "alt-liquidity:example",
|
|
8
|
+
"cost_ledger": {
|
|
9
|
+
"absorption_cost": 0.1,
|
|
10
|
+
"certification_cost": 0.2,
|
|
11
|
+
"contamination_cost": 0.0,
|
|
12
|
+
"deployment_cost": 0.2,
|
|
13
|
+
"depreciation_cost": 0.1,
|
|
14
|
+
"evidence_refs": [
|
|
15
|
+
"ledger:cost:example"
|
|
16
|
+
],
|
|
17
|
+
"formation_cost": 0.4,
|
|
18
|
+
"hazard_cost": 0.1,
|
|
19
|
+
"hidden_resource_cost": 0.1,
|
|
20
|
+
"ledger_id": "formation-cost:example",
|
|
21
|
+
"maintenance_cost": 0.1,
|
|
22
|
+
"misapplication_cost": 0.1,
|
|
23
|
+
"settlement_cost": 0.1,
|
|
24
|
+
"telemetry_cost": 0.1,
|
|
25
|
+
"unit": "dimensionless",
|
|
26
|
+
"validation_cost": 0.2
|
|
27
|
+
},
|
|
28
|
+
"downstream_search_cost_reduction_lower_bound": 4.0,
|
|
29
|
+
"evaluator_quorum_refs": [
|
|
30
|
+
"quorum:example"
|
|
31
|
+
],
|
|
32
|
+
"hazard_envelope_certificate": {
|
|
33
|
+
"authority_envelope_refs": [
|
|
34
|
+
"authority:example"
|
|
35
|
+
],
|
|
36
|
+
"capability_envelope_refs": [
|
|
37
|
+
"capability-envelope:example"
|
|
38
|
+
],
|
|
39
|
+
"certificate_id": "hazard-envelope:example",
|
|
40
|
+
"evidence_refs": [
|
|
41
|
+
"hazard:evidence:example"
|
|
42
|
+
],
|
|
43
|
+
"hazard_refs": [
|
|
44
|
+
"hazard:bounded-example"
|
|
45
|
+
],
|
|
46
|
+
"irreversible_risk_upper_bound": 0.1,
|
|
47
|
+
"noncompensable_hazard_detected": false,
|
|
48
|
+
"risk_budget_upper_bound": 0.5,
|
|
49
|
+
"rollback_refs": [
|
|
50
|
+
"rollback:example"
|
|
51
|
+
],
|
|
52
|
+
"token_id": "alt-token:trace:alt-example"
|
|
53
|
+
},
|
|
54
|
+
"lifecycle_bounds": {
|
|
55
|
+
"accepted": true,
|
|
56
|
+
"bounds_id": "lifecycle:example",
|
|
57
|
+
"depreciation_upper_bound": 0.1,
|
|
58
|
+
"expiry_horizon": "2026-12-31T00:00:00Z",
|
|
59
|
+
"finality_record_ref": "finality:example",
|
|
60
|
+
"half_life_lower_bound": 30.0,
|
|
61
|
+
"maintenance_upper_bound": 0.1
|
|
62
|
+
},
|
|
63
|
+
"mission_validity_certificate": {
|
|
64
|
+
"accepted": true,
|
|
65
|
+
"certificate_id": "mission:example",
|
|
66
|
+
"evidence_refs": [
|
|
67
|
+
"mission:evidence:example"
|
|
68
|
+
],
|
|
69
|
+
"mission_id": "mission:agent-intake",
|
|
70
|
+
"receiver_family": [
|
|
71
|
+
"agent",
|
|
72
|
+
"verifier"
|
|
73
|
+
],
|
|
74
|
+
"target_basis": [
|
|
75
|
+
"external-candidate-routing"
|
|
76
|
+
],
|
|
77
|
+
"token_id": "alt-token:trace:alt-example"
|
|
78
|
+
},
|
|
79
|
+
"opportunity_contract": {
|
|
80
|
+
"accepted": true,
|
|
81
|
+
"baseline_ref": "baseline:resource-matched-example",
|
|
82
|
+
"contract_id": "opportunity:example",
|
|
83
|
+
"evidence_refs": [
|
|
84
|
+
"opportunity:evidence:example"
|
|
85
|
+
],
|
|
86
|
+
"horizon": "finite-2026",
|
|
87
|
+
"mission_id": "mission:agent-intake",
|
|
88
|
+
"receiver_family": [
|
|
89
|
+
"agent",
|
|
90
|
+
"verifier"
|
|
91
|
+
],
|
|
92
|
+
"task_portfolio_refs": [
|
|
93
|
+
"portfolio:external-intake-routing"
|
|
94
|
+
]
|
|
95
|
+
},
|
|
96
|
+
"robustness_refs": [
|
|
97
|
+
"robustness:example"
|
|
98
|
+
],
|
|
99
|
+
"value_evidence_level": "calibrated-proxy",
|
|
100
|
+
"proxy_bridge_refs": [
|
|
101
|
+
"proxy-bridge:example"
|
|
102
|
+
],
|
|
103
|
+
"common_estimand_refs": [
|
|
104
|
+
"estimand:mission-valid-search-cost"
|
|
105
|
+
],
|
|
106
|
+
"root_finality_certificate": {
|
|
107
|
+
"byzantine_budget_upper_bound": 0.1,
|
|
108
|
+
"certificate_id": "root-finality:example",
|
|
109
|
+
"correlated_capture_budget_upper_bound": 0.1,
|
|
110
|
+
"evaluator_quorum_refs": [
|
|
111
|
+
"quorum:example"
|
|
112
|
+
],
|
|
113
|
+
"evidence_refs": [
|
|
114
|
+
"root-finality:evidence:example"
|
|
115
|
+
],
|
|
116
|
+
"finality_record_ref": "finality:example",
|
|
117
|
+
"partition_alarm": false,
|
|
118
|
+
"root_role_refs": [
|
|
119
|
+
"root:evaluator",
|
|
120
|
+
"root:settlement"
|
|
121
|
+
],
|
|
122
|
+
"token_id": "alt-token:trace:alt-example"
|
|
123
|
+
},
|
|
124
|
+
"root_of_trust_refs": [
|
|
125
|
+
"root:example"
|
|
126
|
+
],
|
|
127
|
+
"telemetry_cost_certificate": {
|
|
128
|
+
"certificate_id": "telemetry-cost:example",
|
|
129
|
+
"evidence_refs": [
|
|
130
|
+
"telemetry:evidence:example"
|
|
131
|
+
],
|
|
132
|
+
"measured_cost_upper_bound": 0.2,
|
|
133
|
+
"observer_cost_upper_bound": 0.1,
|
|
134
|
+
"observer_refs": [
|
|
135
|
+
"observer:telemetry:example"
|
|
136
|
+
],
|
|
137
|
+
"tamper_positive": false,
|
|
138
|
+
"token_id": "alt-token:trace:alt-example"
|
|
139
|
+
},
|
|
140
|
+
"telemetry_refs": [
|
|
141
|
+
"telemetry:example"
|
|
142
|
+
],
|
|
143
|
+
"token_id": "alt-token:trace:alt-example",
|
|
144
|
+
"transport_certificate": {
|
|
145
|
+
"accepted": true,
|
|
146
|
+
"certificate_id": "transport:example",
|
|
147
|
+
"density_ratio_upper_bound": 1.5,
|
|
148
|
+
"evidence_refs": [
|
|
149
|
+
"transport:evidence:example"
|
|
150
|
+
],
|
|
151
|
+
"max_density_ratio": 4.0,
|
|
152
|
+
"source_receiver_family": [
|
|
153
|
+
"agent"
|
|
154
|
+
],
|
|
155
|
+
"support_coverage_lower_bound": 0.8,
|
|
156
|
+
"target_receiver_family": [
|
|
157
|
+
"agent",
|
|
158
|
+
"verifier"
|
|
159
|
+
],
|
|
160
|
+
"token_id": "alt-token:trace:alt-example"
|
|
161
|
+
}
|
|
162
|
+
},
|
|
163
|
+
"packet_id": "alt-packet:example",
|
|
164
|
+
"token": {
|
|
165
|
+
"authority_refs": [
|
|
166
|
+
"authority:example"
|
|
167
|
+
],
|
|
168
|
+
"candidate_only": true,
|
|
169
|
+
"capability_envelope_refs": [
|
|
170
|
+
"capability-envelope:example"
|
|
171
|
+
],
|
|
172
|
+
"claim": "Reusable abstraction from bounded external intake into verifier work",
|
|
173
|
+
"evidence_refs": [
|
|
174
|
+
"trace:evidence:example"
|
|
175
|
+
],
|
|
176
|
+
"interface_refs": [
|
|
177
|
+
"schema:GeneralIntakeReport",
|
|
178
|
+
"schema:GeneralIntakeRuntimeBridgeReport"
|
|
179
|
+
],
|
|
180
|
+
"receiver_family": [
|
|
181
|
+
"agent",
|
|
182
|
+
"verifier"
|
|
183
|
+
],
|
|
184
|
+
"token_id": "alt-token:trace:alt-example",
|
|
185
|
+
"validity_domain": "protocol-relative-finite",
|
|
186
|
+
"verifier_routes": [
|
|
187
|
+
"alt.adapters.transport.verify_density_ratio_support"
|
|
188
|
+
]
|
|
189
|
+
},
|
|
190
|
+
"trace_sufficiency": {
|
|
191
|
+
"accepted": true,
|
|
192
|
+
"certificate_id": "trace-sufficiency:example",
|
|
193
|
+
"evidence_refs": [
|
|
194
|
+
"trace:evidence:example"
|
|
195
|
+
],
|
|
196
|
+
"finite_checks_passed": true,
|
|
197
|
+
"operationally_usable": true,
|
|
198
|
+
"projection_id": "projection:example",
|
|
199
|
+
"required_fields": [
|
|
200
|
+
"observation_refs",
|
|
201
|
+
"action_refs",
|
|
202
|
+
"result_refs"
|
|
203
|
+
],
|
|
204
|
+
"settled": false,
|
|
205
|
+
"sufficiency_lower_bound": 0.8,
|
|
206
|
+
"trace_id": "trace:alt-example"
|
|
207
|
+
}
|
|
208
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
{
|
|
2
|
+
"allow_live_connectors": false,
|
|
3
|
+
"alt_admission_decisions": [
|
|
4
|
+
{
|
|
5
|
+
"accepted": true,
|
|
6
|
+
"candidate_only_reasons": [
|
|
7
|
+
"ALT admission is candidate-only until missing obligations are discharged"
|
|
8
|
+
],
|
|
9
|
+
"decision_id": "alt-admission:node-only-asi-proxy-loop",
|
|
10
|
+
"missing_obligations": [
|
|
11
|
+
"alt:baseline-certificate",
|
|
12
|
+
"alt:hazard-certificate"
|
|
13
|
+
],
|
|
14
|
+
"settled": false,
|
|
15
|
+
"workflow_usable": true
|
|
16
|
+
}
|
|
17
|
+
],
|
|
18
|
+
"compact": true,
|
|
19
|
+
"general_intake_bridge_reports": [
|
|
20
|
+
{
|
|
21
|
+
"accepted": true,
|
|
22
|
+
"candidate_only": true,
|
|
23
|
+
"missing_obligations": [
|
|
24
|
+
"external-intake:finite-verifier-route"
|
|
25
|
+
],
|
|
26
|
+
"report_id": "general-intake:node-only-asi-proxy-loop",
|
|
27
|
+
"residual_summary": {
|
|
28
|
+
"external_candidate": 1
|
|
29
|
+
},
|
|
30
|
+
"settled": false,
|
|
31
|
+
"workflow_usable": true
|
|
32
|
+
}
|
|
33
|
+
],
|
|
34
|
+
"profile": "development",
|
|
35
|
+
"request_id": "asi-proxy-node-only-loop",
|
|
36
|
+
"runtime_report": {
|
|
37
|
+
"accepted": true,
|
|
38
|
+
"finite_checks_passed": true,
|
|
39
|
+
"operationally_usable": true,
|
|
40
|
+
"report_id": "runtime-step:node-only-asi-proxy-loop",
|
|
41
|
+
"residual_ledger": {
|
|
42
|
+
"coordinates": {}
|
|
43
|
+
},
|
|
44
|
+
"settled": false,
|
|
45
|
+
"workflow_usable": true
|
|
46
|
+
}
|
|
47
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
{
|
|
2
|
+
"allow_live_connectors": true,
|
|
3
|
+
"allowed_source_kinds": [
|
|
4
|
+
"web-page",
|
|
5
|
+
"rss",
|
|
6
|
+
"atom",
|
|
7
|
+
"json-feed",
|
|
8
|
+
"ndjson",
|
|
9
|
+
"agent-message",
|
|
10
|
+
"agent-inbox",
|
|
11
|
+
"web-crawl"
|
|
12
|
+
],
|
|
13
|
+
"max_agent_messages_per_inbox": 256,
|
|
14
|
+
"max_feed_entries": 256,
|
|
15
|
+
"policy_id": "general-intake-policy:controlled-web",
|
|
16
|
+
"profile": "controlled_web",
|
|
17
|
+
"reject_replay_nonce": true,
|
|
18
|
+
"require_message_identity_context": false,
|
|
19
|
+
"require_signed_agent_messages": false,
|
|
20
|
+
"residual_behavior": "external intake failures become diagnostic residual ledger entries",
|
|
21
|
+
"seen_message_nonces": [],
|
|
22
|
+
"web_policy": {
|
|
23
|
+
"allow_http": false,
|
|
24
|
+
"allow_live_connectors": true,
|
|
25
|
+
"allowed_content_types": [
|
|
26
|
+
"application/atom+xml",
|
|
27
|
+
"application/feed+json",
|
|
28
|
+
"application/json",
|
|
29
|
+
"application/rss+xml",
|
|
30
|
+
"application/x-ndjson",
|
|
31
|
+
"application/xml",
|
|
32
|
+
"text/html",
|
|
33
|
+
"text/plain",
|
|
34
|
+
"text/xml"
|
|
35
|
+
],
|
|
36
|
+
"allowed_hosts": [],
|
|
37
|
+
"allowed_path_prefixes": [],
|
|
38
|
+
"allowed_schemes": [
|
|
39
|
+
"https"
|
|
40
|
+
],
|
|
41
|
+
"blocked_hosts": [],
|
|
42
|
+
"diagnose_rate_limits": true,
|
|
43
|
+
"max_bytes_per_resource": 1000000,
|
|
44
|
+
"max_depth": 1,
|
|
45
|
+
"max_pages": 8,
|
|
46
|
+
"max_redirects": 3,
|
|
47
|
+
"max_total_bytes_per_run": 4000000,
|
|
48
|
+
"max_total_packets_per_run": 128,
|
|
49
|
+
"prefer_https": true,
|
|
50
|
+
"reject_private_networks": true,
|
|
51
|
+
"require_https_for_live": true,
|
|
52
|
+
"require_robots_decision": false,
|
|
53
|
+
"respect_robots": true,
|
|
54
|
+
"robots_uncertainty_is_diagnostic": false,
|
|
55
|
+
"timeout_seconds": 20.0,
|
|
56
|
+
"user_agent": "percolation-inversion-compiler-agent-intake/0.4.4"
|
|
57
|
+
}
|
|
58
|
+
}
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
{
|
|
2
|
+
"bundle_id": "percolation-inversion-compiler-installed-demo",
|
|
3
|
+
"candidate_only": true,
|
|
4
|
+
"description": "Practical install-time demo assets for PyPI users. These files support residual-preserving agent checking, phase acceleration planning, runtime steps, schema validation, local agent relay, ALT admission, and optional sidecar diagnostics without cloning the repository.",
|
|
5
|
+
"files": [
|
|
6
|
+
{
|
|
7
|
+
"media_type": "application/json",
|
|
8
|
+
"path": "runtime_state.json",
|
|
9
|
+
"purpose": "Minimal RuntimeState for pic runtime step."
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"media_type": "application/json",
|
|
13
|
+
"path": "runtime_step_input.json",
|
|
14
|
+
"purpose": "Minimal RuntimeStepInput for runtime step and pic phase plan."
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"media_type": "application/json",
|
|
18
|
+
"path": "runtime_step_report.json",
|
|
19
|
+
"purpose": "Generated RuntimeStepReport for packet export, dashboard, and phase observation sidecar smoke."
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"media_type": "application/json",
|
|
23
|
+
"path": "phase_dashboard.json",
|
|
24
|
+
"purpose": "Generated PhaseDashboardReport for installed-package phase observe smoke."
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"media_type": "application/json",
|
|
28
|
+
"path": "packet_envelope.json",
|
|
29
|
+
"purpose": "Generated PacketExchangeEnvelope for installed-package packet inspect, merge, and lineage smoke."
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"media_type": "text/plain",
|
|
33
|
+
"path": "agent_output.txt",
|
|
34
|
+
"purpose": "Inline agent-output text for pic agent intake."
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"media_type": "application/json",
|
|
38
|
+
"path": "general_intake_policy.json",
|
|
39
|
+
"purpose": "Controlled-web GeneralIntakePolicy with bounded live source intake enabled."
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"media_type": "application/json",
|
|
43
|
+
"path": "agent_message.json",
|
|
44
|
+
"purpose": "Local AgentMessageEnvelope fixture for pic agent message send/receive/verify workflows."
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"media_type": "application/json",
|
|
48
|
+
"path": "agent_inbox.json",
|
|
49
|
+
"purpose": "Local AgentInboxRecord fixture for installed-package relay verification."
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"media_type": "application/json",
|
|
53
|
+
"path": "alt_admission_packet.json",
|
|
54
|
+
"purpose": "ALT admission packet fixture for abstraction-liquidity CLI smoke."
|
|
55
|
+
}
|
|
56
|
+
],
|
|
57
|
+
"license": "Apache-2.0 for repository demo JSON and text files",
|
|
58
|
+
"provenance": "Derived from repository examples for v0.4.4 practical installed-package workflows; no canonical TeX or PDF is vendored.",
|
|
59
|
+
"recommended_phase_commands": [
|
|
60
|
+
"pic phase plan --compact --text \"Candidate packet: preserve residuals.\" --profile development",
|
|
61
|
+
"pic agent accelerate --compact --text \"Candidate packet: preserve residuals.\" --profile development",
|
|
62
|
+
"pic phase benchmark-suite --profile development --format json",
|
|
63
|
+
"pic phase dashboard --runtime-report pic-demo/runtime_step_report.json --profile development",
|
|
64
|
+
"pic packet inspect --packet pic-demo/packet_envelope.json",
|
|
65
|
+
"pic packet merge --packets pic-demo/packet*.json --output pic-demo/merged-packets.json",
|
|
66
|
+
"pic packet lineage --packet pic-demo/merged-packets.json",
|
|
67
|
+
"pic phase observe --reports pic-demo/phase_dashboard.json --output pic-demo/observation.json",
|
|
68
|
+
"pic audit canonical-readiness --profile development --format json",
|
|
69
|
+
"pic schema --type PhaseAccelerationPlan"
|
|
70
|
+
],
|
|
71
|
+
"safety_invariants": [
|
|
72
|
+
"demo output does not prove real ASI, physical outcomes, oracle truth, legal identity, or global Sybil uniqueness",
|
|
73
|
+
"external content and ALT tokens remain candidate-only until finite verifier and residual-policy checks pass",
|
|
74
|
+
"live connectors are bounded and candidate-only by default when an explicit source is supplied",
|
|
75
|
+
"settled=false is expected when residual obligations remain"
|
|
76
|
+
],
|
|
77
|
+
"version": "0.4.4"
|
|
78
|
+
}
|