From 2c4199011b9d2335dcde8426f23d962b4906b5e6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sat, 7 Mar 2026 12:10:15 +0100 Subject: [PATCH] chore: sync serena project configuration MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .serena/project.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.serena/project.yml b/.serena/project.yml index 7149a1e49..4cf82c44b 100644 --- a/.serena/project.yml +++ b/.serena/project.yml @@ -114,3 +114,7 @@ symbol_info_budget: # Note: the backend is fixed at startup. If a project with a different backend # is activated post-init, an error will be returned. language_backend: + +# list of regex patterns which, when matched, mark a memory entry as read‑only. +# Extends the list from the global configuration, merging the two lists. +read_only_memory_patterns: [] -- 2.43.0