tasq/node_modules/agentic-flow/dist/mcp/fastmcp/tools/hooks/post-command.d.ts

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