optimize imports

This commit is contained in:
Joe Danziger
2025-05-22 15:18:08 -04:00
parent 72faba846d
commit 11f2bc4c20
2 changed files with 6 additions and 4 deletions

View File

@@ -13,10 +13,7 @@ import { log } from './utils.js';
import { setupMCPConfiguration } from '../../src/utils/mcp-utils.js';
// --- Centralized Brand Helpers ---
import * as clineProfile from '../profiles/cline.js';
import * as cursorProfile from '../profiles/cursor.js';
import * as rooProfile from '../profiles/roo.js';
import * as windsurfProfile from '../profiles/windsurf.js';
import { clineProfile, cursorProfile, rooProfile, windsurfProfile } from '../profiles/index.js';
export const BRAND_PROFILES = {
cline: clineProfile,