II.
Role JSON
Structured · liverole:changelog-writer
Changelog Writer (Bot) json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "role:changelog-writer",
"_kind": "Role",
"_file": "role/roles/roles-agentic-bots.yaml",
"_cluster": "role",
"attributes": {
"displayName": "Changelog Writer (Bot)",
"isAgentic": true,
"requiredCapabilities": [],
"requiredDomains": [],
"description": "Agentic role that summarizes merged PRs into user-facing release notes.\n"
},
"outgoingEdges": [
{
"from": "role:changelog-writer",
"to": "responsibility:changelog-maintenance",
"kind": "holds_responsibility"
},
{
"from": "role:changelog-writer",
"to": "responsibility:documentation",
"kind": "holds_responsibility"
},
{
"from": "role:changelog-writer",
"to": "skill-area:reference-docs",
"kind": "requires_expertise",
"attributes": {}
},
{
"from": "role:changelog-writer",
"to": "skill-area:semver-discipline",
"kind": "requires_expertise",
"attributes": {}
},
{
"from": "role:changelog-writer",
"to": "skill-area:docs-as-code",
"kind": "requires_expertise",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "lib-agent:cli-mcp-development--release-automation-expert",
"to": "role:changelog-writer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.5
}
},
{
"from": "responsibility:generate-changelogs",
"to": "role:changelog-writer",
"kind": "held_by",
"attributes": {}
},
{
"from": "responsibility:changelog-maintenance",
"to": "role:changelog-writer",
"kind": "held_by",
"attributes": {}
}
]
}