#!/usr/bin/env npx tsx /** * Build attack embedding corpus from ATR rule test cases. * * Reads all stable ATR rules, extracts true_positive test cases, * encodes them through all-MiniLM-L6-v2, and saves as JSON. * * Usage: * npx tsx src/embedding/build-corpus.ts * * Output: * data/attack-embeddings.json */ export {}; //# sourceMappingURL=build-corpus.d.ts.map