chore(quark): sync reactive kernel and rename package to @opencode-ai/quark

This commit is contained in:
Kit Langton 2026-07-17 23:45:56 -04:00
commit 2a8ad383ea
9 changed files with 119 additions and 135 deletions

View file

@ -1,4 +1,4 @@
import { Keyed } from "effect-quark"
import { Keyed } from "@opencode-ai/quark"
import { createStore, produce } from "solid-js/store"
import { SessionTimeline, type PartRef } from "../src/routes/session/timeline"
import { createHarness, type Workload } from "../../quark/bench/harness"