From 724e36bcb11ab008c02bab0cecfa8edc354e663c Mon Sep 17 00:00:00 2001 From: Amolith Date: Sun, 15 Mar 2026 10:29:25 -0600 Subject: [PATCH] Poke to check restic --help --- AGENTS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index 5fa6b5d0461c2d9915a8d6533e1fa4a2a4eb0029..a99fea3a8786b90b66e0cfc041f36613a0c7a665 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -30,6 +30,10 @@ mise run fmt:check mise run check ``` +Freely check the `--help` output of various `restic` commands as you work, so +we can be absolutely certain we're writing a good, up-to-date wrapper. Any time +our code differs from restic proper, PLEASE FLAG IT TO ME! + ## Current Architecture & Data Flow Suggest updating this if implementation changes.