From ae9bf5771bf1d8150dd9a06163389b1801d129ab Mon Sep 17 00:00:00 2001 From: YeonGyu-Kim Date: Wed, 27 May 2026 15:06:46 +0900 Subject: [PATCH] fixup! feat(omo-codex): add PLUGIN_BUNDLED rule source to codex-rules engine --- packages/omo-codex/plugin/components/rules/src/rules/finder.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/omo-codex/plugin/components/rules/src/rules/finder.ts b/packages/omo-codex/plugin/components/rules/src/rules/finder.ts index b729751d1..bbe01a9b2 100644 --- a/packages/omo-codex/plugin/components/rules/src/rules/finder.ts +++ b/packages/omo-codex/plugin/components/rules/src/rules/finder.ts @@ -2,8 +2,8 @@ import { homedir } from "node:os"; import { join, resolve } from "node:path"; import { - GLOBAL_DISTANCE, BUNDLED_RULE_SUBDIR, + GLOBAL_DISTANCE, PROJECT_RULE_SUBDIRS, PROJECT_SINGLE_FILES, USER_HOME_RULE_SUBDIRS,