build(prompts): inline markdown prompt imports

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:20:27 +09:00
parent e772c46819
commit d217efc195
2 changed files with 7 additions and 0 deletions
+3
View File
@@ -1,3 +1,6 @@
[test]
preload = ["./test-setup.ts"]
pathIgnorePatterns = ["packages/web/**", "packages/lsp-tools-mcp/**"]
[loader]
".md" = "text"
+4
View File
@@ -0,0 +1,4 @@
declare module "*.md" {
const content: string
export default content
}