iiRecord
Agentic AI Atlas · Zero-token shell task factory that hard-fails if the dev server is unreachable.
lib-process:shared--serverreachablegatea5c.ai
II.
LibraryProcess JSON

lib-process:shared--serverreachablegate

Structured · live

Zero-token shell task factory that hard-fails if the dev server is unreachable. 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--serverreachablegate",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "Zero-token shell task factory that hard-fails if the dev server is unreachable.",
    "description": "Zero-token shell task factory that hard-fails if the dev server is unreachable.\nDesigned as Phase 0 for bugfix processes to prevent misdiagnosis when dev environment is down.\nUsage:\n  import { serverReachableGate } from './serverReachableGate.js';\n  // In your process tasks array:\n  serverReachableGate(3010),  // checks localhost:3010",
    "libraryPath": "library/contrib/rogelsm/serverReachableGate.js"
  },
  "outgoingEdges": [
    {
      "from": "lib-process:shared--serverreachablegate",
      "to": "domain:software-engineering",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:shared--serverreachablegate",
      "to": "workflow:feature-development",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    }
  ],
  "incomingEdges": []
}