@vibe-validate/history
Version:
Validation history tracking via git notes for vibe-validate
12 lines • 367 B
TypeScript
/**
* History health check utilities
*/
import type { HealthCheckResult, HistoryConfig } from './types.js';
/**
* Check validation history health
*
* @param config - History configuration
* @returns Health check result
*/
export declare function checkHistoryHealth(config?: HistoryConfig): Promise<HealthCheckResult>;
//# sourceMappingURL=health-check.d.ts.map