(home: &Path)
| 211 | } |
| 212 | |
| 213 | fn cursor_plugin_manifest_path(home: &Path) -> PathBuf { |
| 214 | cursor_plugin_install_dir(home).join(".cursor-plugin/plugin.json") |
| 215 | } |
| 216 | |
| 217 | /// Path of the materialized always-applied memory rule rendered from the |
| 218 | /// project fact store (see `hooks::memory_inject::regenerate_cursor_memory_rule`). |
no test coverage detected