(&self, _repo_root: &Path)
| 365 | } |
| 366 | |
| 367 | fn install(&self, _repo_root: &Path) -> AgentResult<usize> { |
| 368 | Ok(0) // Installation handled by atomic-kiro package via IDE panel |
| 369 | } |
| 370 | |
| 371 | fn uninstall(&self, _repo_root: &Path) -> AgentResult<()> { |
| 372 | Ok(()) // Uninstallation handled by atomic-kiro package |
no outgoing calls