Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

strategy:
matrix:
node-version: ["24"]
node-version: ["24.14.0"]

steps:
# ── Checkout ──────────────────────────────────────────────────────────────
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:24-alpine
FROM node:24.14-alpine

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ These are bugs, active degradations, and hardening gaps identified across audit

**Source:** Self-audit SX4 (2026-02-24)

`test_run` calls `child_process.exec("npx vitest run ...")` and inherits the server process's `PATH`, which may resolve to the system Node (e.g. v10.19.0) instead of the project's managed Node (nvm/volta/pkgx).
`test_run` calls `child_process.exec("npx vitest run ...")` and inherits the server process's `PATH`, which may resolve to the system Node (e.g. v10.19.0) instead of the project's managed Node (nvm/volta/pkgx, Node.js v24.14.x).

**Fix:** In `test_run`, resolve the `node` binary to `process.execPath` and derive `npx` from the same directory, instead of relying on inherited `PATH`.

Expand Down
128 changes: 54 additions & 74 deletions docs/brain-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading