/** * Configure Claude Code: * - agents/, settings.json from platform-specific templates * - hooks/ from shared-hooks/ (unified with other platforms) * - commands/trellis/ — start + finish-work as slash commands * - skills/trellis-{name}/SKILL.md — other 5 as auto-triggered skills */ export declare function configureClaude(cwd: string): Promise; //# sourceMappingURL=claude.d.ts.map