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

7 lines
170 B
TypeScript
Raw Normal View History

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