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

Method supported_hooks

atomic-agent/src/hooks/sherpa.rs:300–307  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

298 }
299
300 fn supported_hooks(&self) -> Vec<HookType> {
301 vec![
302 HookType::SessionStart,
303 HookType::SessionEnd,
304 HookType::TurnStart,
305 HookType::TurnEnd,
306 ]
307 }
308
309 /// Sherpa is present when `~/.sherpa/sessions/` exists.
310 fn detect_presence(&self, _repo_root: &Path) -> bool {

Callers 1

test_supported_hooksFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_supported_hooksFunction · 0.36