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
+1
View File
@@ -31,6 +31,7 @@
"@oh-my-opencode/comment-checker-core": "workspace:*",
"@oh-my-opencode/hashline-core": "workspace:*",
"@oh-my-opencode/model-core": "workspace:*",
"@oh-my-opencode/prompts-core": "workspace:*",
"@oh-my-opencode/rules-engine": "workspace:*",
"@oh-my-opencode/utils": "workspace:*",
"@types/js-yaml": "^4.0.9",
+1
View File
@@ -101,6 +101,7 @@
"@oh-my-opencode/comment-checker-core": "workspace:*",
"@oh-my-opencode/hashline-core": "workspace:*",
"@oh-my-opencode/model-core": "workspace:*",
"@oh-my-opencode/prompts-core": "workspace:*",
"@oh-my-opencode/rules-engine": "workspace:*",
"@oh-my-opencode/utils": "workspace:*",
"@typescript/native-preview": "7.0.0-dev.20260518.1",
+4
View File
@@ -0,0 +1,4 @@
declare module "*.md" {
const markdown: string
export default markdown
}
+4
View File
@@ -0,0 +1,4 @@
declare module "*.md" {
const markdown: string
export default markdown
}