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.

15 lines 710 B
/** * GOAT Flow Setup checks for `goat-flow audit`. * 16 setup-scope checks that validate project structure: * 10 named (lessons, footguns, architecture, code-map, glossary, patterns, * decisions, session-logs, plans, scratchpad) * + 1 skill-docs completeness and discoverability check * + 1 goat-flow-gitignore content check (catches pre-1.6.1 stale exceptions) * + 1 catch-all (other-files) * + 2 config (config-parses, config-version) * + 1 hook-version (installed hook dispatcher version stamps current) */ import type { BuildCheck } from "./types.js"; /** 16 setup-scope build checks */ export declare const SETUP_CHECKS: BuildCheck[]; //# sourceMappingURL=check-goat-flow.d.ts.map