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