II.
LibraryProcess JSON
Structured · livelib-process:mobile-development--mobile-accessibility-implementation
specializations/mobile-development/mobile-accessibility-implementation json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:mobile-development--mobile-accessibility-implementation",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "specializations/mobile-development/mobile-accessibility-implementation",
"description": "Mobile Accessibility Implementation (WCAG Compliance) - Implement comprehensive accessibility features\nfor mobile applications including screen reader support, dynamic type, and WCAG 2.1 AA compliance.",
"libraryPath": "library/specializations/mobile-development/mobile-accessibility-implementation.js",
"specialization": "mobile-development",
"references": [
"- WCAG 2.1: https://www.w3.org/WAI/WCAG21/quickref/",
"- iOS Accessibility: https://developer.apple.com/accessibility/ios/",
"- Android Accessibility: https://developer.android.com/guide/topics/ui/accessibility"
],
"example": "const result = await orchestrate('specializations/mobile-development/mobile-accessibility-implementation', {\n appName: 'MyApp',\n complianceLevel: 'WCAG-AA',\n framework: 'react-native',\n targetPlatforms: ['ios', 'android']\n});",
"usesAgents": [
"accessibility-testing"
]
},
"outgoingEdges": [
{
"from": "lib-process:mobile-development--mobile-accessibility-implementation",
"to": "skill-area:ios-native",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:mobile-development--mobile-accessibility-implementation",
"to": "skill-area:android-native",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:mobile-development--mobile-accessibility-implementation",
"to": "skill-area:accessibility-first-design",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:mobile-development--mobile-accessibility-implementation",
"to": "topic:accessibility",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:mobile-development--mobile-accessibility-implementation",
"to": "domain:mobile",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:mobile-development--mobile-accessibility-implementation",
"to": "role:mobile-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:mobile-development--mobile-accessibility-implementation",
"to": "workflow:mobile-app-submission",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:mobile-development--mobile-accessibility-implementation",
"to": "workflow:release-management",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:mobile-development--mobile-accessibility-implementation",
"to": "specialization:mobile-development",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:mobile-development--mobile-accessibility-implementation",
"to": "lib-agent:web-development--accessibility-testing",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}