build(prompts-core): bundle markdown prompt variants

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 18:29:05 +09:00
parent 91351d73fd
commit 96a9365044
9 changed files with 56 additions and 1 deletions
+7 -1
View File
@@ -1,11 +1,17 @@
export type {
BundledPromptSource,
FilesystemPromptSource,
LoadedPrompt,
LoadBundledPromptInput,
LoadFilesystemPromptInput,
LoadPromptInput,
ModelVariant,
PromptSource,
RuntimeInjection,
SyncRuntimeInjection,
VariantTable,
} from "./types"
export { atlasPromptVariants } from "./atlas-prompts"
export { resolveVariant } from "./variant-resolver"
export type { ResolveVariantInput } from "./variant-resolver"
export { loadPrompt, PromptFileNotFoundError, PromptPathTraversalError } from "./loader"
export { loadPrompt, loadPromptSync, PromptFileNotFoundError, PromptPathTraversalError } from "./loader"