### Problem or use case The Agent interface could be tidied up a bit: - Agent.GetHookConfigPath is unused https://github.com/entireio/cli/pull/425 - Many ways to get a list of hooks & HookHandler interface deprecated https://github.com/entireio/cli/pull/427 - ParseHookEvent deprecated: https://github.com/entireio/cli/pull/428 - Move hooks to hook interface: https://github.com/entireio/cli/pull/429
Problem or use case
The Agent interface could be tidied up a bit: