bmad-method 6.2.3-next.3 → 6.2.3-next.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -102,6 +102,13 @@ platforms:
|
|
|
102
102
|
- .iflow/commands
|
|
103
103
|
target_dir: .iflow/skills
|
|
104
104
|
|
|
105
|
+
junie:
|
|
106
|
+
name: "Junie"
|
|
107
|
+
preferred: false
|
|
108
|
+
installer:
|
|
109
|
+
target_dir: .agents/skills
|
|
110
|
+
ancestor_conflict_check: false
|
|
111
|
+
|
|
105
112
|
kilo:
|
|
106
113
|
name: "KiloCoder"
|
|
107
114
|
preferred: false
|
|
@@ -127,6 +127,12 @@ platforms:
|
|
|
127
127
|
category: ide
|
|
128
128
|
description: "AI-powered IDE with cascade flows"
|
|
129
129
|
|
|
130
|
+
junie:
|
|
131
|
+
name: "Junie"
|
|
132
|
+
preferred: false
|
|
133
|
+
category: cli
|
|
134
|
+
description: "AI coding agent by JetBrains"
|
|
135
|
+
|
|
130
136
|
ona:
|
|
131
137
|
name: "Ona"
|
|
132
138
|
preferred: false
|