Park remaining local WIP on main. TUI archived, CLI/kernel edits, glass. Sort later. Broken is fine.

This commit is contained in:
2026-08-24 14:07:23 -05:00
parent f753506416
commit abb26a26ab
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 = [