Skip to content

Commit bb4e7fc

Browse files
committed
Add runtime registry integrity record example
1 parent 63d1d98 commit bb4e7fc

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
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

Comments
 (0)