Files
oh-my-opencode/packages/omo-codex/plugin/components/start-work-continuation/src/directive.ts
T
2026-05-30 19:12:11 +09:00

7 lines
170 B
TypeScript

import { readFileSync } from "node:fs";
export const START_WORK_CONTINUATION_DIRECTIVE: string = readFileSync(
new URL("../directive.md", import.meta.url),
"utf8",
);