diff --git a/.gitignore b/.gitignore index d8f38b5409..2363727be2 100644 --- a/.gitignore +++ b/.gitignore @@ -27,4 +27,5 @@ go.work.sum .claude/settings.local.json .claude/* !.claude/skills/ -.sisyphus/* \ No newline at end of file +.sisyphus/* +.omc \ No newline at end of file diff --git a/.serena/project.yml b/.serena/project.yml index e6f6b30892..c0463d20a5 100644 --- a/.serena/project.yml +++ b/.serena/project.yml @@ -110,3 +110,16 @@ encoding: utf-8 # Note that when using the JetBrains backend, language servers are not used and this list is correspondingly ignored. languages: - typescript + +# 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: