You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 9, 2026. It is now read-only.
genie brainstorm crystallize crashes immediately with a Node/Bun path resolution error.
Reproduction
Open a shell on Linux (Bun installed).
Run:
cd /home/genie
genie brainstorm crystallize
Expected
The command should crystallize the active brainstorm (write/update DESIGN artifacts and jar state) and exit successfully.
Actual
The CLI exits with status 1 and this error:
TypeError: The "paths[0]" property must be of type string, got undefined
code: "ERR_INVALID_ARG_TYPE"
at <anonymous> (/home/genie/.claude/plugins/cache/namastexlabs/automagik-genie/0.260213.2233/scripts/genie.cjs:165:70)
Bun v1.3.9 (Linux x64)
Summary
genie brainstorm crystallizecrashes immediately with a Node/Bun path resolution error.Reproduction
cd /home/genie genie brainstorm crystallizeExpected
The command should crystallize the active brainstorm (write/update DESIGN artifacts and jar state) and exit successfully.
Actual
The CLI exits with status
1and this error:The bundled line shown in output includes:
This looks like
path.resolveis being called with an undefined directory base in the built CLI script.Environment
namastexlabs/genie-cliBun v1.3.9 (Linux x64)bash2026-03-03Extra observation
genie --versionalso throws the same error in this environment, suggesting this is in CLI bootstrap/load path rather than brainstorm-specific logic.