iiRecord
Agentic AI Atlas · generic-bugfix
lib-process:shared--generic-bugfixa5c.ai
II.
LibraryProcess JSON

lib-process:shared--generic-bugfix

Structured · live

generic-bugfix 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:shared--generic-bugfix",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "generic-bugfix",
    "description": "Root-cause-first bugfix template with Phase 0 git-diff analysis. Enforces deep diagnosis before\nimplementation and verifies edge cases beyond the reported case. Replaces all\nad-hoc bugfix processes that vary in diagnostic depth.\nStructure: 6 phases\n  Phase 1: Diagnostic (5-question checklist, requires 2+ independent evidence signals)\n  Phase 2: Breakpoint — human reviews diagnosis before fix begins\n  Phase 3: Implement fix (references diagnosis output)\n  Phase 4: TypeScript check (hard shell gate — non-zero exit fails the run)\n  Phase 5: Verify fix + edge cases (structured matrix: reported + boundary cases)\n  Phase 6: Breakpoint — human reviews outcome",
    "libraryPath": "library/contrib/rogelsm/generic-bugfix.js",
    "usesAgents": [
      "review-diagnosis",
      "verify-with-edge-cases",
      "review-fix"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-process:shared--generic-bugfix",
      "to": "domain:software-engineering",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:shared--generic-bugfix",
      "to": "workflow:bug-triage",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    }
  ],
  "incomingEdges": []
}