/** * Migration 018: Skill Meta * * Creates the skill_meta table for procedural memory P1. * Skills become first-class nodes in the knowledge graph, * with per-agent scoping, usage tracking, and decay. */ import type { MigrationDb } from "./index"; export declare function up(db: MigrationDb): void; //# sourceMappingURL=018-skill-meta.d.ts.map