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

Method install

atomic-agent/src/hooks/sherpa.rs:278–282  ·  view source on GitHub ↗

Sherpa is self-managed — no config file to write.

(&self, _repo_root: &Path)

Source from the content-addressed store, hash-verified

276
277 /// Sherpa is self-managed — no config file to write.
278 fn install(&self, _repo_root: &Path) -> AgentResult<usize> {
279 // The Sherpa TUI calls `atomic agent hooks sherpa <verb>` directly.
280 // There is no external config file to patch.
281 Ok(0)
282 }
283
284 /// Sherpa is self-managed — no config file to clean up.
285 fn uninstall(&self, _repo_root: &Path) -> AgentResult<()> {

Callers 1

test_install_is_noopFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_install_is_noopFunction · 0.36