MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / supported_hooks

Method supported_hooks

atomic-agent/src/hooks/kilo.rs:349–358  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

347 }
348
349 fn supported_hooks(&self) -> Vec<HookType> {
350 vec![
351 HookType::SessionStart,
352 HookType::SessionEnd,
353 HookType::TurnStart,
354 HookType::TurnEnd,
355 HookType::PreToolUse,
356 HookType::PostToolUse,
357 ]
358 }
359
360 fn detect_presence(&self, repo_root: &Path) -> bool {
361 // Kilo is present if the .kilo directory exists

Callers 1

test_supported_hooksFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_supported_hooksFunction · 0.36