Compare commits

..

2 Commits

2 changed files with 9 additions and 8 deletions

1
.github/copilot-instructions.md vendored Symbolic link
View File

@@ -0,0 +1 @@
../.roo/rules/rules.md

View File

@@ -12,14 +12,14 @@ let
# We assume you store your Brave Search API key in "~/.config/mcp-servers/brave.env"
mcpPrograms = {
# fetch.enable = true;
filesystem = {
enable = true;
args = [ "/home/${builtins.getEnv "USER"}/projects/cloonar/cloonar-nixos/" ];
};
git = {
enable = true;
args = [ "/home/${builtins.getEnv "USER"}/projects/cloonar/cloonar-nixos/" ];
};
# filesystem = {
# enable = true;
# args = [ "/home/${builtins.getEnv "USER"}/projects/cloonar/cloonar-nixos/" ];
# };
# git = {
# enable = true;
# args = [ "/home/${builtins.getEnv "USER"}/projects/cloonar/cloonar-nixos/" ];
# };
sequential-thinking.enable = true;
# memory.enable = true;
"brave-search" = {