fix: remove jj status check as it was causing divergences for other agents

This commit is contained in:
teernisse
2026-02-12 12:17:54 -05:00
parent 90454efe9f
commit 9cbfa06c58
6 changed files with 15 additions and 133 deletions

View File

@@ -188,7 +188,6 @@
"enum": [
"auto",
"git",
"jj",
"none"
],
"description": "VCS detection mode",
@@ -375,16 +374,6 @@
"minimum": 0,
"default": 8
},
"prefer": {
"type": "string",
"enum": [
"auto",
"git",
"jj"
],
"default": "auto",
"description": "VCS preference. auto detects .jj/ first, then .git/"
},
"show_ahead_behind": {
"type": "boolean",
"default": true