feat(omo-codex): add start-work continuation component
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
@@ -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",
|
||||
);
|
||||
Reference in New Issue
Block a user