fix: disable ancestor_conflict_check for Junie platform
Junie does not traverse ancestor directories looking for skills, so ancestor_conflict_check should be false. Co-authored-by: Junie <junie@jetbrains.com>
This commit is contained in:
parent
8801d60231
commit
ac89e9a0be
|
|
@ -107,7 +107,7 @@ platforms:
|
|||
preferred: false
|
||||
installer:
|
||||
target_dir: .agents/skills
|
||||
ancestor_conflict_check: true
|
||||
ancestor_conflict_check: false
|
||||
|
||||
kilo:
|
||||
name: "KiloCoder"
|
||||
|
|
|
|||
Loading…
Reference in New Issue