8 lines
439 B
Plaintext
8 lines
439 B
Plaintext
---
|
|
description: Enforces the use of full file paths when referencing, editing, or creating files in the project. This rule ensures consistency and accuracy in file operations across the entire project.
|
|
globs: **/*
|
|
---
|
|
- |-
|
|
IMPORTANT: Always use full file paths when referencing, editing, or creating files.
|
|
Example: E:\Stojanovic-One\src\routes\Home.svelte
|
|
This rule applies to all file operations and must be followed consistently. |