From 086ba0412c4615478a4a02666ad3432ec26ad1c6 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 2 Mar 2026 10:00:35 -0600 Subject: [PATCH 1/2] Add .omc to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d8f38b5409..5f31c6bc8c 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 From 3df9e12356a5f1bfc6bd89943d5c1f234c9cfdcb Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 2 Mar 2026 10:02:03 -0600 Subject: [PATCH 2/2] Remove full .omc directory --- .gitignore | 2 +- .serena/project.yml | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5f31c6bc8c..2363727be2 100644 --- a/.gitignore +++ b/.gitignore @@ -28,4 +28,4 @@ go.work.sum .claude/* !.claude/skills/ .sisyphus/* -.omc/* \ No newline at end of file +.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: