II.
LibraryProcess JSON
Structured · livelib-process:shared--n-strikes-escalation
Run a check task. On failure, run a fixer task and re-check. json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:shared--n-strikes-escalation",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "Run a check task. On failure, run a fixer task and re-check.",
"description": "Run a check task. On failure, run a fixer task and re-check.\n After N failures, open a breakpoint with proper rejection branching: a\n rejection with feedback loops back as an additional check \"issue\" rather\n than silently being treated as approval.",
"libraryPath": "library/processes/shared/n-strikes-escalation.js"
},
"outgoingEdges": [
{
"from": "lib-process:shared--n-strikes-escalation",
"to": "skill-area:code-review-practice",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--n-strikes-escalation",
"to": "skill-area:e2e-testing",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:shared--n-strikes-escalation",
"to": "topic:test-driven-development",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--n-strikes-escalation",
"to": "topic:code-review-best-practices",
"kind": "lib_covers_topic",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:shared--n-strikes-escalation",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--n-strikes-escalation",
"to": "role:backend-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--n-strikes-escalation",
"to": "role:tech-lead",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:shared--n-strikes-escalation",
"to": "role:qa-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:shared--n-strikes-escalation",
"to": "workflow:code-review",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--n-strikes-escalation",
"to": "workflow:feature-development",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:shared--n-strikes-escalation",
"to": "workflow:release-management",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 0.5
}
}
],
"incomingEdges": []
}