import { Injectable } from '@nestjs/common';
/**
* Projects Tools - Currently empty as project/module discovery is handled by whoami tool
* whoami returns all user's projects and modules in a single call
* This module remains for future expansion if needed
*/
@Injectable()
export class ProjectsTools {}