Update SKILL.md to include full path for rules directory
This commit is contained in:
@@ -1,13 +1,13 @@
|
|||||||
---
|
---
|
||||||
name: rules
|
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
|
user-invokable: false
|
||||||
disable-model-invocation: false
|
disable-model-invocation: false
|
||||||
---
|
---
|
||||||
|
|
||||||
# Rules Skill
|
# 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
|
## Available Rule Files
|
||||||
|
|
||||||
@@ -26,7 +26,7 @@ This skill provides access to project-specific coding rules and conventions stor
|
|||||||
|
|
||||||
## Usage
|
## 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
|
### ColGREP Init
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user