bmad-method 6.2.1-next.1 → 6.2.1-next.2
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
|
@@ -176,6 +176,16 @@ platforms:
|
|
|
176
176
|
template_type: kiro
|
|
177
177
|
skill_format: true
|
|
178
178
|
|
|
179
|
+
ona:
|
|
180
|
+
name: "Ona"
|
|
181
|
+
preferred: false
|
|
182
|
+
category: ide
|
|
183
|
+
description: "Ona AI development environment"
|
|
184
|
+
installer:
|
|
185
|
+
target_dir: .ona/skills
|
|
186
|
+
template_type: default
|
|
187
|
+
skill_format: true
|
|
188
|
+
|
|
179
189
|
opencode:
|
|
180
190
|
name: "OpenCode"
|
|
181
191
|
preferred: false
|
|
@@ -127,6 +127,12 @@ platforms:
|
|
|
127
127
|
category: ide
|
|
128
128
|
description: "AI-powered IDE with cascade flows"
|
|
129
129
|
|
|
130
|
+
ona:
|
|
131
|
+
name: "Ona"
|
|
132
|
+
preferred: false
|
|
133
|
+
category: ide
|
|
134
|
+
description: "Ona AI development environment"
|
|
135
|
+
|
|
130
136
|
# Platform categories
|
|
131
137
|
categories:
|
|
132
138
|
ide:
|