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,