UNPKG

@blundergoat/goat-flow

Version:

AI coding agent harness and local dashboard for Claude Code, OpenAI Codex, Google Antigravity, and GitHub Copilot - setup audits, guardrails, structured skills, deny hooks, and persistent learning loops.

12 lines 277 B
/** * Core shared types for goat-flow. */ // === Agent Types === /** Canonical supported AI coding agent identifiers in stable display order. */ export const KNOWN_AGENT_IDS = [ "claude", "codex", "antigravity", "copilot", ]; //# sourceMappingURL=types.js.map