From: Jérôme Benoit Date: Wed, 22 Oct 2025 22:39:22 +0000 (+0200) Subject: chore: refine Serena MCP configuration X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=ef3c8349493f2fec3bf90fb0be217964f05fe637;p=freqai-strategies.git chore: refine Serena MCP configuration Signed-off-by: Jérôme Benoit --- diff --git a/.serena/project.yml b/.serena/project.yml index ea30736..e548055 100644 --- a/.serena/project.yml +++ b/.serena/project.yml @@ -25,7 +25,7 @@ read_only: false # list of tool names to exclude. We recommend not excluding any tools, see the readme for more details. # Below is the complete list of tools for convenience. -# To make sure you have the latest list of tools, and to view their descriptions, +# To make sure you have the latest list of tools, and to view their descriptions, # execute `uv run scripts/print_tool_overview.py`. # # * `activate_project`: Activates a project by name. @@ -66,6 +66,6 @@ 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: "" +initial_prompt: "You are working on a free and open source software project that implements FreqAI trading strategies. Refer to the memories for more details and `.github/copilot-instructions.md` for development guidelines." -project_name: "freqai-strategies-git" +project_name: "freqai-strategies"