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.

6 lines 466 B
import type { ArtifactEntry, ClassificationResult, MetricResult, Recommendation, ShapeDetectionResult } from "./skill-quality-types.js"; export declare function deriveRecommendation(artifact: ArtifactEntry, metrics: MetricResult[], totalScore: number, maxTotalScore: number, classification: ClassificationResult, shape: ShapeDetectionResult): { recommendation: Recommendation; fitNotes: string[]; }; //# sourceMappingURL=skill-quality-recommendation.d.ts.map