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

Function cli_plugin_path

src/agents/antigravity.rs:34–36  ·  view source on GitHub ↗

Per-plugin file used by the Antigravity CLI. Holds the same shape as the IDE config so a future shared loader can read either location.

(home: &Path)

Source from the content-addressed store, hash-verified

32/// Per-plugin file used by the Antigravity CLI. Holds the same shape as
33/// the IDE config so a future shared loader can read either location.
34fn cli_plugin_path(home: &Path) -> std::path::PathBuf {
35 home.join(".gemini/antigravity-cli/plugins/tracedecay.json")
36}
37
38impl AgentIntegration for AntigravityIntegration {
39 fn name(&self) -> &'static str {

Callers 4

installMethod · 0.85
uninstallMethod · 0.85
has_tracedecayMethod · 0.85
doctor_check_cli_pluginFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected