stop squashing

This commit is contained in:
2026-04-21 09:16:25 +01:00
parent 8e810418a5
commit 62337a078c
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"activePack": "solid_snake", "activePack": "solid_snake",
"volume": 1.5, "volume": 1.5,
"muted": true, "muted": false,
"enabledCategories": { "enabledCategories": {
"session.start": true, "session.start": true,
"task.acknowledge": true, "task.acknowledge": true,
+1 -1
View File
@@ -2,7 +2,7 @@
"lastChangelogVersion": "0.67.68", "lastChangelogVersion": "0.67.68",
"defaultProvider": "anthropic", "defaultProvider": "anthropic",
"defaultModel": "claude-opus-4-7", "defaultModel": "claude-opus-4-7",
"defaultThinkingLevel": "off", "defaultThinkingLevel": "medium",
"theme": "matugen", "theme": "matugen",
"lsp": { "lsp": {
"hookMode": "edit_write" "hookMode": "edit_write"
+1 -1
View File
@@ -18,7 +18,7 @@ When the user provides a screenshot path (e.g., `/tmp/pi-clipboard-xxx.png`), **
**Prefer jj (Jujutsu) over git.** If a project has a colocated jj repo (`.jj` directory), use `jj` commands for all version control operations — rebasing, branching, log, etc. Only fall back to git when jj doesn't support something or the project isn't set up for it. **Prefer jj (Jujutsu) over git.** If a project has a colocated jj repo (`.jj` directory), use `jj` commands for all version control operations — rebasing, branching, log, etc. Only fall back to git when jj doesn't support something or the project isn't set up for it.
After pushing changes, always run `jj new` to start a fresh working copy commit. Don't squash unnecessarily! After pushing changes, always run `jj new` to start a fresh working copy commit. Don't squash unnecessarily! seriously don't squash all the time.
# Git commits and PRs # Git commits and PRs