fix(headless): align openwrk TUI compile path with OpenTUI + branch CI (#536)

* fix(headless): align openwrk compile path with OpenTUI Solid

Use the upstream @opentui/solid build plugin and preload/tsconfig wiring so compiled openwrk binaries keep TUI runtime compatibility instead of emitting broken React runtime behavior.

* ci: run openwrk checks on feature branch pushes

Trigger CI for fix/openwrk-react-shim and add an openwrk binary build job so bundling regressions are caught before merging to dev.

* ci: relax binary validation to runtime smoke

Use openwrk --version/--help checks instead of grepping embedded strings so the branch CI validates bundling without false failures from defensive error text.

* fix(desktop): build openwrk sidecar via headless build script

Route desktop sidecar preparation through packages/headless/script/build.ts so OpenTUI plugin settings are applied consistently and Linux CI no longer compiles openwrk with incompatible JSX defaults.
This commit is contained in:
ben
2026-02-10 23:39:38 -08:00
committed by GitHub
parent e9bda43b0a
commit 86938ece00
9 changed files with 79 additions and 171 deletions

View File

@@ -2,9 +2,12 @@ name: OpenWork Tests
on:
pull_request:
branches:
- dev
push:
branches:
- dev
- fix/openwrk-react-shim
permissions:
contents: read