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 • 383 B
JavaScript
/**
* Semantic enrichment — type definitions.
*
* Stored as sidecar files at `.aiwg/index/semantic/<sanitized-id>.json`
* so the existing index schema is not mutated. Surfaces additively from
* `aiwg index query` when enrichment is present.
*
* @implements #1204
* @see .aiwg/architecture/adr-rlm-index-features-impl-plan.md
*/
export {};
//# sourceMappingURL=types.js.map