opencode-skills-collection 4.0.37 → 4.0.38

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/README.md CHANGED
@@ -208,14 +208,17 @@ skipped silently. Re-running the pipeline with the same patches is idempotent.
208
208
 
209
209
  ## Development
210
210
 
211
- **Requirements:** Node.js20, TypeScript ≥ 5
211
+ **Requirements:** Bun1.3
212
212
 
213
213
  ```bash
214
214
  # Install dependencies
215
- npm install
215
+ bun install
216
216
 
217
217
  # Build
218
- npm run build
218
+ bun run build
219
+
220
+ # Test
221
+ bun test
219
222
 
220
223
  # Output is in dist/
221
224
  ```
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "schemaVersion": 1,
3
- "updatedAt": "2026-08-20T08:52:39.356Z",
3
+ "updatedAt": "2026-08-21T00:34:53.602Z",
4
4
  "entries": [
5
5
  "00-andruia-consultant",
6
6
  "007",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-skills-collection",
3
- "version": "4.0.37",
3
+ "version": "4.0.38",
4
4
  "description": "OpenCode CLI plugin that automatically downloads and keeps skills up to date.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",