docs(repo): batch 86 (11 files)

This commit is contained in:
YeonGyu-Kim
2026-05-30 19:12:15 +09:00
parent 43383342d4
commit 166a6f42f6
11 changed files with 267 additions and 105 deletions
+22 -1
View File
@@ -31,8 +31,10 @@
"@oh-my-opencode/comment-checker-core": "workspace:*",
"@oh-my-opencode/hashline-core": "workspace:*",
"@oh-my-opencode/model-core": "workspace:*",
"@oh-my-opencode/omo-codex": "workspace:*",
"@oh-my-opencode/prompts-core": "workspace:*",
"@oh-my-opencode/rules-engine": "workspace:*",
"@oh-my-opencode/shared-skills": "workspace:*",
"@oh-my-opencode/utils": "workspace:*",
"@types/js-yaml": "^4.0.9",
"@types/picomatch": "^4.0.3",
@@ -74,7 +76,7 @@
"name": "@oh-my-opencode/ast-grep-mcp",
"version": "0.0.0",
"bin": {
"ast-grep-mcp": "dist/cli.js",
"omo-ast-grep": "dist/cli.js",
},
"dependencies": {
"@ast-grep/cli": "^0.41.1",
@@ -109,6 +111,17 @@
"@oh-my-opencode/utils": "workspace:*",
},
},
"packages/omo-codex": {
"name": "@oh-my-opencode/omo-codex",
"version": "0.1.0",
"dependencies": {
"@oh-my-opencode/utils": "workspace:*",
"posthog-node": "^5.34.3",
},
"devDependencies": {
"bun-types": "1.3.14",
},
},
"packages/prompts-core": {
"name": "@oh-my-opencode/prompts-core",
"version": "0.1.0",
@@ -124,6 +137,10 @@
"picomatch": "^4.0.4",
},
},
"packages/shared-skills": {
"name": "@oh-my-opencode/shared-skills",
"version": "0.1.0",
},
"packages/utils": {
"name": "@oh-my-opencode/utils",
"version": "0.1.0",
@@ -218,10 +235,14 @@
"@oh-my-opencode/model-core": ["@oh-my-opencode/model-core@workspace:packages/model-core"],
"@oh-my-opencode/omo-codex": ["@oh-my-opencode/omo-codex@workspace:packages/omo-codex"],
"@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/shared-skills": ["@oh-my-opencode/shared-skills@workspace:packages/shared-skills"],
"@oh-my-opencode/utils": ["@oh-my-opencode/utils@workspace:packages/utils"],
"@opencode-ai/plugin": ["@opencode-ai/plugin@1.15.10", "", { "dependencies": { "@opencode-ai/sdk": "1.15.10", "effect": "4.0.0-beta.66", "zod": "4.1.8" }, "peerDependencies": { "@opentui/core": ">=0.2.15", "@opentui/keymap": ">=0.2.15", "@opentui/solid": ">=0.2.15" }, "optionalPeers": ["@opentui/core", "@opentui/keymap", "@opentui/solid"] }, "sha512-V2p7CvpBtKWB+FID7Dl1y0Ci02zUT40A9b2RD9R9BOiuD8ZcKhHWov+irN0xVJA0Eg6OhEBfA0lPKRn1FNKPlw=="],