mirror of
https://github.com/HidemaruOwO/MicroRepository.git
synced 2025-06-28 13:42:20 +09:00
✨ add clinerules (.clinerules)
This commit is contained in:
parent
fbb1171d6e
commit
2316332309
1 changed files with 11 additions and 0 deletions
11
.clinerules
Normal file
11
.clinerules
Normal file
|
@ -0,0 +1,11 @@
|
|||
# Project Understanding Rules
|
||||
|
||||
When starting work on this project:
|
||||
|
||||
1. First, read and understand the codebase by exploring the directory structure
|
||||
2. Use `tree` command excluding large directories (node_modules, etc.)
|
||||
3. Read `docs/llm-context.md` to understand previous learnings about the project
|
||||
4. Summarize your understanding of the project structure and purpose
|
||||
5. Update `docs/llm-context.md` with new insights when completing tasks
|
||||
|
||||
Always maintain context about the project's architecture and purpose.
|
Loading…
Add table
Reference in a new issue