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.

7 lines 235 B
/** * Public barrel for goat-flow config types and loader helpers. * Consumers import from here instead of coupling to config internals. */ export * from "./types.js"; export * from "./reader.js"; //# sourceMappingURL=index.d.ts.map