|
| 1 | +{ |
| 2 | + "id": "urn:srcos:runtime-registry-integrity:launchservices_001", |
| 3 | + "type": "RuntimeRegistryIntegrityRecord", |
| 4 | + "specVersion": "2.0.0", |
| 5 | + "observedAt": "2026-05-06T22:37:00Z", |
| 6 | + "componentRef": "urn:srcos:component:desktop-registry", |
| 7 | + "bundleOrPackageIdentity": "com.apple.CloudPhotosConfiguration", |
| 8 | + "verificationVerdict": "degraded", |
| 9 | + "registryRecords": [ |
| 10 | + { |
| 11 | + "recordKind": "extension-record", |
| 12 | + "recordRef": "com.apple.CloudPhotosConfiguration", |
| 13 | + "state": "missing", |
| 14 | + "errorCode": "LS_-10814", |
| 15 | + "userVisibleImpact": "The runtime could not construct an extension record from the desktop registry.", |
| 16 | + "remediationHint": "Refresh or rebuild the runtime extension registry before enabling extension discovery." |
| 17 | + }, |
| 18 | + { |
| 19 | + "recordKind": "namespace-descriptor", |
| 20 | + "recordRef": "trial-treatment-layer-0x4", |
| 21 | + "state": "missing", |
| 22 | + "userVisibleImpact": "Experiment or treatment metadata could not be resolved during maintenance.", |
| 23 | + "remediationHint": "Suppress repeated namespace lookups and emit a DiagnosticStormRecord until the namespace cache changes." |
| 24 | + } |
| 25 | + ], |
| 26 | + "evidenceRefs": [ |
| 27 | + "urn:srcos:telemetry:te_lsbundle_record_missing", |
| 28 | + "urn:srcos:telemetry:te_namespace_descriptor_missing" |
| 29 | + ], |
| 30 | + "userVisibleSummary": "Registry integrity is degraded because extension records and treatment namespace descriptors are missing.", |
| 31 | + "remediationHint": "Run a bounded registry repair or defer registry-dependent launch work until integrity is restored." |
| 32 | +} |
0 commit comments