(&self, _repo_root: &Path)
| 503 | } |
| 504 | |
| 505 | fn install(&self, _repo_root: &Path) -> AgentResult<usize> { |
| 506 | Ok(0) // Installation handled by atomic-pi package |
| 507 | } |
| 508 | |
| 509 | fn uninstall(&self, _repo_root: &Path) -> AgentResult<()> { |
| 510 | Ok(()) // Uninstallation handled by atomic-pi package |
no outgoing calls