atl rovo dev not in preferred list until fully tested

This commit is contained in:
Brian Madison
2025-12-06 14:25:29 -06:00
parent 7545bf9227
commit 7c5c97a914
7 changed files with 5 additions and 34 deletions

View File

@@ -15,7 +15,7 @@ const { TaskToolCommandGenerator } = require('./shared/task-tool-command-generat
*/
class RovoDevSetup extends BaseIdeSetup {
constructor() {
super('rovo-dev', 'Atlassian Rovo Dev', true); // preferred IDE
super('rovo-dev', 'Atlassian Rovo Dev', false);
this.configDir = '.rovodev';
this.subagentsDir = 'subagents';
this.workflowsDir = 'workflows';