namespace AxCopilot.Services.Agent; public record HookExecutionResult(string HookName, bool Success, string Output);