II.
LibraryProcess JSON
Structured · livelib-process:programming-languages--effect-system-design
specializations/programming-languages/effect-system-design json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:programming-languages--effect-system-design",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "specializations/programming-languages/effect-system-design",
"description": "Effect System Design - Process for implementing algebraic effect systems with handlers, effect tracking,\nand effect polymorphism for managing side effects in a controlled manner.",
"libraryPath": "library/specializations/programming-languages/effect-system-design.js",
"specialization": "programming-languages",
"references": [
"- Koka Language Effects: https://koka-lang.github.io/koka/doc/book.html",
"- Eff Language: https://www.eff-lang.org/",
"- Effect Handlers: https://effect-handlers.org/",
"- Algebraic Effects: https://www.microsoft.com/en-us/research/publication/algebraic-effects-for-functional-programming/"
],
"example": "const result = await orchestrate('specializations/programming-languages/effect-system-design', {\n languageName: 'MyLang',\n effectStyle: 'algebraic'\n});",
"usesAgents": [
"type-system-engineer",
"language-feature-designer"
]
},
"outgoingEdges": [
{
"from": "lib-process:programming-languages--effect-system-design",
"to": "skill-area:language-design",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:programming-languages--effect-system-design",
"to": "skill-area:compiler-implementation",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:programming-languages--effect-system-design",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:programming-languages--effect-system-design",
"to": "role:backend-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:programming-languages--effect-system-design",
"to": "workflow:architecture-decision-record",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:programming-languages--effect-system-design",
"to": "specialization:programming-languages",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:programming-languages--effect-system-design",
"to": "lib-agent:programming-languages--type-system-engineer",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
},
{
"from": "lib-process:programming-languages--effect-system-design",
"to": "lib-agent:programming-languages--language-feature-designer",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}