ci(publish): prepare lsp runtime for release checks

This commit is contained in:
YeonGyu-Kim
2026-05-31 03:57:13 +09:00
parent ab0244386f
commit 2684d08ec9
3 changed files with 48 additions and 1 deletions
@@ -1,4 +1,5 @@
import { describe, expect, test } from "bun:test"
import { fileURLToPath } from "node:url"
import { join } from "node:path"
import { trustedHookStatesForPlugin } from "./codex-hook-trust"
@@ -6,7 +7,7 @@ describe("codex-hook-trust", () => {
test("computes trusted hook hashes for vendored plugin", async () => {
// given
const pluginRoot = join(
"/Users/yeongyu/local-workspaces/omodex",
fileURLToPath(new URL("../../../", import.meta.url)),
"packages",
"omo-codex",
"plugin",