From a273bf89636ed34fc0633f6866196508162cb9f2 Mon Sep 17 00:00:00 2001 From: abhishekbhakat Date: Mon, 16 Feb 2026 16:46:34 +0530 Subject: [PATCH] Update SKILL.md to include full path for rules directory --- .factory/skills/rules/SKILL.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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