]> Piment Noir Git Repositories - poolifier.git/commitdiff
chore: update serena project configuration
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Sun, 1 Feb 2026 23:07:36 +0000 (00:07 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Sun, 1 Feb 2026 23:07:36 +0000 (00:07 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
.serena/project.yml

index 5b6b6f5e393b69417775b72d93a6ff77292816f8..d8c0b54b2e94ba7a29e97cf39b70df69d8cec6c1 100644 (file)
@@ -79,6 +79,27 @@ excluded_tools: []
 # initial prompt for the project. It will always be given to the LLM upon activating the project
 # (contrary to the memories, which are loaded on demand).
 initial_prompt: ''
-
+# the name by which the project can be referenced within Serena
 project_name: 'poolifier'
+
+# list of tools to include that would otherwise be disabled (particularly optional tools that are disabled by default)
 included_optional_tools: []
+
+# list of mode names to that are always to be included in the set of active modes
+# The full set of modes to be activated is base_modes + default_modes.
+# If the setting is undefined, the base_modes from the global configuration (serena_config.yml) apply.
+# Otherwise, this setting overrides the global configuration.
+# Set this to [] to disable base modes for this project.
+# Set this to a list of mode names to always include the respective modes for this project.
+base_modes:
+
+# list of mode names that are to be activated by default.
+# The full set of modes to be activated is base_modes + default_modes.
+# If the setting is undefined, the default_modes from the global configuration (serena_config.yml) apply.
+# Otherwise, this overrides the setting from the global configuration (serena_config.yml).
+# This setting can, in turn, be overridden by CLI parameters (--mode).
+default_modes:
+
+# fixed set of tools to use as the base tool set (if non-empty), replacing Serena's default set of tools.
+# This cannot be combined with non-empty excluded_tools or included_optional_tools.
+fixed_tools: []