9 lines
457 B
Plaintext
9 lines
457 B
Plaintext
---
|
|
description: Specifies file management guidelines, including including full file paths as comments, updating project structure in AI.MD, and maintaining package.json. This rule ensures organized and well-documented project files.
|
|
globs: **/*
|
|
---
|
|
- |-
|
|
4. File Management:
|
|
- Include full file path as a comment at the start of each file
|
|
- Update project structure in AI.MD when adding new files/directories
|
|
- Maintain up-to-date package.json |