Kind: Function
Source: atloria-monorepo/libs/agent-core/src/session/hook-registry.ts
Load a hooks config from a JSON file. Returns null if the file doesn't exist or can't be parsed.
Signature
tsfunction loadHooksConfig(filePath: string): HooksConfig | null
Parameters
| Name | Type |
|---|---|
filePath | string |
Returns: HooksConfig | null
Was this page helpful?