chore(prompts-core): wire markdown prompt packaging

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:32:53 +09:00
parent 2c8e2dac41
commit 80361c05ab
4 changed files with 10 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
declare module "*.md" {
const markdown: string
export default markdown
}