II.
LibraryProcess JSON
Structured · livelib-process:shared--evolutionary
evolutionary json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:shared--evolutionary",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "evolutionary",
"description": "Evolutionary Algorithm - Generate population, evaluate fitness, select, crossover, mutate, repeat",
"libraryPath": "library/methodologies/evolutionary.js",
"usesAgents": [
"population-generator",
"fitness-evaluator",
"crossover-operator",
"mutation-operator"
]
},
"outgoingEdges": [
{
"from": "lib-process:shared--evolutionary",
"to": "skill-area:agentic-loops",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--evolutionary",
"to": "skill-area:orchestration-loop",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:shared--evolutionary",
"to": "topic:developer-experience",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--evolutionary",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--evolutionary",
"to": "role:tech-lead",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--evolutionary",
"to": "role:backend-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:shared--evolutionary",
"to": "workflow:feature-development",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--evolutionary",
"to": "methodology:evolutionary",
"kind": "follows_methodology",
"attributes": {
"weight": 1
}
}
],
"incomingEdges": []
}