(&self)
| 234 | } |
| 235 | |
| 236 | pub fn prompts_dir(&self) -> Result<PathBuf> { |
| 237 | Ok(self.os.env.current_dir()?.join(workspace::PROMPTS_DIR)) |
| 238 | } |
| 239 | |
| 240 | pub fn mcp_config(&self) -> Result<PathBuf> { |
| 241 | Ok(self.os.env.current_dir()?.join(workspace::MCP_CONFIG)) |
no test coverage detected