@nt-ai-lab/opencode-skillz 0.3.9 → 0.3.10

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.
@@ -199,4 +199,8 @@ Recommend one option in 1 short paragraph.
199
199
 
200
200
  ## Approval
201
201
 
202
- Ask the user which option to approve, reject, or combine.
202
+ Before presenting the final design, review every component name against all rules in Component Naming Guidelines.
203
+
204
+ If any name violates any naming rule, revise the design before presenting it.
205
+
206
+ Ask the user which option to approve, reject, or combine.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nt-ai-lab/opencode-skillz",
3
- "version": "0.3.9",
3
+ "version": "0.3.10",
4
4
  "description": "Bundled OpenCode commands and agents",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -208,7 +208,6 @@ export default tseslint.config(
208
208
  },
209
209
  rules: {
210
210
  '@stylistic/indent': ['error', 2],
211
- '@stylistic/object-curly-newline': ['error', { multiline: true, minProperties: 2 }],
212
211
  '@stylistic/object-property-newline': ['error', { allowAllPropertiesOnSameLine: false }],
213
212
  },
214
213
  },