(home: &Path)
| 128 | } |
| 129 | |
| 130 | fn cli_config_path(home: &Path) -> PathBuf { |
| 131 | kiro_home(home).join("settings/cli.json") |
| 132 | } |
| 133 | |
| 134 | fn managed_agent_path(home: &Path) -> PathBuf { |
| 135 | kiro_home(home).join("agents/tracedecay.json") |
no test coverage detected