Skip to content

Commit f6d47ec

Browse files
zamiangclaude
andauthored
package updates (#899)
* package updates * fix: ignore @vitest/coverage-v8 in knip config Dynamically loaded vitest coverage provider can't be detected by static analysis. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 0568f4b commit f6d47ec

File tree

4 files changed

+2969
-2054
lines changed

4 files changed

+2969
-2054
lines changed

.serena/project.yml

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,27 @@ excluded_tools: []
7979
# initial prompt for the project. It will always be given to the LLM upon activating the project
8080
# (contrary to the memories, which are loaded on demand).
8181
initial_prompt: ""
82-
82+
# the name by which the project can be referenced within Serena
8383
project_name: "homepage-notion-nextjs"
84+
85+
# list of tools to include that would otherwise be disabled (particularly optional tools that are disabled by default)
8486
included_optional_tools: []
87+
88+
# list of mode names to that are always to be included in the set of active modes
89+
# The full set of modes to be activated is base_modes + default_modes.
90+
# If the setting is undefined, the base_modes from the global configuration (serena_config.yml) apply.
91+
# Otherwise, this setting overrides the global configuration.
92+
# Set this to [] to disable base modes for this project.
93+
# Set this to a list of mode names to always include the respective modes for this project.
94+
base_modes:
95+
96+
# list of mode names that are to be activated by default.
97+
# The full set of modes to be activated is base_modes + default_modes.
98+
# If the setting is undefined, the default_modes from the global configuration (serena_config.yml) apply.
99+
# Otherwise, this overrides the setting from the global configuration (serena_config.yml).
100+
# This setting can, in turn, be overridden by CLI parameters (--mode).
101+
default_modes:
102+
103+
# fixed set of tools to use as the base tool set (if non-empty), replacing Serena's default set of tools.
104+
# This cannot be combined with non-empty excluded_tools or included_optional_tools.
105+
fixed_tools: []

knip.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"ignoreDependencies": [
1717
"tailwindcss",
1818
"@tailwindcss/typography",
19-
"class-variance-authority"
19+
"class-variance-authority",
20+
"@vitest/coverage-v8"
2021
],
2122
"ignoreExportsUsedInFile": {
2223
"interface": true,

0 commit comments

Comments
 (0)