II.
Workflow JSON
Structured · liveworkflow:monorepo-toolchain-update
Monorepo Toolchain Update json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "workflow:monorepo-toolchain-update",
"_kind": "Workflow",
"_file": "workflows/workflows/workflows-devex.yaml",
"_cluster": "workflows",
"attributes": {
"displayName": "Monorepo Toolchain Update",
"workflowKind": "development",
"triggerType": "scheduled",
"typicalCadence": "monthly",
"complexity": "cross-team",
"description": "Upgrades and maintains the monorepo build toolchain — package manager\nupdates, build system configuration, workspace dependency resolution,\nand CI pipeline compatibility. Excludes application-level dependency upgrades.\n"
},
"outgoingEdges": [
{
"from": "workflow:monorepo-toolchain-update",
"to": "role:platform-engineer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:monorepo-toolchain-update",
"to": "role:staff-engineer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:monorepo-toolchain-update",
"to": "skill-area:typescript-generic-programming",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:monorepo-toolchain-update",
"to": "skill-area:gitops",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:monorepo-toolchain-update",
"to": "domain:software-engineering",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:monorepo-toolchain-update",
"to": "domain:devops",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:monorepo-toolchain-update",
"to": "responsibility:dx-tooling-maintenance",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:monorepo-toolchain-update",
"to": "responsibility:upgrade-dependencies-weekly",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:monorepo-toolchain-update",
"to": "org-unit:engineering-productivity",
"kind": "performed_by_org_unit",
"attributes": {}
},
{
"from": "workflow:monorepo-toolchain-update",
"to": "org-unit:internal-tools",
"kind": "performed_by_org_unit",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "stack-profile:monorepo-fullstack",
"to": "workflow:monorepo-toolchain-update",
"kind": "follows_workflow"
}
]
}