Files
oh-my-opencode/packages/omo-codex/plugin/components/ultrawork/src/directive.ts
T

4 lines
151 B
TypeScript
Raw Normal View History

2026-05-30 19:12:04 +09:00
import { readFileSync } from "node:fs";
export const ULTRAWORK_DIRECTIVE: string = readFileSync(new URL("../directive.md", import.meta.url), "utf8");