opencode-starterkit 1.0.2 → 1.0.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/README.md CHANGED
@@ -242,23 +242,6 @@ It also ships:
242
242
 
243
243
  ---
244
244
 
245
- ### Current status
246
-
247
- Working now:
248
- - baseline vendored into the package
249
- - global sync into real OpenCode paths
250
- - thin project overlay creation
251
- - per-project `memory.db*` bootstrap
252
- - VAT canary migration path validated locally
253
-
254
- Still being improved:
255
- - richer interactive wizard UX
256
- - more menu actions beyond `Initialize project`
257
- - stronger config merge policy/hardening
258
- - broader canary coverage across more repos
259
-
260
- ---
261
-
262
245
  ### Who should use this
263
246
 
264
247
  Use this if you want:
@@ -331,12 +314,13 @@ Baseline hiện có các command như:
331
314
  Cài vào `~/.config/opencode/plugin/` và được runtime activate qua global config resolution.
332
315
 
333
316
  Baseline hiện có các plugin như:
317
+ - `opencode-agent-skills` → dynamic skill discovery / selection / loading
334
318
  - `memory.ts` → memory runtime và prompt injection
335
319
  - `sessions.ts` → đọc/tìm session
336
320
  - `copilot-auth.ts` → auth/provider integration
337
321
  - `skill-mcp.ts` → MCP bridge cho skill
338
322
 
339
- **Tác dụng:** mở rộng capability chung cho OpenCode ở tầng global.
323
+ **Tác dụng:** mở rộng capability chung cho OpenCode ở tầng global, đặc biệt là giúp agent discover và load skill phù hợp khi cần.
340
324
 
341
325
  ##### 4) Skills dùng chung
342
326
  Cài vào `~/.config/opencode/skills/`.
@@ -499,18 +483,3 @@ Ngoài ra còn có:
499
483
  - installer logic trong `src/`
500
484
  - tài liệu audit/migration trong `docs/reports/`
501
485
 
502
- ---
503
-
504
- ### Trạng thái hiện tại
505
-
506
- Đã chạy được:
507
- - sync baseline global vào path OpenCode thật
508
- - tạo thin overlay cho project
509
- - bootstrap `memory.db*` per-project
510
- - canary local với VAT
511
-
512
- Đang tiếp tục hoàn thiện:
513
- - wizard đẹp hơn
514
- - thêm action ngoài `Initialize project`
515
- - harden merge config global
516
- - mở rộng canary sang nhiều repo hơn
@@ -151,6 +151,7 @@
151
151
  }
152
152
  },
153
153
  "plugin": [
154
+ "opencode-agent-skills",
154
155
  "@tarquinen/opencode-dcp@latest",
155
156
  "@franlol/opencode-md-table-formatter@0.0.3",
156
157
  "openslimedit@latest"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-starterkit",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "description": "Global baseline + thin project overlay installer for OpenCode.",