iiRecord
Agentic AI Atlas · specializations/collaboration/github/conflict-resolver
lib-process:collaboration--conflict-resolvera5c.ai
II.
LibraryProcess JSON

lib-process:collaboration--conflict-resolver

Structured · live

specializations/collaboration/github/conflict-resolver json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · generated-library/processes.yamlCluster · generated-library
Record JSON
{
  "id": "lib-process:collaboration--conflict-resolver",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "specializations/collaboration/github/conflict-resolver",
    "description": "Merge-conflict resolver. Detects conflicts, checks whether upstream already\n  covers the PR (safe-close if so), otherwise rewrites the PR branch in place: rebase onto\n  base, resolve each conflict category, verify locally, force-push-with-lease, re-invoke\n  validator. Works DIRECTLY on the existing PR branch — never creates a new branch/PR.",
    "libraryPath": "library/specializations/collaboration/github/conflict-resolver.js",
    "specialization": "collaboration"
  },
  "outgoingEdges": [
    {
      "from": "lib-process:collaboration--conflict-resolver",
      "to": "skill-area:code-review-practice",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:collaboration--conflict-resolver",
      "to": "skill-area:gitops",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:collaboration--conflict-resolver",
      "to": "topic:code-review-best-practices",
      "kind": "lib_covers_topic",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:collaboration--conflict-resolver",
      "to": "domain:software-engineering",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:collaboration--conflict-resolver",
      "to": "role:tech-lead",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:collaboration--conflict-resolver",
      "to": "role:engineering-manager",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:collaboration--conflict-resolver",
      "to": "role:backend-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.5
      }
    },
    {
      "from": "lib-process:collaboration--conflict-resolver",
      "to": "workflow:code-review",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:collaboration--conflict-resolver",
      "to": "workflow:pull-request-lifecycle",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:collaboration--conflict-resolver",
      "to": "specialization:collaboration",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 1
      }
    }
  ],
  "incomingEdges": []
}