MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / cursor_plugin_manifest_path

Function cursor_plugin_manifest_path

src/agents/cursor.rs:213–215  ·  view source on GitHub ↗
(home: &Path)

Source from the content-addressed store, hash-verified

211}
212
213fn 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`).

Callers 5

update_pluginMethod · 0.85
export_managed_skillsMethod · 0.85
primary_config_pathMethod · 0.85
has_tracedecayMethod · 0.85
doctor_check_pluginFunction · 0.85

Calls 1

Tested by

no test coverage detected