7 lines
269 B
TypeScript
7 lines
269 B
TypeScript
/**
|
|
* Post-Command Hook - Learn from command outcomes
|
|
* Records command results and learns from errors
|
|
*/
|
|
import type { ToolDefinition } from '../../types/index.js';
|
|
export declare const hookPostCommandTool: ToolDefinition;
|
|
//# sourceMappingURL=post-command.d.ts.map
|