projectDetectionConfig method
Get detection config for project-specific detection
Implementation
@override
Map<String, dynamic> projectDetectionConfig() {
return {
'paths': <String>['.opencode'],
'files': <String>['.opencode/mcp_config.json'],
};
}