@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.
9 lines • 430 B
TypeScript
/**
* Agent Setup checks for `goat-flow audit --agent <id>`.
* 4 checks that validate per-agent installation: instruction, skills, settings, guardrail hooks.
* All checks require --agent and skip in aggregate mode (except orphaned-artifacts detection).
*/
import type { BuildCheck } from "./types.js";
/** 4 agent setup checks */
export declare const AGENT_CHECKS: BuildCheck[];
//# sourceMappingURL=check-agent-setup.d.ts.map