refactor: de-duplicate roles to avoid explosion when more CLIs get added
This commit is contained in:
@@ -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": []
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user