Skip to content

[deep-report] Daily Fact / codex engine: node: command not found — apply Hippo memory mem_5b74c0634f76 fix #31042

@github-actions

Description

@github-actions

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 ·

  • expires on May 10, 2026, 3:20 PM UTC

Metadata

Metadata

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions