II.
LibraryProcess overview
Reference · livelib-process:shared--serverreachablegate
Zero-token shell task factory that hard-fails if the dev server is unreachable. overview
Zero-token shell task factory that hard-fails if the dev server is unreachable. Designed as Phase 0 for bugfix processes to prevent misdiagnosis when dev environment is down. Usage: import { serverReachableGate } from './serverReachableGate.js'; // In your process tasks array: serverReachableGate(3010), // checks localhost:3010
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.
Designed as Phase 0 for bugfix processes to prevent misdiagnosis when dev environment is down.
Usage:
import { serverReachableGate } from './serverReachableGate.js';
// In your process tasks array:
serverReachableGate(3010), // checks localhost:3010
libraryPath
library/contrib/rogelsm/serverReachableGate.js
Outgoing edges
lib_applies_to_domain1
- domain:software-engineering·DomainSoftware Engineering
lib_implements_workflow1
- workflow:feature-development·WorkflowFeature Development
Incoming edges
None.