(home: &Path)
| 132 | } |
| 133 | |
| 134 | fn managed_agent_path(home: &Path) -> PathBuf { |
| 135 | kiro_home(home).join("agents/tracedecay.json") |
| 136 | } |
| 137 | |
| 138 | fn steering_path(home: &Path) -> PathBuf { |
| 139 | kiro_home(home).join("steering/tracedecay.md") |
no test coverage detected