UNPKG

aiwg

Version:

Deployment tool and support utility for AI context. Copies agents, skills, commands, rules, and behaviors into the paths each AI platform reads (Claude Code, Codex, Copilot, Cursor, Warp, OpenClaw, and 6 more) so one source of truth works across 10 platfo

12 lines 291 B
/** * Drift audit — type definitions. * * @implements #1208 * @see .aiwg/architecture/adr-rlm-index-features-impl-plan.md */ export const DEFAULT_THRESHOLDS = { keywordOverlapMin: 0.70, symbolChangeCritical: true, freshnessMaxDays: 90, }; //# sourceMappingURL=types.js.map