feat(prompts-core): add prompt loader

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
YeonGyu-Kim
2026-05-24 17:17:23 +09:00
parent 6301bcf059
commit c44a6bdb2a
5 changed files with 183 additions and 0 deletions
+1
View File
@@ -8,3 +8,4 @@ export type {
} from "./types"
export { resolveVariant } from "./variant-resolver"
export type { ResolveVariantInput } from "./variant-resolver"
export { loadPrompt, PromptFileNotFoundError } from "./loader"