ced472dedf
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
7 lines
170 B
TypeScript
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",
|
|
);
|