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.