]> Piment Noir Git Repositories - freqai-strategies.git/commitdiff
chore: update serena project configuration
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Thu, 26 Feb 2026 21:55:31 +0000 (22:55 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Thu, 26 Feb 2026 21:55:31 +0000 (22:55 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
.serena/project.yml

index e2897dd862b064a19ee288f7d7f196c81a9bd9c1..44744f1ea1106d09af4616caf3dbbf5a53e13343 100644 (file)
@@ -111,8 +111,17 @@ fixed_tools: []
 # The first language is the default language and the respective language server will be used as a fallback.
 # Note that when using the JetBrains backend, language servers are not used and this list is correspondingly ignored.
 languages:
-  - python
+- python
 
-# override of the corresponding setting in serena_config.yml, see the documentation there.
-# If null or missing, the value from the global config is used.
+# time budget (seconds) per tool call for the retrieval of additional symbol information
+# such as docstrings or parameter information.
+# This overrides the corresponding setting in the global configuration; see the documentation there.
+# If null or missing, use the setting from the global configuration.
 symbol_info_budget:
+
+# The language backend to use for this project.
+# If not set, the global setting from serena_config.yml is used.
+# Valid values: LSP, JetBrains
+# 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: