From 7da4365dbae04371d5ac92b16d1dccfc16e46965 Mon Sep 17 00:00:00 2001 From: Kaan Barmore-Genc Date: Tue, 30 Jun 2026 02:02:30 -0500 Subject: [PATCH] Add rule to commit directly to main in CLAUDE.md --- CLAUDE.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index 6db8b36..5d85397 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -1,5 +1,9 @@ # Dotfiles Configuration Notes +## Commit Directly to Main + +Commit directly to `main` in this repo. It reflects the current state of my machine, so feature branches don't make sense here. Do not create branches or open PRs for changes. + ## Dotter Template Handling Dotter automatically treats files with `{{` as templates. For files that contain `{{` in their code (like Lua tables), disable templating by setting `type = "symbolic"` in `.dotter/global.toml`.