/** * Configure Cursor: * - commands/ — start + finish-work as slash commands (trellis- prefix, flat) * - skills/trellis-{name}/SKILL.md — other 5 as auto-triggered skills * - agents/{name}.md — sub-agent definitions * - hooks/*.py — shared hook scripts * - hooks.json — hook configuration (separate file, not settings.json) */ export declare function configureCursor(cwd: string): Promise; //# sourceMappingURL=cursor.d.ts.map