add cline profile

This commit is contained in:
Joe Danziger
2025-05-21 09:39:08 -04:00
parent 042da6a2cf
commit 97859d8d7e
2 changed files with 141 additions and 0 deletions

View File

@@ -13,11 +13,13 @@ import { log } from './utils.js';
import { setupMCPConfiguration } from './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';
export const BRAND_PROFILES = {
cline: clineProfile,
cursor: cursorProfile,
roo: rooProfile,
windsurf: windsurfProfile