From 086b73b260692b2810c6456042208f5a0766f367 Mon Sep 17 00:00:00 2001 From: adlee-was-taken Date: Mon, 27 Apr 2026 21:12:48 -0400 Subject: [PATCH] docs(claude.md): pin autonomy rule for routine decisions Add a "Working with the user" section at the top of CLAUDE.md so the default-to-recommended autonomy rule travels with the repo, not just with the user's local memory. Mirrors the feedback memory of the same name: pick the recommended option without prompting on minor multiple-choice / yes-no decisions; pause before destructive git/rm operations; brainstorming-skill intent-discovery questions still need user input. Co-Authored-By: Claude Opus 4.7 --- CLAUDE.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index eeb855a..442af63 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -1,5 +1,11 @@ # CLAUDE.md — relicario +## Working with the user + +- **Default to "yes" / the recommended option.** When asking the user a multiple-choice or yes/no decision, pick the recommended answer and proceed without prompting. Optional follow-ups in checklists: do them. Subagent dispatch / running tests / writing code: proceed without checking. +- **Always pause and ask** before: `rm`, `rm -rf`, `git push --force`, `git reset --hard`, `git branch -D`, deleting files via Bash, dropping tables, force-pushing to main. The system-prompt's "executing actions with care" guidance still applies — this preference does not override that. +- This rule does not override genuine intent-discovery: brainstorming-skill clarifying questions about *what to build* still need user input, because picking a default would mean designing the wrong product. + ## What is this relicario is a git-backed, self-hostable password manager with a Rust core. Two-factor vault decryption: passphrase + a reference JPEG carrying a 256-bit secret embedded via DCT steganography. The server only ever sees opaque ciphertext.