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