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.

6 lines 242 B
/** * Programmatic entry point for goat-flow as a library. * Re-exports the stable audit, prompt, config, and utility APIs used by tests and external consumers. */ export { createFS } from "./facts/fs.js"; //# sourceMappingURL=index.js.map