II.
LibraryProcess JSON
Structured · livelib-process:algorithms-optimization--string-processing
specializations/algorithms-optimization/string-processing json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:algorithms-optimization--string-processing",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "specializations/algorithms-optimization/string-processing",
"description": "String Processing Problem Solving - Comprehensive process for solving string problems including\npalindromes (Manacher's), longest common subsequence, edit distance, and string transformations.",
"libraryPath": "library/specializations/algorithms-optimization/string-processing.js",
"specialization": "algorithms-optimization",
"references": [
[
"String Algorithm Catalog"
],
[
"Classic String Problems"
]
],
"usesAgents": [
"string-specialist"
]
},
"outgoingEdges": [
{
"from": "lib-process:algorithms-optimization--string-processing",
"to": "skill-area:dynamic-programming",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:algorithms-optimization--string-processing",
"to": "skill-area:graph-algorithms",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:algorithms-optimization--string-processing",
"to": "domain:computer-science",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:algorithms-optimization--string-processing",
"to": "role:backend-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:algorithms-optimization--string-processing",
"to": "role:computational-scientist",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:algorithms-optimization--string-processing",
"to": "workflow:architecture-decision-record",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:algorithms-optimization--string-processing",
"to": "specialization:algorithms-optimization",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
}
],
"incomingEdges": []
}