Park remaining local WIP on main. TUI archived, CLI/kernel edits, glass. Sort later. Broken is fine.
Neuron Soul CI / build (push) Failing after 4m34s
Neuron Soul CI / deploy (push) Failing after 12m13s

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-08-24 14:07:23 -05:00
parent 2b8c89f097
commit e58cdd124c
278 changed files with 4326 additions and 1067 deletions
+2 -2
View File
@@ -4,7 +4,7 @@ import { $ } from "bun"
import { rm } from "fs/promises"
import path from "path"
import { Script } from "@opencode-ai/script"
import { createSolidTransformPlugin } from "@opentui/solid/bun-plugin"
import { createSolidTransformPlugin } from "@neuron-tui/solid/bun-plugin"
import pkg from "../package.json"
import { modelsData } from "./generate"
@@ -48,7 +48,7 @@ const targets = singleFlag
})
: allTargets
if (!skipInstall) await $`bun install --os="*" --cpu="*" @opentui/core@${pkg.dependencies["@opentui/core"]}`
if (!skipInstall) await $`bun install --os="*" --cpu="*" @neuron-tui/core@${pkg.dependencies["@neuron-tui/core"]}`
for (const item of targets) {
const target = [