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.

8 lines 333 B
/** * Verification concern: Can the agent verify its own work honestly? * 4 checks: hooks-registered, commit-guidance, evidence-before-claims, * post-turn-hook-integrity. */ import type { HarnessCheck } from "../types.js"; export declare const VERIFICATION_CHECKS: HarnessCheck[]; //# sourceMappingURL=check-verification.d.ts.map