]> Piment Noir Git Repositories - freqai-strategies.git/commitdiff
chore: refine Serena MCP configuration
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 22 Oct 2025 22:39:22 +0000 (00:39 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 22 Oct 2025 22:39:22 +0000 (00:39 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
.serena/project.yml

index ea30736a1644353ad752437ce2bfc616893b91c6..e548055609b1d8277df243e44c7e702f47fa3fdc 100644 (file)
@@ -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"