add clinerules (.clinerules)

This commit is contained in:
ひでまる 2025-05-29 21:37:16 +09:00
parent fbb1171d6e
commit 2316332309

11
.clinerules Normal file
View 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.