feat: add Junie platform support (#2142)

* feat: add Junie platform support with .agents/skills target

Co-authored-by: Junie <junie@jetbrains.com>

* 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>

---------

Co-authored-by: Junie <junie@jetbrains.com>
This commit is contained in:
Alex Verkhovsky 2026-03-27 23:55:57 -06:00 committed by GitHub
parent e0ea6a0500
commit fa909a8916
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 13 additions and 0 deletions

View File

@ -102,6 +102,13 @@ platforms:
- .iflow/commands
target_dir: .iflow/skills
junie:
name: "Junie"
preferred: false
installer:
target_dir: .agents/skills
ancestor_conflict_check: false
kilo:
name: "KiloCoder"
preferred: false

View File

@ -127,6 +127,12 @@ platforms:
category: ide
description: "AI-powered IDE with cascade flows"
junie:
name: "Junie"
preferred: false
category: cli
description: "AI coding agent by JetBrains"
ona:
name: "Ona"
preferred: false