Files
tasq/node_modules/agentic-flow/dist/mcp/fastmcp/tools/hooks/post-command.d.ts
T
2026-04-09 19:01:53 +08:00

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