II.
LibraryProcess JSON
Structured · livelib-process:code-migration-modernization--framework-upgrade
specializations/code-migration-modernization/framework-upgrade json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:code-migration-modernization--framework-upgrade",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "specializations/code-migration-modernization/framework-upgrade",
"description": "Framework Upgrade Process - Systematic process for upgrading application frameworks\nto newer versions while minimizing disruption, managing breaking changes, and ensuring stability.",
"libraryPath": "library/specializations/code-migration-modernization/framework-upgrade.js",
"specialization": "code-migration-modernization",
"references": [
"- React Upgrade Guide: https://react.dev/blog/2022/03/08/react-18-upgrade-guide",
"- Angular Update Guide: https://update.angular.io/",
"- Spring Boot Migration: https://github.com/spring-projects/spring-boot/wiki"
],
"example": "const result = await orchestrate('specializations/code-migration-modernization/framework-upgrade', {\n projectName: 'React App Upgrade',\n currentFramework: { name: 'React', version: '16.8' },\n targetVersion: '18.2',\n testSuite: { path: './tests', coverage: 75 }\n});",
"usesAgents": [
"framework-upgrade-specialist",
"regression-detector",
"dependency-modernization-agent",
"code-transformation-executor",
"cutover-coordinator"
]
},
"outgoingEdges": [
{
"from": "lib-process:code-migration-modernization--framework-upgrade",
"to": "skill-area:strangler-fig-pattern",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:code-migration-modernization--framework-upgrade",
"to": "skill-area:parallel-run-migration",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:code-migration-modernization--framework-upgrade",
"to": "topic:refactoring",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:code-migration-modernization--framework-upgrade",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:code-migration-modernization--framework-upgrade",
"to": "role:architect",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:code-migration-modernization--framework-upgrade",
"to": "role:tech-lead",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:code-migration-modernization--framework-upgrade",
"to": "workflow:technical-debt-reduction",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:code-migration-modernization--framework-upgrade",
"to": "workflow:framework-upgrade-cycle",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:code-migration-modernization--framework-upgrade",
"to": "specialization:code-migration-modernization",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:code-migration-modernization--framework-upgrade",
"to": "lib-agent:code-migration-modernization--framework-upgrade-specialist",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
},
{
"from": "lib-process:code-migration-modernization--framework-upgrade",
"to": "lib-agent:code-migration-modernization--regression-detector",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
},
{
"from": "lib-process:code-migration-modernization--framework-upgrade",
"to": "lib-agent:code-migration-modernization--dependency-modernization-agent",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
},
{
"from": "lib-process:code-migration-modernization--framework-upgrade",
"to": "lib-agent:code-migration-modernization--code-transformation-executor",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
},
{
"from": "lib-process:code-migration-modernization--framework-upgrade",
"to": "lib-agent:code-migration-modernization--cutover-coordinator",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}