II.
LibraryProcess JSON
Structured · livelib-process:desktop-development--file-system-integration
specializations/desktop-development/file-system-integration json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:desktop-development--file-system-integration",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "specializations/desktop-development/file-system-integration",
"description": "File System Integration Process - Implement file operations including file dialogs, file watching,\nlarge file handling, path management; ensure cross-platform compatibility and security.",
"libraryPath": "library/specializations/desktop-development/file-system-integration.js",
"specialization": "desktop-development",
"references": [
"- Node.js fs module: https://nodejs.org/api/fs.html",
"- Electron dialog: https://www.electronjs.org/docs/latest/api/dialog",
"- chokidar: https://github.com/paulmillr/chokidar"
],
"example": "const result = await orchestrate('specializations/desktop-development/file-system-integration', {\n projectName: 'MyDesktopApp',\n framework: 'Electron',\n fileOperations: ['open', 'save', 'watch', 'drag-drop'],\n targetPlatforms: ['windows', 'macos', 'linux']\n});",
"usesAgents": [
"filesystem-analyst",
"file-dialog-abstraction",
"file-operations-developer",
"file-watcher-setup",
"dragdrop-developer",
"file-system-path-handler",
"security-developer",
"technical-writer",
"integration-validator"
]
},
"outgoingEdges": [
{
"from": "lib-process:desktop-development--file-system-integration",
"to": "skill-area:desktop-ui-frameworks",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:desktop-development--file-system-integration",
"to": "skill-area:cross-platform-desktop",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:desktop-development--file-system-integration",
"to": "skill-area:desktop-system-integration",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:desktop-development--file-system-integration",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:desktop-development--file-system-integration",
"to": "role:desktop-developer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:desktop-development--file-system-integration",
"to": "role:fullstack-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:desktop-development--file-system-integration",
"to": "workflow:desktop-app-release",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:desktop-development--file-system-integration",
"to": "workflow:release-management",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:desktop-development--file-system-integration",
"to": "specialization:desktop-development",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:desktop-development--file-system-integration",
"to": "lib-agent:meta--technical-writer",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}