iiRecord
Agentic AI Atlas · specializations/desktop-development/incremental-feature-e2e-gate
lib-process:desktop-development--incremental-feature-e2e-gatea5c.ai
II.
LibraryProcess JSON

lib-process:desktop-development--incremental-feature-e2e-gate

Structured · live

specializations/desktop-development/incremental-feature-e2e-gate 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:desktop-development--incremental-feature-e2e-gate",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "specializations/desktop-development/incremental-feature-e2e-gate",
    "description": "Incremental Feature E2E Gate - Ensures E2E tests are updated when new routes, pages, or features\nare added to an existing desktop application. Prevents the gap where feature code passes unit/integration tests\nbut E2E coverage is stale from a previous build run.",
    "libraryPath": "library/specializations/desktop-development/incremental-feature-e2e-gate.js",
    "specialization": "desktop-development",
    "references": [
      "- Playwright Electron: https://playwright.dev/docs/api/class-electron",
      "- Related issue: https://github.com/a5c-ai/babysitter/issues/59"
    ],
    "example": "const result = await orchestrate('specializations/desktop-development/incremental-feature-e2e-gate', {\n  projectName: 'CrudeOilTracker',\n  framework: 'Electron',\n  testFramework: 'Playwright',\n  newRoutes: ['/dubai-oman', '/murban', '/ulsd'],\n  newFeatures: ['multi-commodity-nav', 'commodity-detail-view'],\n  existingE2eDir: 'e2e'\n});",
    "usesAgents": [
      "general-purpose"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-process:desktop-development--incremental-feature-e2e-gate",
      "to": "skill-area:desktop-ui-frameworks",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:desktop-development--incremental-feature-e2e-gate",
      "to": "skill-area:cross-platform-desktop",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:desktop-development--incremental-feature-e2e-gate",
      "to": "domain:software-engineering",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:desktop-development--incremental-feature-e2e-gate",
      "to": "role:desktop-developer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:desktop-development--incremental-feature-e2e-gate",
      "to": "role:fullstack-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:desktop-development--incremental-feature-e2e-gate",
      "to": "workflow:desktop-app-release",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:desktop-development--incremental-feature-e2e-gate",
      "to": "workflow:release-management",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:desktop-development--incremental-feature-e2e-gate",
      "to": "specialization:desktop-development",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 1
      }
    }
  ],
  "incomingEdges": []
}