diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-14 11:22:27 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-14 11:22:27 +0200 |
| commit | 8aa29fa99876e3cce1822c295d8e5b412d13e9bb (patch) | |
| tree | 386cdc527c91cdd3a28ff99975d7ebc40fb7b8d4 /f3s | |
| parent | c5a700427a90bac7156bb09c539c7d95b1bb10a8 (diff) | |
Update project config, remove CLAUDE.md, add Gemfile and Rakefile for rcm
Diffstat (limited to 'f3s')
| -rw-r--r-- | f3s/.serena/project.yml | 15 | ||||
| -rw-r--r-- | f3s/CLAUDE.md | 1 |
2 files changed, 15 insertions, 1 deletions
diff --git a/f3s/.serena/project.yml b/f3s/.serena/project.yml index 101c95a..a78fbdc 100644 --- a/f3s/.serena/project.yml +++ b/f3s/.serena/project.yml @@ -110,3 +110,18 @@ default_modes: # 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: "" + +# 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. +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: + +# 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: [] diff --git a/f3s/CLAUDE.md b/f3s/CLAUDE.md deleted file mode 100644 index 43c994c..0000000 --- a/f3s/CLAUDE.md +++ /dev/null @@ -1 +0,0 @@ -@AGENTS.md |
