From 70114263812b34636d8574bbc00fbcf953a69c71 Mon Sep 17 00:00:00 2001 From: MatMoul Date: Mon, 27 Apr 2026 23:20:07 +0200 Subject: [PATCH] docs: clarify mtm-ddwipe safety and prompt conventions --- .continue/rules/project.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.continue/rules/project.md b/.continue/rules/project.md index 6fade88..ad5b1ec 100644 --- a/.continue/rules/project.md +++ b/.continue/rules/project.md @@ -19,6 +19,10 @@ description: mtm-ddwipe project conventions - Keep short, explicit confirmation prompts before destructive operations. - Keep error and help messages short, clear, and in English. - Keep help text concise and usage-first. +- When changing `mtm-ddwipe`, keep destructive safeguards strict and explicit. +- If adding non-interactive support, make it an opt-in safety flag. +- Keep device identification prompts clear and specific. +- Preserve the fallback wipe flow unless the change is intentionally about wiping behavior. # Project identity - Main script: `mtm-ddwipe`