II.
LibraryProcess JSON
Structured · livelib-process:programming-languages--ast-design
specializations/programming-languages/ast-design json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:programming-languages--ast-design",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "specializations/programming-languages/ast-design",
"description": "AST Design and Traversal - Process for designing abstract syntax tree structures and implementing\ntraversal patterns. Covers node design, visitor patterns, tree transformations, and serialization.",
"libraryPath": "library/specializations/programming-languages/ast-design.js",
"specialization": "programming-languages",
"references": [
"- Crafting Interpreters: https://craftinginterpreters.com/representing-code.html",
"- Visitor Pattern: https://en.wikipedia.org/wiki/Visitor_pattern",
"- Tree-sitter AST: https://tree-sitter.github.io/tree-sitter/"
],
"example": "const result = await orchestrate('specializations/programming-languages/ast-design', {\n languageName: 'MyLang',\n implementationLanguage: 'Rust',\n immutable: true\n});",
"usesAgents": [
"compiler-frontend-architect",
"semantic-analysis-engineer"
]
},
"outgoingEdges": [
{
"from": "lib-process:programming-languages--ast-design",
"to": "skill-area:language-design",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:programming-languages--ast-design",
"to": "skill-area:compiler-implementation",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:programming-languages--ast-design",
"to": "skill-area:graph-algorithms",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:programming-languages--ast-design",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:programming-languages--ast-design",
"to": "role:backend-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:programming-languages--ast-design",
"to": "workflow:architecture-decision-record",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:programming-languages--ast-design",
"to": "specialization:programming-languages",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:programming-languages--ast-design",
"to": "lib-agent:programming-languages--compiler-frontend-architect",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
},
{
"from": "lib-process:programming-languages--ast-design",
"to": "lib-agent:programming-languages--semantic-analysis-engineer",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}