II.
LibraryProcess JSON
Structured · livelib-process:code-migration-modernization--authentication-modernization
specializations/code-migration-modernization/authentication-modernization json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:code-migration-modernization--authentication-modernization",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "specializations/code-migration-modernization/authentication-modernization",
"description": "Authentication Modernization - Process for upgrading authentication systems from legacy\nmechanisms to modern standards (OAuth 2.0, OIDC, SAML 2.0) with proper security hardening and\nsession management.",
"libraryPath": "library/specializations/code-migration-modernization/authentication-modernization.js",
"specialization": "code-migration-modernization",
"references": [
"- OAuth 2.0: https://oauth.net/2/",
"- OpenID Connect: https://openid.net/connect/",
"- OWASP Authentication Cheat Sheet: https://cheatsheetseries.owasp.org/cheatsheets/Authentication_Cheat_Sheet.html"
],
"example": "const result = await orchestrate('specializations/code-migration-modernization/authentication-modernization', {\n projectName: 'Auth System Upgrade',\n currentAuth: { type: 'session-cookie', mechanism: 'form-based' },\n targetAuth: { type: 'OAuth2', provider: 'Auth0' },\n userBase: { count: 100000, sources: ['database', 'ldap'] },\n securityRequirements: ['MFA', 'SSO', 'audit-logging']\n});",
"usesAgents": [
"security-vulnerability-assessor",
"code-transformation-executor",
"regression-detector"
]
},
"outgoingEdges": [
{
"from": "lib-process:code-migration-modernization--authentication-modernization",
"to": "skill-area:strangler-fig-pattern",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:code-migration-modernization--authentication-modernization",
"to": "skill-area:parallel-run-migration",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:code-migration-modernization--authentication-modernization",
"to": "topic:refactoring",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:code-migration-modernization--authentication-modernization",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:code-migration-modernization--authentication-modernization",
"to": "role:architect",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:code-migration-modernization--authentication-modernization",
"to": "role:tech-lead",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:code-migration-modernization--authentication-modernization",
"to": "workflow:technical-debt-reduction",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:code-migration-modernization--authentication-modernization",
"to": "specialization:code-migration-modernization",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:code-migration-modernization--authentication-modernization",
"to": "lib-agent:code-migration-modernization--security-vulnerability-assessor",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
},
{
"from": "lib-process:code-migration-modernization--authentication-modernization",
"to": "lib-agent:code-migration-modernization--code-transformation-executor",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
},
{
"from": "lib-process:code-migration-modernization--authentication-modernization",
"to": "lib-agent:code-migration-modernization--regression-detector",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}