feat(omo-codex): batch 68 (6 files)

This commit is contained in:
YeonGyu-Kim
2026-05-30 19:12:11 +09:00
parent a2c8b3e31f
commit f31348c228
6 changed files with 319 additions and 0 deletions
@@ -0,0 +1,6 @@
import { readFileSync } from "node:fs";
export const START_WORK_CONTINUATION_DIRECTIVE: string = readFileSync(
new URL("../directive.md", import.meta.url),
"utf8",
);