@diullei/codeguardian
Version:
Open-source developer tool to validate and enforce architectural rules, especially for AI-generated code
8 lines • 358 B
TypeScript
import { SelectorRule } from '../core';
import { EvaluationContext, CommandOutput } from '../types';
export declare class SelectCommandOutputRule extends SelectorRule {
private command;
constructor(id: string, command: string);
select(_context: EvaluationContext): Promise<CommandOutput[]>;
}
//# sourceMappingURL=SelectCommandOutputRule.d.ts.map