{
  "schema" : "agentix.satellite.manifest.v1",
  "domain" : "sub8171.wrapster.xyz",
  "primordialDomain" : "sub8171.wrapster.xyz",
  "profile" : "minimal-orbit + satellite-sandwich-vps-static-receiver-v0",
  "baseProfile" : "minimal-orbit",
  "profiles" : [ "minimal-orbit", "marketing-funnel", "web-research", "mcp", "llm-agent-piloted" ],
  "gav" : "com.ajaxa.weave.talent.sat:q-hi-hi-satellite-top-bread:0.0.1-SNAPSHOT",
  "buildHash" : "7B78B7B95B1A0B2971C33F0BACC7A4DF47A1BD406D01D93AC16A8C4B058CB516",
  "provisionedAt" : "2026-07-03T14:52:18.103652Z",
  "schemaVersions" : {
    "manifest" : "agentix.satellite.manifest.v1",
    "orbitEventBus" : "agentix.satellite.orbit.eventbus.v1",
    "topologyManifest" : "agentix.satellite.topology.manifest.v1",
    "telemetry" : "agentix.satellite.orbit.telemetryBuffer.v1",
    "identity" : "agentix.satellite.orbit.identity.v1",
    "certificateArtifacts" : "agentix.satellite.certificateArtifactRegistry.v1",
    "assemblyManifestFragment" : "agentix.satellite.topBread.assemblyManifestFragment.v1",
    "assemblyProof" : "agentix.satellite.topBread.assemblyProof.v1"
  },
  "capabilityIds" : [ "public.root-html", "public.health-json", "public.manifest-json", "orbit.mtls", "orbit.eventbus.request-reply", "orbit.cdi-probe", "recipe.filling.probe", "topology.admission", "certificate.artifact.lifecycle", "telemetry.buffer" ],
  "orbitFeatures" : [ "https", "mtls", "websocket", "vertx-eventbus-request-reply", "cdi-probe", "topology-admission" ],
  "topologyAdmissionSupport" : {
    "supportsDryRun" : true,
    "supportsAtomicActivation" : true,
    "supportsRollback" : true,
    "statusRoute" : "/topology/status",
    "eventBusAddress" : "agentix.satellite.topology.admit"
  },
  "routeRegistry" : {
    "schema" : "agentix.satellite.routeRegistry.v1",
    "routes" : [ {
      "path" : "/",
      "method" : "GET",
      "handler" : "root-html"
    }, {
      "path" : "/health",
      "method" : "GET",
      "handler" : "health-json"
    }, {
      "path" : "/manifest",
      "method" : "GET",
      "handler" : "manifest-json"
    }, {
      "path" : "/topology/status",
      "method" : "GET",
      "handler" : "topology-status"
    }, {
      "path" : "/orbit/mtls",
      "method" : "GET",
      "handler" : "mtls-json"
    }, {
      "path" : "/orbit/eventbus",
      "method" : "WEBSOCKET",
      "handler" : "orbit-eventbus"
    }, {
      "path" : "agentix.satellite.recipe.filling.probe",
      "method" : "EVENTBUS",
      "handler" : "recipe-filling-probe"
    }, {
      "path" : "/orbit/telemetry",
      "method" : "GET",
      "handler" : "telemetry-json"
    }, {
      "path" : "/debug/tls",
      "method" : "GET",
      "handler" : "tls-debug-json"
    }, {
      "path" : "/vps2sat-static/{path}",
      "method" : "GET",
      "handler" : "vps-static-content"
    }, {
      "path" : "/vps2sat/static-package/status",
      "method" : "GET",
      "handler" : "vps-static-package-status"
    }, {
      "path" : "agentix.satellite.vps2sat.staticPackage.status",
      "method" : "EVENTBUS",
      "handler" : "vps-static-package-status"
    }, {
      "path" : "agentix.satellite.vps2sat.staticCar.activate",
      "method" : "EVENTBUS",
      "handler" : "vps-static-car-activation"
    } ]
  },
  "assemblyArtifacts" : {
    "schema" : "agentix.satellite.topBread.assemblyArtifacts.v1",
    "packagedInRunner" : true,
    "manifestFragment" : {
      "schema" : "agentix.satellite.topBread.assemblyManifestFragment.v1",
      "classpathPath" : "META-INF/satellite-sandwich/manifest-fragment.json"
    },
    "assemblyProof" : {
      "schema" : "agentix.satellite.topBread.assemblyProof.v1",
      "classpathPath" : "META-INF/satellite-sandwich/assembly-proof.json"
    }
  },
  "certificateRegistry" : {
    "schema" : "agentix.satellite.certificateRegistry.v1",
    "baseStationOnlyAcme" : true,
    "satelliteObtainsCertificatesDirectly" : false,
    "publicServerIdentity" : {
      "domain" : "sub8171.wrapster.xyz",
      "provisionedAt" : "2026-07-03T14:52:18.103652Z",
      "certificateFingerprint" : "7B78B7B95B1A0B2971C33F0BACC7A4DF47A1BD406D01D93AC16A8C4B058CB516"
    },
    "orbitControlIdentity" : {
      "schema" : "agentix.satellite.orbit.identity.v1",
      "roles" : [ "basestation", "satellite", "operator", "repair", "telemetry" ],
      "subjectPattern" : "CN={role}.{satelliteDomain},OU=MANU Orbit,O=Agentix",
      "rotation" : {
        "currentCaAlias" : "manu-orbit-ca-current",
        "nextCaAlias" : "manu-orbit-ca-next",
        "stagedTrustWindowSeconds" : 604800
      },
      "auditEvents" : [ "orbit.mtls.accepted", "orbit.mtls.rejected", "orbit.mtls.channel.closed" ]
    },
    "postOrbitProvisioning" : {
      "schema" : "agentix.satellite.certificateArtifactRegistry.v1",
      "storage" : "file-backed-json",
      "path" : "/tmp/agentix-locosy-satellite/certificate-artifacts.json",
      "baseStationOnlyAcme" : true,
      "satelliteObtainsCertificatesDirectly" : false,
      "supportsReceive" : true,
      "supportsInstallDryRun" : true,
      "supportsActivation" : true,
      "activationValidationRequired" : true,
      "activationValidationChecks" : [ "certificate-chain-parses", "private-key-parses", "private-key-matches-leaf-certificate", "san-covers-requested-hostname", "certificate-validity-window", "server-auth-key-usage" ],
      "supportsVerify" : true,
      "supportsRollback" : true,
      "supportsRetire" : true,
      "supportsPurgeExpired" : true,
      "supportsListActive" : true,
      "supportsRuntimeTlsInventory" : true,
      "supportsRuntimeInstallValidation" : true,
      "supportsExpiredActiveSelectionGuard" : true,
      "lifecycleActions" : [ "receive", "dry-run", "activate", "verify", "supersede", "rollback", "retire", "purge-expired", "list-active", "runtime-tls-inventory" ],
      "sniSelectionInvariant" : "Satellite TLS certificate selection is by SNI hostname; the Satellite certificate registry is the source of truth.",
      "sniMaterialKeystorePath" : "/opt/satellite/runtime/tls/sni-keystore.p12",
      "satelliteIdentityDomain" : "sub8171.wrapster.xyz",
      "tlsRoutingHostnameVocabulary" : "Host requested by TLS SNI; not necessarily the Satellite identity/orbit domain.",
      "customerHostedHostnameVocabulary" : "Customer/site hostname admitted by BaseStation policy and served by this Satellite.",
      "unknownSniPolicy" : {
        "unknownSniPresentsRandomCustomerCert" : false,
        "fallbackCertificate" : "primordial-orbit",
        "fallbackHostname" : "sub8171.wrapster.xyz",
        "message" : "Unknown SNI may use only the primordial/orbit fallback, never an unrelated customer cert."
      },
      "renewalPolicy" : {
        "renewBeforeDangerDays" : 30,
        "expiredActiveArtifactsSelectable" : false,
        "selectionGuard" : "active SNI selection excludes artifacts whose activeUntil or certificate notAfter is in the past",
        "nextStep" : "BaseStation renewal scheduler should replace NEAR_EXPIRY artifacts before danger and retire superseded material."
      },
      "noSniPolicy" : {
        "accepted" : false,
        "behavior" : "reject-or-fallback-only",
        "message" : "No-SNI clients are not a supported customer path; use SNI going forward."
      },
      "sniProofEvidenceSchema" : {
        "requestedSni" : "hostname from TLS client hello",
        "connectedIp" : "IP address used by the proof client",
        "presentedSans" : "DNS SANs from presented certificate",
        "selectedArtifactId" : "registry artifact selected for this SNI, or null on fallback",
        "matchType" : "exact, wildcard, fallback, no-sni, invalid-host",
        "passFailReason" : "human-readable proof outcome"
      },
      "sniMatchingSemantics" : {
        "exactBeatsWildcard" : true,
        "longestWildcardSuffixBeatsShorter" : true,
        "generatedProofHostsDoNotOverrideCustomerHosts" : true,
        "fallbackOnlyWhenNoRegistryMatchExists" : true
      },
      "runtimeTlsRoutingMode" : "quarkus-p12-sni-multi-alias",
      "runtimeTlsInventoryValidation" : "After activation, the live runtime PKCS12 and registry-backed SNI material store must expose a loadable key alias whose certificate SAN covers the expected SNI hostname.",
      "activeSniRoutes" : [ ],
      "artifactCount" : 0,
      "activeCount" : 0,
      "receiveAddress" : "agentix.satellite.certificates.receive",
      "dryRunAddress" : "agentix.satellite.certificates.dryRun",
      "activateAddress" : "agentix.satellite.certificates.activate",
      "rollbackAddress" : "agentix.satellite.certificates.rollback",
      "statusAddress" : "agentix.satellite.certificates.status"
    }
  },
  "certificateArtifactRegistry" : {
    "schema" : "agentix.satellite.certificateArtifactRegistry.v1",
    "storage" : "file-backed-json",
    "path" : "/tmp/agentix-locosy-satellite/certificate-artifacts.json",
    "baseStationOnlyAcme" : true,
    "satelliteObtainsCertificatesDirectly" : false,
    "supportsReceive" : true,
    "supportsInstallDryRun" : true,
    "supportsActivation" : true,
    "activationValidationRequired" : true,
    "activationValidationChecks" : [ "certificate-chain-parses", "private-key-parses", "private-key-matches-leaf-certificate", "san-covers-requested-hostname", "certificate-validity-window", "server-auth-key-usage" ],
    "supportsVerify" : true,
    "supportsRollback" : true,
    "supportsRetire" : true,
    "supportsPurgeExpired" : true,
    "supportsListActive" : true,
    "supportsRuntimeTlsInventory" : true,
    "supportsRuntimeInstallValidation" : true,
    "supportsExpiredActiveSelectionGuard" : true,
    "lifecycleActions" : [ "receive", "dry-run", "activate", "verify", "supersede", "rollback", "retire", "purge-expired", "list-active", "runtime-tls-inventory" ],
    "sniSelectionInvariant" : "Satellite TLS certificate selection is by SNI hostname; the Satellite certificate registry is the source of truth.",
    "sniMaterialKeystorePath" : "/opt/satellite/runtime/tls/sni-keystore.p12",
    "satelliteIdentityDomain" : "sub8171.wrapster.xyz",
    "tlsRoutingHostnameVocabulary" : "Host requested by TLS SNI; not necessarily the Satellite identity/orbit domain.",
    "customerHostedHostnameVocabulary" : "Customer/site hostname admitted by BaseStation policy and served by this Satellite.",
    "unknownSniPolicy" : {
      "unknownSniPresentsRandomCustomerCert" : false,
      "fallbackCertificate" : "primordial-orbit",
      "fallbackHostname" : "sub8171.wrapster.xyz",
      "message" : "Unknown SNI may use only the primordial/orbit fallback, never an unrelated customer cert."
    },
    "renewalPolicy" : {
      "renewBeforeDangerDays" : 30,
      "expiredActiveArtifactsSelectable" : false,
      "selectionGuard" : "active SNI selection excludes artifacts whose activeUntil or certificate notAfter is in the past",
      "nextStep" : "BaseStation renewal scheduler should replace NEAR_EXPIRY artifacts before danger and retire superseded material."
    },
    "noSniPolicy" : {
      "accepted" : false,
      "behavior" : "reject-or-fallback-only",
      "message" : "No-SNI clients are not a supported customer path; use SNI going forward."
    },
    "sniProofEvidenceSchema" : {
      "requestedSni" : "hostname from TLS client hello",
      "connectedIp" : "IP address used by the proof client",
      "presentedSans" : "DNS SANs from presented certificate",
      "selectedArtifactId" : "registry artifact selected for this SNI, or null on fallback",
      "matchType" : "exact, wildcard, fallback, no-sni, invalid-host",
      "passFailReason" : "human-readable proof outcome"
    },
    "sniMatchingSemantics" : {
      "exactBeatsWildcard" : true,
      "longestWildcardSuffixBeatsShorter" : true,
      "generatedProofHostsDoNotOverrideCustomerHosts" : true,
      "fallbackOnlyWhenNoRegistryMatchExists" : true
    },
    "runtimeTlsRoutingMode" : "quarkus-p12-sni-multi-alias",
    "runtimeTlsInventoryValidation" : "After activation, the live runtime PKCS12 and registry-backed SNI material store must expose a loadable key alias whose certificate SAN covers the expected SNI hostname.",
    "activeSniRoutes" : [ ],
    "artifactCount" : 0,
    "activeCount" : 0
  },
  "satelliteSandwichRecipe" : {
    "schema" : "agentix.satellite.filling.recipeMarker.v1",
    "recipeId" : "satellite-sandwich-vps-static-receiver-v0",
    "recipeVersion" : "0.0.1",
    "moduleGav" : "com.ajaxa.weave.talent.sat:q-in-in-satellite-mid-filling:0.0.1-SNAPSHOT",
    "classification" : "recipe-rollup",
    "defaultFloorStatus" : "recipe-bearing-floor",
    "capabilities" : [ {
      "capabilityId" : "recipe-filling-probe",
      "kind" : "eventbus-proof",
      "classification" : "recipe-bound-proof-marker",
      "proofGate" : "Orbit EventBus request/reply reaches mid filling"
    } ],
    "routes" : [ ],
    "eventBusAddresses" : [ {
      "address" : "agentix.satellite.recipe.filling.probe",
      "direction" : "request-reply",
      "handler" : "SatelliteFillingRecipeMarker.probe",
      "proofRole" : "recipe-filling-live-conversation"
    } ],
    "proofGates" : [ {
      "gateId" : "recipe-filling-live-conversation",
      "category" : "recipe",
      "description" : "Probe agentix.satellite.recipe.filling.probe over Orbit EventBus mTLS and verify the mid filling replies.",
      "required" : true
    } ],
    "topologyBindings" : [ ],
    "telemetryContributors" : [ ],
    "sideEffectDeclarations" : [ ],
    "midFillingPresent" : true,
    "recipeEvidenceSource" : "classpath-vps-static-receiver",
    "detectedRecipeSignals" : {
      "allSatalentsStressDescriptorPresent" : false,
      "oaktreeStressDescriptorPresent" : false,
      "vpsStaticReceiverDescriptorPresent" : true
    },
    "orbitExports" : [ "agentix.satellite.vps2sat.staticPackage.status", "agentix.satellite.vps2sat.staticCar.activation.status", "agentix.satellite.vps2sat.staticCar.activate" ],
    "selectedIngredients" : [ {
      "ingredientId" : "recipe-filling-probe",
      "kind" : "eventbus-proof",
      "address" : "agentix.satellite.recipe.filling.probe",
      "classification" : "recipe-bound-proof-marker",
      "proofGate" : "Orbit EventBus request/reply reaches mid filling"
    }, {
      "ingredientId" : "vps-static-receiver",
      "kind" : "static-web-serving",
      "address" : "agentix.satellite.vps2sat.staticPackage.status",
      "activationAddress" : "agentix.satellite.vps2sat.staticCar.activate",
      "routePrefix" : "/vps2sat-static",
      "classification" : "recipe-bound-vps-static-receiver",
      "proofGate" : "VPS2SAT static package status, CAR activation, and safe static file serving"
    } ],
    "repositoryMounts" : [ ],
    "carPayloads" : [ ],
    "nextProof" : "probe agentix.satellite.recipe.filling.probe over Orbit EventBus mTLS"
  },
  "topologyRegistry" : {
    "schema" : "agentix.satellite.topology.registry.v1",
    "storage" : "in-memory-first-slice",
    "futureOaktreePath" : "/ajyl/greenfield/byArch/oaktree/byService/satellite/topology",
    "supportsDryRun" : true,
    "supportsAtomicActivation" : true,
    "supportsRollback" : true,
    "supportsCollisionDetection" : true,
    "admittedCount" : 2,
    "current" : {
      "accepted" : true,
      "count" : 2,
      "topologies" : [ {
        "schema" : "agentix.satellite.topology.manifest.v1",
        "topologyId" : "primordial-orbit-sub8171-wrapster-xyz",
        "version" : "0.1.0",
        "kind" : "minimal-orbit-static-response",
        "owningBaseStationId" : "manu-basestation",
        "satelliteDomain" : "sub8171.wrapster.xyz",
        "admissionMode" : "dry-run-ready",
        "bindings" : [ {
          "kind" : "exact-host-root",
          "host" : "sub8171.wrapster.xyz",
          "path" : "/",
          "handler" : "satellite-root",
          "eventBusAddress" : "agentix.satellite.route.satellite-root"
        } ],
        "experimentId" : "primordial-orbit-smoke",
        "telemetryProfileId" : "orbit-default-telemetry",
        "softFirewallPolicyId" : "orbit-soft-firewall-observe",
        "admissionStatus" : "admitted",
        "installState" : "atomic-activated",
        "dryRunStatus" : "passed",
        "healthVerificationStatus" : "passed",
        "rollbackState" : "rollback-ready",
        "admittedAt" : "2026-07-03T14:55:13.419614654Z",
        "journal" : [ {
          "status" : "inactive",
          "at" : "2026-07-03T14:55:13.419614654Z",
          "message" : "Topology record created inactive before validation"
        }, {
          "status" : "dry-run",
          "at" : "2026-07-03T14:55:13.419614654Z",
          "message" : "Exact host/path bindings passed dry-run validation"
        }, {
          "status" : "validated",
          "at" : "2026-07-03T14:55:13.419614654Z",
          "message" : "Manifest accepted by satellite topology registry"
        }, {
          "status" : "health-verified",
          "at" : "2026-07-03T14:55:13.419614654Z",
          "message" : "Minimal topology registry health check passed"
        }, {
          "status" : "admitted",
          "at" : "2026-07-03T14:55:13.419614654Z",
          "message" : "Topology is available to the satellite runtime"
        }, {
          "status" : "rollback-ready",
          "at" : "2026-07-03T14:55:13.419614654Z",
          "message" : "Previous topology state can be disabled by rollback"
        } ]
      }, {
        "schema" : "agentix.satellite.topology.manifest.v1",
        "topologyId" : "base-sat-orbit-proof-1783090514984",
        "version" : "0.1.0",
        "kind" : "base-sat-orbit-proof-static-response",
        "owningBaseStationId" : "gvq-maven-plugin-base-sat-orbit",
        "satelliteDomain" : "sub8171.wrapster.xyz",
        "admissionMode" : "dry-run-ready",
        "bindings" : [ {
          "kind" : "exact-host-root",
          "host" : "sub8171.wrapster.xyz",
          "path" : "/",
          "handler" : "satellite-root",
          "eventBusAddress" : "agentix.satellite.route.satellite-root"
        } ],
        "experimentId" : "primordial-orbit-smoke",
        "telemetryProfileId" : "orbit-default-telemetry",
        "softFirewallPolicyId" : "orbit-soft-firewall-observe",
        "admissionStatus" : "admitted",
        "installState" : "atomic-activated",
        "dryRunStatus" : "passed",
        "healthVerificationStatus" : "passed",
        "rollbackState" : "rollback-ready",
        "admittedAt" : "2026-07-03T14:55:15.380473820Z",
        "journal" : [ {
          "status" : "inactive",
          "at" : "2026-07-03T14:55:15.380473820Z",
          "message" : "Topology record created inactive before validation"
        }, {
          "status" : "dry-run",
          "at" : "2026-07-03T14:55:15.380473820Z",
          "message" : "Exact host/path bindings passed dry-run validation"
        }, {
          "status" : "validated",
          "at" : "2026-07-03T14:55:15.380473820Z",
          "message" : "Manifest accepted by satellite topology registry"
        }, {
          "status" : "health-verified",
          "at" : "2026-07-03T14:55:15.380473820Z",
          "message" : "Minimal topology registry health check passed"
        }, {
          "status" : "admitted",
          "at" : "2026-07-03T14:55:15.380473820Z",
          "message" : "Topology is available to the satellite runtime"
        }, {
          "status" : "rollback-ready",
          "at" : "2026-07-03T14:55:15.380473820Z",
          "message" : "Previous topology state can be disabled by rollback"
        } ]
      } ]
    }
  },
  "orbitIdentity" : {
    "schema" : "agentix.satellite.orbit.identity.v1",
    "roles" : [ "basestation", "satellite", "operator", "repair", "telemetry" ],
    "subjectPattern" : "CN={role}.{satelliteDomain},OU=MANU Orbit,O=Agentix",
    "rotation" : {
      "currentCaAlias" : "manu-orbit-ca-current",
      "nextCaAlias" : "manu-orbit-ca-next",
      "stagedTrustWindowSeconds" : 604800
    },
    "auditEvents" : [ "orbit.mtls.accepted", "orbit.mtls.rejected", "orbit.mtls.channel.closed" ]
  },
  "telemetry" : {
    "schema" : "agentix.satellite.orbit.telemetryBuffer.v1",
    "count" : 36,
    "events" : [ {
      "family" : "orbit.eventbus.echo",
      "at" : "2026-07-03T14:55:12.755029401Z",
      "body" : {
        "ping" : "eventbus",
        "domain" : "sub8171.wrapster.xyz",
        "messageId" : "manu-1327373244605375",
        "clientSubject" : "CN=basestation.manu,OU=MANU Orbit,O=Agentix",
        "clientIssuer" : "CN=MANU Orbit CA for sub8171.wrapster.xyz,OU=MANU Orbit,O=Agentix",
        "channelId" : "orbit-54928244673129"
      }
    }, {
      "family" : "orbit.cdi.probe",
      "at" : "2026-07-03T14:55:13.096040782Z",
      "body" : {
        "messageId" : "manu-1327373608026750",
        "observerId" : "agentix-locosy-satellite.orbit-cdi-probe",
        "observed" : true
      }
    }, {
      "family" : "orbit.topology.admit",
      "at" : "2026-07-03T14:55:13.419918044Z",
      "body" : {
        "accepted" : true,
        "topologyId" : "primordial-orbit-sub8171-wrapster-xyz",
        "topologyAdmissionStatus" : "admitted",
        "installState" : "atomic-activated",
        "rollbackState" : "rollback-ready",
        "satelliteDomain" : "sub8171.wrapster.xyz",
        "admittedAt" : "2026-07-03T14:55:13.419614654Z",
        "requestMessageId" : "manu-1327373933786833",
        "manifest" : {
          "schema" : "agentix.satellite.topology.manifest.v1",
          "topologyId" : "primordial-orbit-sub8171-wrapster-xyz",
          "version" : "0.1.0",
          "kind" : "minimal-orbit-static-response",
          "owningBaseStationId" : "manu-basestation",
          "satelliteDomain" : "sub8171.wrapster.xyz",
          "admissionMode" : "dry-run-ready",
          "bindings" : [ {
            "kind" : "exact-host-root",
            "host" : "sub8171.wrapster.xyz",
            "path" : "/",
            "handler" : "satellite-root",
            "eventBusAddress" : "agentix.satellite.route.satellite-root"
          } ],
          "experimentId" : "primordial-orbit-smoke",
          "telemetryProfileId" : "orbit-default-telemetry",
          "softFirewallPolicyId" : "orbit-soft-firewall-observe",
          "admissionStatus" : "admitted",
          "installState" : "atomic-activated",
          "dryRunStatus" : "passed",
          "healthVerificationStatus" : "passed",
          "rollbackState" : "rollback-ready",
          "admittedAt" : "2026-07-03T14:55:13.419614654Z",
          "journal" : [ {
            "status" : "inactive",
            "at" : "2026-07-03T14:55:13.419614654Z",
            "message" : "Topology record created inactive before validation"
          }, {
            "status" : "dry-run",
            "at" : "2026-07-03T14:55:13.419614654Z",
            "message" : "Exact host/path bindings passed dry-run validation"
          }, {
            "status" : "validated",
            "at" : "2026-07-03T14:55:13.419614654Z",
            "message" : "Manifest accepted by satellite topology registry"
          }, {
            "status" : "health-verified",
            "at" : "2026-07-03T14:55:13.419614654Z",
            "message" : "Minimal topology registry health check passed"
          }, {
            "status" : "admitted",
            "at" : "2026-07-03T14:55:13.419614654Z",
            "message" : "Topology is available to the satellite runtime"
          }, {
            "status" : "rollback-ready",
            "at" : "2026-07-03T14:55:13.419614654Z",
            "message" : "Previous topology state can be disabled by rollback"
          } ]
        }
      }
    }, {
      "family" : "orbit.eventbus.echo",
      "at" : "2026-07-03T14:55:14.684054727Z",
      "body" : {
        "probe" : "base-sat-orbit-proof",
        "sentAt" : "2026-07-03T14:55:14.567647Z",
        "messageId" : "proof-94696315-1323-47ae-ae65-0d1795415ddb",
        "clientSubject" : "CN=basestation.manu,OU=MANU Orbit,O=Agentix",
        "clientIssuer" : "CN=MANU Orbit CA for sub8171.wrapster.xyz,OU=MANU Orbit,O=Agentix",
        "channelId" : "orbit-54930207569222"
      }
    }, {
      "family" : "orbit.cdi.probe",
      "at" : "2026-07-03T14:55:15.028158850Z",
      "body" : {
        "messageId" : "proof-b7cdc59f-f28f-4a98-9c4c-bbc8cd31fcaf",
        "observerId" : "agentix-locosy-satellite.orbit-cdi-probe",
        "observed" : true
      }
    }, {
      "family" : "orbit.topology.admit",
      "at" : "2026-07-03T14:55:15.380582280Z",
      "body" : {
        "accepted" : true,
        "topologyId" : "base-sat-orbit-proof-1783090514984",
        "topologyAdmissionStatus" : "admitted",
        "installState" : "atomic-activated",
        "rollbackState" : "rollback-ready",
        "satelliteDomain" : "sub8171.wrapster.xyz",
        "admittedAt" : "2026-07-03T14:55:15.380473820Z",
        "requestMessageId" : "proof-3e7e982e-34f8-4c5a-8078-11a359689555",
        "manifest" : {
          "schema" : "agentix.satellite.topology.manifest.v1",
          "topologyId" : "base-sat-orbit-proof-1783090514984",
          "version" : "0.1.0",
          "kind" : "base-sat-orbit-proof-static-response",
          "owningBaseStationId" : "gvq-maven-plugin-base-sat-orbit",
          "satelliteDomain" : "sub8171.wrapster.xyz",
          "admissionMode" : "dry-run-ready",
          "bindings" : [ {
            "kind" : "exact-host-root",
            "host" : "sub8171.wrapster.xyz",
            "path" : "/",
            "handler" : "satellite-root",
            "eventBusAddress" : "agentix.satellite.route.satellite-root"
          } ],
          "experimentId" : "primordial-orbit-smoke",
          "telemetryProfileId" : "orbit-default-telemetry",
          "softFirewallPolicyId" : "orbit-soft-firewall-observe",
          "admissionStatus" : "admitted",
          "installState" : "atomic-activated",
          "dryRunStatus" : "passed",
          "healthVerificationStatus" : "passed",
          "rollbackState" : "rollback-ready",
          "admittedAt" : "2026-07-03T14:55:15.380473820Z",
          "journal" : [ {
            "status" : "inactive",
            "at" : "2026-07-03T14:55:15.380473820Z",
            "message" : "Topology record created inactive before validation"
          }, {
            "status" : "dry-run",
            "at" : "2026-07-03T14:55:15.380473820Z",
            "message" : "Exact host/path bindings passed dry-run validation"
          }, {
            "status" : "validated",
            "at" : "2026-07-03T14:55:15.380473820Z",
            "message" : "Manifest accepted by satellite topology registry"
          }, {
            "status" : "health-verified",
            "at" : "2026-07-03T14:55:15.380473820Z",
            "message" : "Minimal topology registry health check passed"
          }, {
            "status" : "admitted",
            "at" : "2026-07-03T14:55:15.380473820Z",
            "message" : "Topology is available to the satellite runtime"
          }, {
            "status" : "rollback-ready",
            "at" : "2026-07-03T14:55:15.380473820Z",
            "message" : "Previous topology state can be disabled by rollback"
          } ]
        }
      }
    }, {
      "family" : "orbit.eventbus.echo",
      "at" : "2026-07-03T14:55:17.176861396Z",
      "body" : {
        "probe" : "orbit-live-conversation-probe",
        "domain" : "sub8171.wrapster.xyz",
        "sentAt" : "2026-07-03T14:55:17.060411Z",
        "messageId" : "orbit-live-f2224ec7-de05-4868-8cff-40171898a39b",
        "clientSubject" : "CN=basestation.manu,OU=MANU Orbit,O=Agentix",
        "clientIssuer" : "CN=MANU Orbit CA for sub8171.wrapster.xyz,OU=MANU Orbit,O=Agentix",
        "channelId" : "orbit-54932701467809"
      }
    }, {
      "family" : "orbit.cdi.probe",
      "at" : "2026-07-03T14:55:17.481283910Z",
      "body" : {
        "messageId" : "orbit-live-09559c84-e686-4a43-b275-5af81a5c47a5",
        "observerId" : "agentix-locosy-satellite.orbit-cdi-probe",
        "observed" : true
      }
    }, {
      "family" : "orbit.eventbus.echo",
      "at" : "2026-07-03T14:55:40.145927582Z",
      "body" : {
        "probe" : "orbit-live-conversation-probe",
        "domain" : "sub8171.wrapster.xyz",
        "sentAt" : "2026-07-03T14:55:40.030210Z",
        "messageId" : "orbit-live-a83cbec9-eae9-4c19-8171-4f980acd0f71",
        "clientSubject" : "CN=basestation.manu,OU=MANU Orbit,O=Agentix",
        "clientIssuer" : "CN=MANU Orbit CA for sub8171.wrapster.xyz,OU=MANU Orbit,O=Agentix",
        "channelId" : "orbit-54955660266349"
      }
    }, {
      "family" : "orbit.cdi.probe",
      "at" : "2026-07-03T14:55:40.455597455Z",
      "body" : {
        "messageId" : "orbit-live-95a53e68-85a9-4b30-a76a-463017b0496d",
        "observerId" : "agentix-locosy-satellite.orbit-cdi-probe",
        "observed" : true
      }
    }, {
      "family" : "orbit.eventbus.echo",
      "at" : "2026-07-03T14:55:54.177570715Z",
      "body" : {
        "probe" : "orbit-live-conversation-probe",
        "domain" : "sub8171.wrapster.xyz",
        "sentAt" : "2026-07-03T14:55:54.058480Z",
        "messageId" : "orbit-live-b5221200-79f3-4500-b9b8-257887d30a56",
        "clientSubject" : "CN=basestation.manu,OU=MANU Orbit,O=Agentix",
        "clientIssuer" : "CN=MANU Orbit CA for sub8171.wrapster.xyz,OU=MANU Orbit,O=Agentix",
        "channelId" : "orbit-54969691961690"
      }
    }, {
      "family" : "orbit.cdi.probe",
      "at" : "2026-07-03T14:55:54.496554176Z",
      "body" : {
        "messageId" : "orbit-live-9c8976cb-ac69-422e-86d7-b7df9e6b3722",
        "observerId" : "agentix-locosy-satellite.orbit-cdi-probe",
        "observed" : true
      }
    }, {
      "family" : "orbit.eventbus.echo",
      "at" : "2026-07-03T14:56:13.796721850Z",
      "body" : {
        "probe" : "orbit-live-conversation-probe",
        "domain" : "sub8171.wrapster.xyz",
        "sentAt" : "2026-07-03T14:56:13.683440Z",
        "messageId" : "orbit-live-b6bdffd0-3edd-4be2-a46a-078eb6f3eb4d",
        "clientSubject" : "CN=basestation.manu,OU=MANU Orbit,O=Agentix",
        "clientIssuer" : "CN=MANU Orbit CA for sub8171.wrapster.xyz,OU=MANU Orbit,O=Agentix",
        "channelId" : "orbit-54989316071294"
      }
    }, {
      "family" : "orbit.cdi.probe",
      "at" : "2026-07-03T14:56:14.108858810Z",
      "body" : {
        "messageId" : "orbit-live-a3477874-521a-43f2-b1d6-5ea759980bee",
        "observerId" : "agentix-locosy-satellite.orbit-cdi-probe",
        "observed" : true
      }
    }, {
      "family" : "orbit.eventbus.echo",
      "at" : "2026-07-03T15:07:33.846743431Z",
      "body" : {
        "probe" : "orbit-live-conversation-probe",
        "domain" : "sub8171.wrapster.xyz",
        "sentAt" : "2026-07-03T15:07:33.707820Z",
        "messageId" : "orbit-live-667fd4ba-92b4-430d-8a0e-873626a83557",
        "clientSubject" : "CN=basestation.manu,OU=MANU Orbit,O=Agentix",
        "clientIssuer" : "CN=MANU Orbit CA for sub8171.wrapster.xyz,OU=MANU Orbit,O=Agentix",
        "channelId" : "orbit-55669363524863"
      }
    }, {
      "family" : "orbit.cdi.probe",
      "at" : "2026-07-03T15:07:34.162544326Z",
      "body" : {
        "messageId" : "orbit-live-d2b589c0-a0aa-403b-a84a-e7912b0d502d",
        "observerId" : "agentix-locosy-satellite.orbit-cdi-probe",
        "observed" : true
      }
    }, {
      "family" : "orbit.eventbus.echo",
      "at" : "2026-07-03T15:07:46.289069241Z",
      "body" : {
        "probe" : "orbit-live-conversation-probe",
        "domain" : "sub8171.wrapster.xyz",
        "sentAt" : "2026-07-03T15:07:46.148244Z",
        "messageId" : "orbit-live-6336e29a-518c-44b9-9e47-35898ecec566",
        "clientSubject" : "CN=basestation.manu,OU=MANU Orbit,O=Agentix",
        "clientIssuer" : "CN=MANU Orbit CA for sub8171.wrapster.xyz,OU=MANU Orbit,O=Agentix",
        "channelId" : "orbit-55681806737471"
      }
    }, {
      "family" : "orbit.cdi.probe",
      "at" : "2026-07-03T15:07:46.623536572Z",
      "body" : {
        "messageId" : "orbit-live-56e03f84-4fad-4736-ba89-f9e576002780",
        "observerId" : "agentix-locosy-satellite.orbit-cdi-probe",
        "observed" : true
      }
    }, {
      "family" : "orbit.eventbus.echo",
      "at" : "2026-07-03T15:08:10.479241614Z",
      "body" : {
        "probe" : "orbit-live-conversation-probe",
        "domain" : "sub8171.wrapster.xyz",
        "sentAt" : "2026-07-03T15:08:10.337344Z",
        "messageId" : "orbit-live-5e252821-4f9e-4890-91b4-bf0c398265f8",
        "clientSubject" : "CN=basestation.manu,OU=MANU Orbit,O=Agentix",
        "clientIssuer" : "CN=MANU Orbit CA for sub8171.wrapster.xyz,OU=MANU Orbit,O=Agentix",
        "channelId" : "orbit-55705993422335"
      }
    }, {
      "family" : "orbit.cdi.probe",
      "at" : "2026-07-03T15:08:10.797516877Z",
      "body" : {
        "messageId" : "orbit-live-e5856cf5-143a-4b2f-8839-f89b83f5e00f",
        "observerId" : "agentix-locosy-satellite.orbit-cdi-probe",
        "observed" : true
      }
    }, {
      "family" : "orbit.eventbus.echo",
      "at" : "2026-07-03T15:08:28.782132464Z",
      "body" : {
        "probe" : "orbit-live-conversation-probe",
        "domain" : "sub8171.wrapster.xyz",
        "sentAt" : "2026-07-03T15:08:28.639294Z",
        "messageId" : "orbit-live-f93f76a8-1eb7-4d33-9df4-3c3cb86ed39f",
        "clientSubject" : "CN=basestation.manu,OU=MANU Orbit,O=Agentix",
        "clientIssuer" : "CN=MANU Orbit CA for sub8171.wrapster.xyz,OU=MANU Orbit,O=Agentix",
        "channelId" : "orbit-55724293844915"
      }
    }, {
      "family" : "orbit.cdi.probe",
      "at" : "2026-07-03T15:08:29.098764147Z",
      "body" : {
        "messageId" : "orbit-live-10593bd6-2d38-4324-8363-ae4c2454290d",
        "observerId" : "agentix-locosy-satellite.orbit-cdi-probe",
        "observed" : true
      }
    }, {
      "family" : "orbit.eventbus.echo",
      "at" : "2026-07-03T15:10:55.437718267Z",
      "body" : {
        "probe" : "orbit-live-conversation-probe",
        "domain" : "sub8171.wrapster.xyz",
        "sentAt" : "2026-07-03T15:10:55.296520Z",
        "messageId" : "orbit-live-b74c24ee-2f09-4f31-b602-451b5307ec99",
        "clientSubject" : "CN=basestation.manu,OU=MANU Orbit,O=Agentix",
        "clientIssuer" : "CN=MANU Orbit CA for sub8171.wrapster.xyz,OU=MANU Orbit,O=Agentix",
        "channelId" : "orbit-55870954239998"
      }
    }, {
      "family" : "orbit.cdi.probe",
      "at" : "2026-07-03T15:10:55.739564884Z",
      "body" : {
        "messageId" : "orbit-live-0bba9dc9-361e-47d8-bae5-4d42a6604e71",
        "observerId" : "agentix-locosy-satellite.orbit-cdi-probe",
        "observed" : true
      }
    }, {
      "family" : "orbit.eventbus.echo",
      "at" : "2026-07-03T15:14:19.833506013Z",
      "body" : {
        "probe" : "orbit-live-conversation-probe",
        "domain" : "sub8171.wrapster.xyz",
        "sentAt" : "2026-07-03T15:14:19.692896Z",
        "messageId" : "orbit-live-0805f095-3497-4b16-b722-a3319ad83d54",
        "clientSubject" : "CN=basestation.manu,OU=MANU Orbit,O=Agentix",
        "clientIssuer" : "CN=MANU Orbit CA for sub8171.wrapster.xyz,OU=MANU Orbit,O=Agentix",
        "channelId" : "orbit-56075347541487"
      }
    }, {
      "family" : "orbit.cdi.probe",
      "at" : "2026-07-03T15:14:20.139092334Z",
      "body" : {
        "messageId" : "orbit-live-14d3fd23-ccf7-4dee-8c41-858d6184873d",
        "observerId" : "agentix-locosy-satellite.orbit-cdi-probe",
        "observed" : true
      }
    }, {
      "family" : "orbit.eventbus.echo",
      "at" : "2026-07-03T15:20:25.201112753Z",
      "body" : {
        "probe" : "orbit-live-conversation-probe",
        "domain" : "sub8171.wrapster.xyz",
        "sentAt" : "2026-07-03T15:20:25.043238Z",
        "messageId" : "orbit-live-4722d90a-d0e4-44f7-adb3-0e7ff78c89da",
        "clientSubject" : "CN=basestation.manu,OU=MANU Orbit,O=Agentix",
        "clientIssuer" : "CN=MANU Orbit CA for sub8171.wrapster.xyz,OU=MANU Orbit,O=Agentix",
        "channelId" : "orbit-56440722241786"
      }
    }, {
      "family" : "orbit.cdi.probe",
      "at" : "2026-07-03T15:20:25.498291373Z",
      "body" : {
        "messageId" : "orbit-live-251fb9a9-7951-4dbd-94e7-af9969ec9124",
        "observerId" : "agentix-locosy-satellite.orbit-cdi-probe",
        "observed" : true
      }
    }, {
      "family" : "orbit.eventbus.echo",
      "at" : "2026-07-03T16:29:32.124055959Z",
      "body" : {
        "probe" : "orbit-live-conversation-probe",
        "domain" : "sub8171.wrapster.xyz",
        "sentAt" : "2026-07-03T16:29:31.996869Z",
        "messageId" : "orbit-live-62372a2c-74ce-46ab-9212-c6dce4010539",
        "clientSubject" : "CN=basestation.manu,OU=MANU Orbit,O=Agentix",
        "clientIssuer" : "CN=MANU Orbit CA for sub8171.wrapster.xyz,OU=MANU Orbit,O=Agentix",
        "channelId" : "orbit-60587641593737"
      }
    }, {
      "family" : "orbit.cdi.probe",
      "at" : "2026-07-03T16:29:32.427046463Z",
      "body" : {
        "messageId" : "orbit-live-0bf508e2-9d62-4fbd-a61a-16b87908d54f",
        "observerId" : "agentix-locosy-satellite.orbit-cdi-probe",
        "observed" : true
      }
    }, {
      "family" : "orbit.eventbus.echo",
      "at" : "2026-07-03T16:29:33.556935081Z",
      "body" : {
        "probe" : "orbit-live-conversation-probe",
        "domain" : "sub8171.wrapster.xyz",
        "sentAt" : "2026-07-03T16:29:33.431194Z",
        "messageId" : "orbit-live-80f6d684-4774-4630-be8b-0202e1861fae",
        "clientSubject" : "CN=basestation.manu,OU=MANU Orbit,O=Agentix",
        "clientIssuer" : "CN=MANU Orbit CA for sub8171.wrapster.xyz,OU=MANU Orbit,O=Agentix",
        "channelId" : "orbit-60589081837108"
      }
    }, {
      "family" : "orbit.cdi.probe",
      "at" : "2026-07-03T16:29:33.859164276Z",
      "body" : {
        "messageId" : "orbit-live-44e83fdb-6769-4632-aa36-e3dfb27f8f33",
        "observerId" : "agentix-locosy-satellite.orbit-cdi-probe",
        "observed" : true
      }
    }, {
      "family" : "orbit.eventbus.echo",
      "at" : "2026-07-03T16:29:50.028347532Z",
      "body" : {
        "probe" : "orbit-live-conversation-probe",
        "domain" : "sub8171.wrapster.xyz",
        "sentAt" : "2026-07-03T16:29:49.902116Z",
        "messageId" : "orbit-live-540ea6d4-b6ce-4b14-905a-12b68f2d4580",
        "clientSubject" : "CN=basestation.manu,OU=MANU Orbit,O=Agentix",
        "clientIssuer" : "CN=MANU Orbit CA for sub8171.wrapster.xyz,OU=MANU Orbit,O=Agentix",
        "channelId" : "orbit-60605557042818"
      }
    }, {
      "family" : "orbit.cdi.probe",
      "at" : "2026-07-03T16:29:50.342532826Z",
      "body" : {
        "messageId" : "orbit-live-b139468f-e28c-4264-bdd0-3632da233118",
        "observerId" : "agentix-locosy-satellite.orbit-cdi-probe",
        "observed" : true
      }
    }, {
      "family" : "orbit.eventbus.echo",
      "at" : "2026-07-03T16:30:06.449298068Z",
      "body" : {
        "probe" : "orbit-live-conversation-probe",
        "domain" : "sub8171.wrapster.xyz",
        "sentAt" : "2026-07-03T16:30:06.321905Z",
        "messageId" : "orbit-live-bcae152a-76bd-469c-bf5c-cb2b746e3202",
        "clientSubject" : "CN=basestation.manu,OU=MANU Orbit,O=Agentix",
        "clientIssuer" : "CN=MANU Orbit CA for sub8171.wrapster.xyz,OU=MANU Orbit,O=Agentix",
        "channelId" : "orbit-60621974891404"
      }
    }, {
      "family" : "orbit.cdi.probe",
      "at" : "2026-07-03T16:30:06.744112357Z",
      "body" : {
        "messageId" : "orbit-live-dae8fa78-cde1-4590-bfdb-de15b07e2dcc",
        "observerId" : "agentix-locosy-satellite.orbit-cdi-probe",
        "observed" : true
      }
    } ]
  }
}