Problem
opencodealt (machine-local Nodist launcher for the Alterspective fork) fails immediately with:
error: Module not found "C:\GitHub\opencode\packages\opencode\src\index.alterspective.ts"
Expected
Fork CLI/TUI starts from any cwd via the absolute-path bun entry.
Root cause
opencodealt.bat points at packages/opencode/src/index.alterspective.ts, which was never committed. Bun only applies bunfig.toml preloads from process cwd, so a cwd-agnostic entry that registers @opentui/solid/preload is required.
Problem
opencodealt(machine-local Nodist launcher for the Alterspective fork) fails immediately with:Expected
Fork CLI/TUI starts from any cwd via the absolute-path bun entry.
Root cause
opencodealt.batpoints atpackages/opencode/src/index.alterspective.ts, which was never committed. Bun only appliesbunfig.tomlpreloads from process cwd, so a cwd-agnostic entry that registers@opentui/solid/preloadis required.