II.
LibraryProcess JSON
Structured · livelib-process:shared--serverreachablegate
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.
{
"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": []
}