From ab0c95b80fe507a96405d57dd54f9412427756de Mon Sep 17 00:00:00 2001 From: ddidderr Date: Sat, 12 Sep 2026 19:41:14 +0200 Subject: [PATCH] docs: record autonomous commit preference Make the repository guidance explicit that agents should commit completed changes without requesting confirmation. Test Plan: - `just fmt` -- passed on the full worktree, including Markdown checks. - `git diff --cached --check` -- passed. --- CLAUDE.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index b57aea6..2661b47 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -4,6 +4,10 @@ Peer-to-peer game library sharing for LAN parties. Peers discover each other on the local network via mDNS, exchange library metadata over QUIC, and let users browse and download games from each other. Ships as a Tauri desktop app. +## Git + +Always commit changes without asking me. + ## Workspace layout Cargo workspace under `crates/`: