iiRecord
Agentic AI Atlas · post-deploy-visual-check
lib-process:devops-sre-platform--post-deploy-visual-checka5c.ai
II.
LibraryProcess JSON

lib-process:devops-sre-platform--post-deploy-visual-check

Structured · live

post-deploy-visual-check 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:devops-sre-platform--post-deploy-visual-check",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "post-deploy-visual-check",
    "description": "Post-deploy visual check — after a production deploy, spin up\nPlaywright against the live URL, walk a configurable set of critical flows,\ncapture full-page screenshots, and emit a self-contained HTML report so a\nhuman reviewer can verify the deploy looks right before handing off.\nMotivation: traditional smoke tests (HTTP 200, login form renders) often\npass while a production-only UX regression slips through. The canonical\nexample: a banner that renders conditionally on a flag set by the server\nfor new fallback-draft records; the banner CSS ships fine, the server\nflag ships fine, but the pair isn't exercised because the e2e suite uses\nseeded fixtures that never hit the fallback path. A quick visual walk\nof 4–6 critical flows catches this.",
    "libraryPath": "library/specializations/devops-sre-platform/post-deploy-visual-check.js",
    "specialization": "devops-sre-platform",
    "references": [
      "- Playwright: https://playwright.dev/\n- The \"tests pass, users notice the bug\" problem — see cookbook-retrospect.md\n  in library/reference for the motivating incident report."
    ],
    "example": "const result = await orchestrate('specializations/devops-sre-platform/post-deploy-visual-check', {\n  productionUrl: 'https://myapp.example.com',\n  flows: [\n    { name: 'Home', slug: 'home', path: '/' },\n    { name: 'Login', slug: 'login', path: '/login', assertions: ['magic link'] },\n    { name: 'Settings', slug: 'settings', path: '/settings' },\n  ],\n  reportDir: '.a5c/reports',\n  projectDir: process.cwd(),\n});",
    "usesAgents": [
      "general-purpose"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-process:devops-sre-platform--post-deploy-visual-check",
      "to": "skill-area:deployment-infrastructure-management",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:devops-sre-platform--post-deploy-visual-check",
      "to": "topic:continuous-deployment",
      "kind": "lib_covers_topic",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:devops-sre-platform--post-deploy-visual-check",
      "to": "domain:devops",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:devops-sre-platform--post-deploy-visual-check",
      "to": "role:devops-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:devops-sre-platform--post-deploy-visual-check",
      "to": "role:qa-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:devops-sre-platform--post-deploy-visual-check",
      "to": "workflow:release-management",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:devops-sre-platform--post-deploy-visual-check",
      "to": "specialization:devops-sre-platform",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 1
      }
    }
  ],
  "incomingEdges": []
}