II.
LibraryProcess JSON
Structured · livelib-process:legal--entity-management
entity-management json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:legal--entity-management",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "entity-management",
"description": "Entity Management - Deploy subsidiary and entity tracking including formation, governance,\ncompliance, and dissolution procedures.",
"libraryPath": "library/specializations/domains/business/legal/entity-management.js",
"specialization": "legal",
"references": [
"- Model Business Corporation Act: https://www.americanbar.org/content/dam/aba/administrative/business_law/corplaws/2016_mbca.pdf\n- Delaware General Corporation Law: https://delcode.delaware.gov/title8/"
],
"example": "const result = await orchestrate('specializations/domains/business/legal/entity-management', {\n action: 'form',\n entityDetails: { name: 'Acme Sub LLC', type: 'llc', jurisdiction: 'Delaware' },\n parentEntity: 'Acme Corp',\n outputDir: 'entity-management'\n});",
"usesAgents": [
"corporate-governance-specialist"
]
},
"outgoingEdges": [
{
"from": "lib-process:legal--entity-management",
"to": "skill-area:financial-regulation",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:legal--entity-management",
"to": "skill-area:compliance-automation",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:legal--entity-management",
"to": "domain:legal",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:legal--entity-management",
"to": "role:legal-counsel",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:legal--entity-management",
"to": "role:compliance-officer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:legal--entity-management",
"to": "workflow:contract-lifecycle",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:legal--entity-management",
"to": "workflow:compliance-audit",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:legal--entity-management",
"to": "specialization:legal-compliance",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:legal--entity-management",
"to": "specialization:legal",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
}
],
"incomingEdges": []
}