II.
LibraryProcess JSON
Structured · livelib-process:embedded-systems--field-diagnostics
specializations/embedded-systems/field-diagnostics json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:embedded-systems--field-diagnostics",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "specializations/embedded-systems/field-diagnostics",
"description": "Field Diagnostics - Implementing diagnostic capabilities for deployed devices including remote logging,\ncrash dump analysis, health monitoring, and diagnostic protocols for troubleshooting field issues.",
"libraryPath": "library/specializations/embedded-systems/field-diagnostics.js",
"specialization": "embedded-systems",
"references": [
"- Embedded Diagnostics: https://interrupt.memfault.com/blog/device-diagnostics",
"- Crash Dumps: https://interrupt.memfault.com/blog/cortex-m-fault-debug",
"- UDS Protocol: https://www.embedded.com/unified-diagnostic-services-uds/"
],
"example": "const result = await orchestrate('specializations/embedded-systems/field-diagnostics', {\n projectName: 'FieldSensor',\n targetMcu: 'STM32L4',\n diagnosticProtocols: ['UDS', 'MQTT'],\n crashDumpEnabled: true\n});",
"usesAgents": [
"device-driver-expert",
"embedded-tech-writer"
]
},
"outgoingEdges": [
{
"from": "lib-process:embedded-systems--field-diagnostics",
"to": "skill-area:rtos-programming",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:embedded-systems--field-diagnostics",
"to": "skill-area:firmware-development",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:embedded-systems--field-diagnostics",
"to": "domain:embedded-systems",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:embedded-systems--field-diagnostics",
"to": "role:embedded-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:embedded-systems--field-diagnostics",
"to": "workflow:bug-triage",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:embedded-systems--field-diagnostics",
"to": "specialization:embedded-systems",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:embedded-systems--field-diagnostics",
"to": "lib-agent:embedded-systems--device-driver-expert",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
},
{
"from": "lib-process:embedded-systems--field-diagnostics",
"to": "lib-agent:embedded-systems--embedded-tech-writer",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}