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