move to /src/utils
This commit is contained in:
@@ -746,7 +746,7 @@ function createProjectStructure(
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Import MCP configuration helper
|
// Import MCP configuration helper
|
||||||
import { setupMCPConfiguration } from './modules/mcp-utils.js';
|
import { setupMCPConfiguration } from '../src/utils/mcp-utils.js';
|
||||||
// Import centralized brand profile logic
|
// Import centralized brand profile logic
|
||||||
import { BRAND_PROFILES, BRAND_NAMES } from './modules/rule-transformer.js';
|
import { BRAND_PROFILES, BRAND_NAMES } from './modules/rule-transformer.js';
|
||||||
|
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ import path from 'path';
|
|||||||
import { log } from './utils.js';
|
import { log } from './utils.js';
|
||||||
|
|
||||||
// Import the shared MCP configuration helper
|
// Import the shared MCP configuration helper
|
||||||
import { setupMCPConfiguration } from './mcp-utils.js';
|
import { setupMCPConfiguration } from '../../src/utils/mcp-utils.js';
|
||||||
|
|
||||||
// --- Centralized Brand Helpers ---
|
// --- Centralized Brand Helpers ---
|
||||||
import * as clineProfile from '../profiles/cline.js';
|
import * as clineProfile from '../profiles/cline.js';
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
import fs from 'fs';
|
import fs from 'fs';
|
||||||
import path from 'path';
|
import path from 'path';
|
||||||
import { log } from './utils.js';
|
import { log } from '../../scripts/modules/utils.js';
|
||||||
|
|
||||||
// Structure matches project conventions (see scripts/init.js)
|
// Structure matches project conventions (see scripts/init.js)
|
||||||
export function setupMCPConfiguration(configDir) {
|
export function setupMCPConfiguration(configDir) {
|
||||||
Reference in New Issue
Block a user