From 2316332309988a421af843d329e2fd96aca960bd Mon Sep 17 00:00:00 2001 From: HidemaruOwO Date: Thu, 29 May 2025 21:37:16 +0900 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20add=20clinerules=20(.clinerules)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .clinerules | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .clinerules diff --git a/.clinerules b/.clinerules new file mode 100644 index 0000000..91793b9 --- /dev/null +++ b/.clinerules @@ -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.