fix: reorder wipe method fallback sequence

This commit is contained in:
2026-04-28 00:33:27 +02:00
parent 07c210164a
commit 62ac956836
3 changed files with 30 additions and 19 deletions
+2 -2
View File
@@ -17,11 +17,11 @@ description: mtm-ddwipe project conventions
- Keep optional tools optional.
- Use extra wipe methods only if the command is present.
- Use `ddrescue` or `dd_rescue` only after `dd` fails.
- Keep `nvme-cli` and `hdparm` optional.
- Keep `nvme` and `hdparm` optional.
- Use `nvme` and `hdparm` only on matching device types.
- Do not make new external tools required.
- Keep changes minimal and preserve intent.
- Keep `./continue/rules/project.md` aligned and concise.
- Keep this file aligned and concise.
- If non-interactive support is added, make it an opt-in safety flag.
# Project identity