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
7 lines • 466 B
JavaScript
// Public API for the project-isolation module. Consumers (use.ts) should
// import from here, not from internal files, so the module shape can evolve
// without rippling.
export { maybeWarnProjectIsolation, WARNING_TEXT, GLOBAL_INSTALL_INFO, DEFAULT_DELAY_MS } from './warning.js';
export { detectProjectSignal, isUnsuitableCwd } from './detect.js';
export { PROJECT_SIGNALS, CSPROJ_PATTERN, MAX_PARENT_DEPTH } from './signals.js';
//# sourceMappingURL=index.js.map