@@ -112,14 +112,13 @@ ckpp:occursIn a owl:ObjectProperty , owl:FunctionalProperty ;
112112
113113# ################################################################
114114# 1. Invocation Process
115- # Implementation: /core/src/Kernel.js:handleJob()
116115# ################################################################
117116
118117ckpp:InvocationProcess a owl:Class ;
119118 rdfs:subClassOf ckpp:Process ;
120119 rdfs:label " Invocation Process" @en ;
121120 rdfs:comment " A computational process that unfolds over time when a kernel processes a job. Lifecycle: Acceptance → Processing → Completion." @en ;
122- dc:description " Implemented in /core/src/Kernel.js:handleJob():69-126, finalize():165-213 " ;
121+ dc:description " Kernel invocation process — tool execution lifecycle " ;
123122 ckp:implementationStatus " PARTIAL" ^^xsd:string ;
124123 ckp:coverageScore " 0.60" ^^xsd:decimal ;
125124 ckp:criticalGap " No Process URN generation. Temporal parts not tracked." ^^xsd:string .
@@ -167,14 +166,13 @@ ckpp:CompletedPhase a owl:Class ;
167166
168167# ################################################################
169168# 2. Edge Communication Process (FUNDAMENTAL)
170- # Implementation: /core/src/EdgeKernel.js:relayDirect()
171169# ################################################################
172170
173171ckpp:EdgeCommunicationProcess a owl:Class ;
174172 rdfs:subClassOf ckpp:Process ;
175173 rdfs:label " Edge Communication Process" @en ;
176174 rdfs:comment " The FUNDAMENTAL process by which kernels interact - mediated by EdgeKernel. This is the ONLY way kernels can communicate (architectural constraint)." @en ;
177- dc:description " Implemented in /core/src/EdgeKernel.js:relayDirect():183-236 " ;
175+ dc:description " Edge communication process — inter-kernel message relay " ;
178176 dc:description " Also: EdgeRequestBuilder.js:createEdgeRequests():64-128" ;
179177 ckp:implementationStatus " PARTIAL" ^^xsd:string ;
180178 ckp:coverageScore " 0.65" ^^xsd:decimal ;
@@ -232,14 +230,14 @@ ckpp:TypeValidatedPhase a owl:Class ;
232230 rdfs:subClassOf ckpp:TemporalPart ;
233231 rdfs:label " Type Validated Phase" @en ;
234232 rdfs:comment " EdgeKernel validates instance type against edge type_mapping" @en ;
235- dc:description " Code: /core/src/EdgeKernel.js:validateSource():245-250 " ;
233+ dc:description " Validates source kernel identity before accepting edge communication " ;
236234 ckp:implementationStatus " IMPLICIT" ^^xsd:string .
237235
238236ckpp:RoutedPhase a owl:Class ;
239237 rdfs:subClassOf ckpp:TemporalPart ;
240238 rdfs:label " Routed Phase" @en ;
241239 rdfs:comment " EdgeKernel creates symlink in target inbox (routing)" @en ;
242- dc:description " Code: /core/src/EdgeKernel.js:createDestinationLink():332-362 " ;
240+ dc:description " Establishes destination link for edge communication " ;
243241 ckp:implementationStatus " IMPLICIT" ^^xsd:string .
244242
245243ckpp:DeliveredPhase a owl:Class ;
0 commit comments