/** * Migration 017: Task Skills * * Adds optional skill attachment to scheduled tasks. * Tasks can reference a skill by name and specify a mode * for how the skill content is integrated into the prompt. */ import type { MigrationDb } from "./index"; export declare function up(db: MigrationDb): void; //# sourceMappingURL=017-task-skills.d.ts.map