refactor(packages): extract comment-checker-core package

This commit is contained in:
YeonGyu-Kim
2026-05-21 01:17:04 +09:00
parent 3b303e79f4
commit 7028c1f40a
14 changed files with 562 additions and 355 deletions
+7
View File
@@ -26,6 +26,7 @@
"devDependencies": {
"@oh-my-opencode/ast-grep-core": "workspace:*",
"@oh-my-opencode/ast-grep-mcp": "workspace:*",
"@oh-my-opencode/comment-checker-core": "workspace:*",
"@oh-my-opencode/rules-core": "workspace:*",
"@oh-my-opencode/utils": "workspace:*",
"@types/js-yaml": "^4.0.9",
@@ -70,6 +71,10 @@
"bun-types": "1.3.12",
},
},
"packages/comment-checker-core": {
"name": "@oh-my-opencode/comment-checker-core",
"version": "0.1.0",
},
"packages/rules-core": {
"name": "@oh-my-opencode/rules-core",
"version": "0.1.0",
@@ -161,6 +166,8 @@
"@oh-my-opencode/ast-grep-mcp": ["@oh-my-opencode/ast-grep-mcp@workspace:packages/ast-grep-mcp"],
"@oh-my-opencode/comment-checker-core": ["@oh-my-opencode/comment-checker-core@workspace:packages/comment-checker-core"],
"@oh-my-opencode/rules-core": ["@oh-my-opencode/rules-core@workspace:packages/rules-core"],
"@oh-my-opencode/utils": ["@oh-my-opencode/utils@workspace:packages/utils"],