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

22 lines 835 B
/** * Type definitions for the context-pipeline module. * * The context-pipeline emits two project-root files at the end of `aiwg use`: * * - AIWG.md — CLAUDE.md-shaped framework context for non-Claude providers * - AGENTS.md — link-indexed bridge file pointing at AIWG.md and at deployed artifacts * * Per ADR-1 (.aiwg/architecture/adr-agents-md-aggregation.md). NOT part of agentsmith; * agentsmith creates subagent personas, this module assembles cross-platform context. */ /** * AIWG-wide brand defaults for the Codex `agents/openai.yaml` sidecar (PUW-028). * * Per ADR-1 signoff (2026-05-05): single brand identity for all skills. * Per-category mapping is a follow-up if demand surfaces. */ export const AIWG_BRAND_DEFAULTS = { icon: 'aiwg', brandColor: '#0B5FFF', }; //# sourceMappingURL=types.js.map