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:
Alex Verkhovsky 2026-03-27 23:32:06 -06:00
parent 8801d60231
commit ac89e9a0be
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ platforms:
preferred: false
installer:
target_dir: .agents/skills
ancestor_conflict_check: true
ancestor_conflict_check: false
kilo:
name: "KiloCoder"