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

Function uninstall_prompt_rules

src/agents/opencode.rs:285–287  ·  view source on GitHub ↗

Remove tracedecay rules from AGENTS.md.

(prompt_path: &Path)

Source from the content-addressed store, hash-verified

283
284/// Remove tracedecay rules from AGENTS.md.
285fn uninstall_prompt_rules(prompt_path: &Path) {
286 super::prompt_rules::remove_prompt_rules(prompt_path, PROMPT_RULE_MARKER);
287}
288
289// ---------------------------------------------------------------------------
290// Healthcheck helpers

Callers 1

uninstallMethod · 0.70

Calls 1

remove_prompt_rulesFunction · 0.85

Tested by

no test coverage detected