fuck squashing
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"activePack": "solid_snake",
|
||||
"volume": 1.5,
|
||||
"muted": true,
|
||||
"muted": false,
|
||||
"enabledCategories": {
|
||||
"session.start": true,
|
||||
"task.acknowledge": true,
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"lastChangelogVersion": "0.66.1",
|
||||
"defaultProvider": "cursor-acp",
|
||||
"defaultModel": "auto",
|
||||
"defaultThinkingLevel": "medium",
|
||||
"lastChangelogVersion": "0.67.5",
|
||||
"defaultProvider": "anthropic",
|
||||
"defaultModel": "claude-opus-4-7",
|
||||
"defaultThinkingLevel": "off",
|
||||
"theme": "matugen",
|
||||
"lsp": {
|
||||
"hookMode": "edit_write"
|
||||
|
||||
@@ -14,7 +14,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.
|
||||
|
||||
After pushing changes, always run `jj new` to start a fresh working copy commit.
|
||||
After pushing changes, always run `jj new` to start a fresh working copy commit. Don't squash unnecessarily!
|
||||
|
||||
# Git commits and PRs
|
||||
|
||||
|
||||
Reference in New Issue
Block a user