feat(prompts-core): add package skeleton

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 17:16:49 +09:00
parent 87de056308
commit 4338ddb898
7 changed files with 122 additions and 0 deletions
+10
View File
@@ -108,6 +108,14 @@
"@oh-my-opencode/utils": "workspace:*",
},
},
"packages/prompts-core": {
"name": "@oh-my-opencode/prompts-core",
"version": "0.1.0",
"peerDependencies": {
"@oh-my-opencode/model-core": "workspace:*",
"@oh-my-opencode/utils": "workspace:*",
},
},
"packages/rules-engine": {
"name": "@oh-my-opencode/rules-engine",
"version": "0.1.0",
@@ -209,6 +217,8 @@
"@oh-my-opencode/model-core": ["@oh-my-opencode/model-core@workspace:packages/model-core"],
"@oh-my-opencode/prompts-core": ["@oh-my-opencode/prompts-core@workspace:packages/prompts-core"],
"@oh-my-opencode/rules-engine": ["@oh-my-opencode/rules-engine@workspace:packages/rules-engine"],
"@oh-my-opencode/utils": ["@oh-my-opencode/utils@workspace:packages/utils"],