@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 • 376 B
TypeScript
/**
* 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 type { AgentId, AgentProfile, ProjectFacts, AgentFacts, SharedFacts, StackInfo, ReadonlyFS, CLIOptions, } from "./types.js";
export { createFS } from "./facts/fs.js";
//# sourceMappingURL=index.d.ts.map