Skip to content

fix: opencodealt fails Module not found index.alterspective.ts #7

Description

@Alter-Igor

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions