Update SKILL.md to include full path for rules directory

This commit is contained in:
2026-02-16 16:46:34 +05:30
parent 5b29c844c8
commit a273bf8963

View File

@@ -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