refactor: de-duplicate roles to avoid explosion when more CLIs get added

This commit is contained in:
Fahad
2025-10-06 08:54:33 +04:00
parent bb57f71966
commit c42e9e9c34
12 changed files with 33 additions and 54 deletions

View File

@@ -9,15 +9,15 @@
"env": {},
"roles": {
"default": {
"prompt_path": "systemprompts/clink/gemini_default.txt",
"prompt_path": "systemprompts/clink/default.txt",
"role_args": []
},
"planner": {
"prompt_path": "systemprompts/clink/gemini_planner.txt",
"prompt_path": "systemprompts/clink/default_planner.txt",
"role_args": []
},
"codereviewer": {
"prompt_path": "systemprompts/clink/gemini_codereviewer.txt",
"prompt_path": "systemprompts/clink/default_codereviewer.txt",
"role_args": []
}
}