feat(prompts-core): add package skeleton

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:16:49 +09:00
parent 87de056308
commit 4338ddb898
7 changed files with 122 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
export type {
LoadedPrompt,
LoadPromptInput,
ModelVariant,
PromptSource,
RuntimeInjection,
VariantTable,
} from "./types"