/** * Windsurf-specific configuration * * Frontmatter Research Notes: * - Windsurf uses "workflows" instead of "commands" in directory names * - Directory structure: .windsurf/workflows and .windsurf/rules * - Config file: ~/.windsurf/config.json (platform-specific) * - TODO: Research Windsurf's actual workflow format requirements * - TODO: Verify if Windsurf uses different field names (e.g., "workflow_name" vs "command_name") * - TODO: Test with actual Windsurf installation to confirm format * * Current assumption: Uses YAML frontmatter with similar structure to Cursor * Note: Field names may differ (e.g., "workflow_name" instead of "command_name") * If research reveals different format, update frontmatter configuration accordingly */ import { AssistantConfig } from "./types"; export declare const windsurfConfig: AssistantConfig; //# sourceMappingURL=windsurf.d.ts.map