refactor(ide): delegate detection to handlers (#680)

This commit is contained in:
Alex Verkhovsky
2025-10-05 20:13:11 -07:00
committed by GitHub
parent c9ffe202d5
commit b999dd1315
4 changed files with 54 additions and 33 deletions

View File

@@ -16,6 +16,7 @@ class AuggieSetup extends BaseIdeSetup {
{ name: 'User Home (~/.auggie/commands)', value: path.join(os.homedir(), '.auggie', 'commands') },
{ name: 'Custom Location', value: 'custom' },
];
this.detectionPaths = ['.auggie'];
}
/**