@iflow-mcp/ejmockler-brutalist
Version:
Deploy Claude, Codex & Gemini CLI agents to demolish your work before users do. Real file analysis. Brutal honesty. Now with conversation continuation & intelligent pagination.
10 lines • 569 B
TypeScript
import { BrutalistPromptType } from './cli-agents.js';
export declare const SYSTEM_PROMPTS: Record<BrutalistPromptType, string>;
/**
* Get the system prompt for a given analysis type.
* Falls back to a generic brutal prompt if type is not found.
* When mcpServers is provided, appends MCP tool-usage instructions.
* When url is provided (design domain), injects navigation target for Playwright.
*/
export declare function getSystemPrompt(analysisType: BrutalistPromptType, mcpServers?: string[], url?: string): string;
//# sourceMappingURL=system-prompts.d.ts.map