II.
LibraryProcess JSON
Structured · livelib-process:embedded-systems--ota-firmware-update
specializations/embedded-systems/ota-firmware-update json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:embedded-systems--ota-firmware-update",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "specializations/embedded-systems/ota-firmware-update",
"description": "OTA Firmware Update - Implementing over-the-air update mechanisms including differential updates, A/B\npartitioning, rollback capability, and secure update verification for field-deployed devices.",
"libraryPath": "library/specializations/embedded-systems/ota-firmware-update.js",
"specialization": "embedded-systems",
"references": [
"- OTA Updates Guide: https://interrupt.memfault.com/blog/device-firmware-update-cookbook",
"- A/B Updates: https://source.android.com/devices/tech/ota/ab",
"- Delta Updates: https://www.embedded.com/delta-firmware-updates/"
],
"example": "const result = await orchestrate('specializations/embedded-systems/ota-firmware-update', {\n projectName: 'ConnectedSensor',\n targetMcu: 'ESP32',\n updateMethod: 'differential',\n partitionScheme: 'A/B'\n});",
"usesAgents": [
"comm-protocol-expert",
"embedded-tech-writer"
]
},
"outgoingEdges": [
{
"from": "lib-process:embedded-systems--ota-firmware-update",
"to": "skill-area:rtos-programming",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:embedded-systems--ota-firmware-update",
"to": "skill-area:firmware-development",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:embedded-systems--ota-firmware-update",
"to": "domain:embedded-systems",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:embedded-systems--ota-firmware-update",
"to": "role:embedded-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:embedded-systems--ota-firmware-update",
"to": "workflow:firmware-release-cycle",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:embedded-systems--ota-firmware-update",
"to": "specialization:embedded-systems",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:embedded-systems--ota-firmware-update",
"to": "lib-agent:embedded-systems--comm-protocol-expert",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
},
{
"from": "lib-process:embedded-systems--ota-firmware-update",
"to": "lib-agent:embedded-systems--embedded-tech-writer",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}