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
+4
View File
@@ -0,0 +1,4 @@
declare module "*.md" {
const content: string
export default content
}