II.
Role JSON
Structured · liverole:refactor-bot
Refactor Bot json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "role:refactor-bot",
"_kind": "Role",
"_file": "role/roles/refactor-bot.yaml",
"_cluster": "role",
"attributes": {
"displayName": "Refactor Bot",
"isAgentic": true,
"requiredCapabilities": [
"capability:supports-tool-use",
"capability:supports-text-streaming"
],
"requiredDomains": [
"domain:software-engineering"
],
"description": "Agent that performs mechanical code refactors — renames, extractions, and pattern migrations.\n"
},
"outgoingEdges": [
{
"from": "role:refactor-bot",
"to": "responsibility:code-review",
"kind": "holds_responsibility"
},
{
"from": "role:refactor-bot",
"to": "responsibility:performance-optimization",
"kind": "holds_responsibility"
},
{
"from": "role:refactor-bot",
"to": "capability:supports-tool-use",
"kind": "requires_capability",
"attributes": {}
},
{
"from": "role:refactor-bot",
"to": "capability:supports-text-streaming",
"kind": "requires_capability",
"attributes": {}
},
{
"from": "role:refactor-bot",
"to": "domain:software-engineering",
"kind": "applies_to",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "subagent:refactor-bot",
"to": "role:refactor-bot",
"kind": "roles_played_by",
"attributes": {}
},
{
"from": "lib-agent:code-migration-modernization--code-transformation-executor",
"to": "role:refactor-bot",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:code-migration-modernization--codemod-executor",
"to": "role:refactor-bot",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:code-migration-modernization--dead-code-eliminator",
"to": "role:refactor-bot",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:code-migration-modernization--refactoring-assistant",
"to": "role:refactor-bot",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "workflow:typo-and-lint-sweep",
"to": "role:refactor-bot",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:codebase-health-refactoring-sprint",
"to": "role:refactor-bot",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:systems-memory-safety-audit",
"to": "role:refactor-bot",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:abi-compatibility-validation",
"to": "role:refactor-bot",
"kind": "involves_role",
"attributes": {}
}
]
}