@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.
10 lines • 497 B
TypeScript
/** Canonical list of all GOAT Flow skill names. */
export declare const SKILL_NAMES: readonly string[];
/** Deprecated skill names retained for migration and drift detection. */
export declare const STALE_SKILL_NAMES: readonly string[];
/**
* Current audit version - derived from package.json so it stays in sync automatically.
* Skills embed this as `goat-flow-skill-version: X` in their YAML frontmatter.
*/
export declare const AUDIT_VERSION: string;
//# sourceMappingURL=constants.d.ts.map