feat: add .serena path instructions and CLAUDE.md

This commit is contained in:
2026-03-09 01:19:06 +02:00
parent 589f5ab0e2
commit 1c6c78c7b9
2 changed files with 53 additions and 0 deletions

View File

@@ -84,6 +84,14 @@ reviews:
Do not enforce current coding standards or suggest updates to align
with current practices. Focus only on grammar, spelling, and
readability if changes are being reviewed.
- path: ".serena/**"
instructions: >-
.serena directory contains Serena MCP tool configuration and
AI-generated project memories. These files are maintained by
tooling and do not represent hand-written source code.
Do not enforce coding standards or suggest refactoring. Focus
only on grammar, spelling, and readability if memory files
are being reviewed. Do not review cache files.
- path: "**/*.{test,spec}.*"
instructions: >-
These are test files. Focus on test coverage completeness,