]> Piment Noir Git Repositories - freqai-strategies.git/commitdiff
chore: update serena project configuration with new settings
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Sun, 15 Mar 2026 22:17:35 +0000 (23:17 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Sun, 15 Mar 2026 22:17:35 +0000 (23:17 +0100)
.serena/project.yml

index 44744f1ea1106d09af4616caf3dbbf5a53e13343..dd8830f45d97a56ebd4bed317d789f84b1eb4b5b 100644 (file)
@@ -125,3 +125,12 @@ 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: []
+
+# line ending convention to use when writing source files.
+# Possible values: unset (use global setting), "lf", "crlf", or "native" (platform default)
+# This does not affect Serena's own files (e.g. memories and configuration files), which always use native line endings.
+line_ending: