@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.
8 lines • 353 B
TypeScript
/**
* Constraints concern: Do deterministic rules catch failures before the LLM runs?
* 4 checks: deny-covers-secrets, deny-blocks-dangerous, deny-blocks-pipe-to-shell,
* deny-hook-registered.
*/
import type { HarnessCheck } from "../types.js";
export declare const CONSTRAINTS_CHECKS: HarnessCheck[];
//# sourceMappingURL=check-constraints.d.ts.map