II.
LibraryProcess JSON
Structured · livelib-process:mobile-development--ios-core-data-implementation
specializations/mobile-development/ios-core-data-implementation json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:mobile-development--ios-core-data-implementation",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "specializations/mobile-development/ios-core-data-implementation",
"description": "iOS Core Data Implementation - Implement local data persistence using Core Data for iOS applications\nwith proper data modeling, migrations, background contexts, and optional CloudKit synchronization.",
"libraryPath": "library/specializations/mobile-development/ios-core-data-implementation.js",
"specialization": "mobile-development",
"references": [
"- Core Data Documentation: https://developer.apple.com/documentation/coredata/",
"- NSPersistentContainer: https://developer.apple.com/documentation/coredata/nspersistentcontainer",
"- CloudKit Integration: https://developer.apple.com/documentation/coredata/mirroring_a_core_data_store_with_cloudkit"
],
"example": "const result = await orchestrate('specializations/mobile-development/ios-core-data-implementation', {\n projectName: 'MyiOSApp',\n dataModel: { entities: ['User', 'Post', 'Comment'] },\n relationships: [{ from: 'User', to: 'Post', type: 'one-to-many' }],\n migrationStrategy: 'lightweight',\n cloudKitSync: false\n});",
"usesAgents": [
"ios-data-architect",
"ios-persistence",
"mobile-testing",
"ios-native-expert"
]
},
"outgoingEdges": [
{
"from": "lib-process:mobile-development--ios-core-data-implementation",
"to": "skill-area:ios-native",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:mobile-development--ios-core-data-implementation",
"to": "skill-area:android-native",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:mobile-development--ios-core-data-implementation",
"to": "topic:accessibility",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:mobile-development--ios-core-data-implementation",
"to": "domain:mobile",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:mobile-development--ios-core-data-implementation",
"to": "role:mobile-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:mobile-development--ios-core-data-implementation",
"to": "workflow:mobile-app-submission",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:mobile-development--ios-core-data-implementation",
"to": "workflow:release-management",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:mobile-development--ios-core-data-implementation",
"to": "specialization:mobile-development",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:mobile-development--ios-core-data-implementation",
"to": "lib-agent:mobile-development--ios-native-expert",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}