fix: remove jj status check as it was causing divergences for other agents
This commit is contained in:
11
schema.json
11
schema.json
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user