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