Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/agentforce314/clawcodex
/ HookValidationError
Class
HookValidationError
src/hooks/config_manager.py:31–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
30
@dataclass
31
class
HookValidationError:
32
event: str
33
index: int
34
field: str
35
message: str
36
severity: str =
"error"
37
38
39
def
_get_settings_path() -> Path:
Callers
2
validate_hook_configs
Function · 0.85
validate
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected