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
13 lines • 508 B
JavaScript
/**
* Contributor Discovery Type Definitions
*
* Cross-framework contributor convention per ADR-023. Frameworks, addons,
* and extensions opt into cross-framework commands (project-status,
* best-practices-audit, ...) by shipping `<framework>/<kind>/contributor.md`
* files. The aggregator discovers, validates, and runs detection against them.
*
* @architecture @.aiwg/architecture/decisions/ADR-023-contributor-discovery-convention.md
* @issue #938
*/
export {};
//# sourceMappingURL=types.js.map