diff --git a/.factory/skills/rules/SKILL.md b/.factory/skills/rules/SKILL.md index e44a0c1..5949bca 100644 --- a/.factory/skills/rules/SKILL.md +++ b/.factory/skills/rules/SKILL.md @@ -1,13 +1,13 @@ --- name: rules -description: Access and apply project coding rules and conventions from .factory/rules/ directory. Use when needing to follow coding standards, conventions, or guidelines for the project. +description: Access and apply project coding rules and conventions from ~/.factory/rules/ directory. Use when needing to follow coding standards, conventions, or guidelines for the project. user-invokable: false disable-model-invocation: false --- # Rules Skill -This skill provides access to project-specific coding rules and conventions stored in `.factory/rules/`. +This skill provides access to project-specific coding rules and conventions stored in `~/.factory/rules/`. ## Available Rule Files @@ -26,7 +26,7 @@ This skill provides access to project-specific coding rules and conventions stor ## Usage -Read the rule files from `.factory/rules/` and apply them as needed. +Read the rule files from `~/.factory/rules/` and apply them as needed. ### ColGREP Init