II.
LibraryProcess JSON
Structured · livelib-process:embedded-systems--firmware-api-documentation
specializations/embedded-systems/firmware-api-documentation json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:embedded-systems--firmware-api-documentation",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "specializations/embedded-systems/firmware-api-documentation",
"description": "Firmware API Documentation - Generating comprehensive API documentation for firmware modules including\nfunction descriptions, parameter specifications, usage examples, and integration guides using tools like Doxygen.",
"libraryPath": "library/specializations/embedded-systems/firmware-api-documentation.js",
"specialization": "embedded-systems",
"references": [
"- Doxygen Guide: https://www.doxygen.nl/manual/",
"- API Documentation Best Practices: https://embeddedartistry.com/blog/2018/04/09/documenting-your-embedded-c-api/",
"- Code Comments: https://interrupt.memfault.com/blog/better-firmware-documentation"
],
"example": "const result = await orchestrate('specializations/embedded-systems/firmware-api-documentation', {\n projectName: 'FirmwareSDK',\n sourceDirectories: ['src/drivers', 'src/hal', 'src/lib'],\n documentationTool: 'doxygen',\n outputFormat: 'html'\n});",
"usesAgents": [
"firmware-architect",
"embedded-tech-writer"
]
},
"outgoingEdges": [
{
"from": "lib-process:embedded-systems--firmware-api-documentation",
"to": "skill-area:rtos-programming",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:embedded-systems--firmware-api-documentation",
"to": "skill-area:firmware-development",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:embedded-systems--firmware-api-documentation",
"to": "skill-area:api-doc-generation",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:embedded-systems--firmware-api-documentation",
"to": "domain:embedded-systems",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:embedded-systems--firmware-api-documentation",
"to": "role:embedded-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:embedded-systems--firmware-api-documentation",
"to": "workflow:firmware-release-cycle",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:embedded-systems--firmware-api-documentation",
"to": "specialization:embedded-systems",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:embedded-systems--firmware-api-documentation",
"to": "lib-agent:embedded-systems--firmware-architect",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
},
{
"from": "lib-process:embedded-systems--firmware-api-documentation",
"to": "lib-agent:embedded-systems--embedded-tech-writer",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}