Create a new page skill and no docs director rule
This commit is contained in:
12
.cursor/rules/no-docs-directory.mdc
Normal file
12
.cursor/rules/no-docs-directory.mdc
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
description: Do not create or add to the /docs directory
|
||||
alwaysApply: true
|
||||
---
|
||||
|
||||
# No /docs Directory Changes
|
||||
|
||||
Do **not** create new files under `docs/` or add to or modify any content in the `docs/` directory.
|
||||
|
||||
- Do not create new files in `docs/`.
|
||||
- Do not edit or append to existing files in `docs/`.
|
||||
- When a task would normally involve documentation (e.g. README updates, changelog notes), skip any changes under `docs/` unless the user explicitly asks to change that directory.
|
||||
Reference in New Issue
Block a user