@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 • 397 B
TypeScript
/**
* Public skill-quality scoring API.
*/
export type { SkillQualityReport } from "./skill-quality-types.js";
export { discoverArtifacts, findArtifact } from "./skill-quality-content.js";
export { scoreAllArtifacts, scoreArtifact } from "./skill-quality-score.js";
export { evaluateContent, evaluateUploadedBundle, } from "./skill-quality-upload.js";
//# sourceMappingURL=skill-quality.d.ts.map