II.
LibraryProcess JSON
Structured · livelib-process:programming-languages--garbage-collector-implementation
specializations/programming-languages/garbage-collector-implementation json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:programming-languages--garbage-collector-implementation",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "specializations/programming-languages/garbage-collector-implementation",
"description": "Garbage Collector Implementation - Process for implementing automatic memory management. Covers\nmark-sweep, copying, generational, and concurrent collection algorithms.",
"libraryPath": "library/specializations/programming-languages/garbage-collector-implementation.js",
"specialization": "programming-languages",
"references": [
"- The Garbage Collection Handbook by Jones, Hosking, Moss",
"- V8 Garbage Collection: https://v8.dev/blog/trash-talk",
"- Boehm GC: https://www.hboehm.info/gc/"
],
"example": "const result = await orchestrate('specializations/programming-languages/garbage-collector-implementation', {\n languageName: 'MyLang',\n gcAlgorithm: 'generational',\n implementationLanguage: 'C'\n});",
"usesAgents": [
"memory-management-expert"
]
},
"outgoingEdges": [
{
"from": "lib-process:programming-languages--garbage-collector-implementation",
"to": "skill-area:language-design",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:programming-languages--garbage-collector-implementation",
"to": "skill-area:compiler-implementation",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:programming-languages--garbage-collector-implementation",
"to": "skill-area:profiling-memory",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:programming-languages--garbage-collector-implementation",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:programming-languages--garbage-collector-implementation",
"to": "role:backend-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:programming-languages--garbage-collector-implementation",
"to": "workflow:sdk-api-design",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:programming-languages--garbage-collector-implementation",
"to": "specialization:programming-languages",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:programming-languages--garbage-collector-implementation",
"to": "lib-agent:programming-languages--memory-management-expert",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}