Problem
The daily-fact workflow failed today with:
/bin/bash: line 1: node: command not found
(Run §25562012175, issue #31032.)
This is the same class of failure documented in Hippo memory mem_5b74c0634f76 (verified, score=1.00):
node: command not found on GPU/self-hosted paths when node runtime is missing; validate runtimes and PATH early.
The knowledge exists in the memory store but the corresponding mitigation has never been added to the codex engine startup.
Suggested Fix
Add a startup health-check to the codex engine path (and any other engine that shells out to node) that verifies command -v node returns 0. If not, surface a clear message ("node runtime missing on this runner — check runtimes.node in workflow YAML") instead of the cryptic bash error.
Also add runtimes.node: true (or equivalent) to daily-fact.md if codex requires node post-engine.
Suggested Agent
agentic-workflows for the workflow YAML; manual review for the engine-level guard.
Estimated Effort
1–2 hours.
Source
DeepReport 2026-05-08; Hippo Memory Insights #30956 (mem_5b74c0634f76).
Generated by DeepReport - Intelligence Gathering Agent · ● 18.1M · ◷
Problem
The
daily-factworkflow failed today with:(Run §25562012175, issue #31032.)
This is the same class of failure documented in Hippo memory
mem_5b74c0634f76(verified, score=1.00):The knowledge exists in the memory store but the corresponding mitigation has never been added to the codex engine startup.
Suggested Fix
Add a startup health-check to the codex engine path (and any other engine that shells out to node) that verifies
command -v nodereturns 0. If not, surface a clear message ("node runtime missing on this runner — checkruntimes.nodein workflow YAML") instead of the cryptic bash error.Also add
runtimes.node: true(or equivalent) todaily-fact.mdif codex requires node post-engine.Suggested Agent
agentic-workflowsfor the workflow YAML; manual review for the engine-level guard.Estimated Effort
1–2 hours.
Source
DeepReport 2026-05-08; Hippo Memory Insights #30956 (mem_5b74c0634f76).