Skip to content

Commit 1238786

Browse files
chore: update serena config
1 parent 1e04d0a commit 1238786

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.serena/project.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ encoding: utf-8
111111
# Note that when using the JetBrains backend, language servers are not used and this list is correspondingly ignored.
112112
languages:
113113
- rust
114-
- typescript # For JavaScript/Alpine.js
114+
- typescript
115115

116116
# time budget (seconds) per tool call for the retrieval of additional symbol information
117117
# such as docstrings or parameter information.
@@ -125,3 +125,7 @@ symbol_info_budget:
125125
# Note: the backend is fixed at startup. If a project with a different backend
126126
# is activated post-init, an error will be returned.
127127
language_backend:
128+
129+
# list of regex patterns which, when matched, mark a memory entry as read‑only.
130+
# Extends the list from the global configuration, merging the two lists.
131+
read_only_memory_patterns: []

0 commit comments

Comments
 (0)