feat(prompts-core): add variant resolver

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:08 +09:00
parent 4338ddb898
commit 6301bcf059
3 changed files with 111 additions and 0 deletions
+2
View File
@@ -6,3 +6,5 @@ export type {
RuntimeInjection,
VariantTable,
} from "./types"
export { resolveVariant } from "./variant-resolver"
export type { ResolveVariantInput } from "./variant-resolver"