opencode-starterkit 1.0.3 → 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.
Files changed (2) hide show
  1. package/README.md +0 -36
  2. package/package.json +1 -1
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:
@@ -500,22 +483,3 @@ Ngoài ra còn có:
500
483
  - installer logic trong `src/`
501
484
  - tài liệu audit/migration trong `docs/reports/`
502
485
 
503
- ---
504
-
505
- ### Trạng thái hiện tại
506
-
507
- Đã chạy được:
508
- - sync baseline global vào path OpenCode thật
509
- - tạo thin overlay cho project
510
- - bootstrap `memory.db*` per-project
511
- - canary local với VAT
512
-
513
- Đang tiếp tục hoàn thiện:
514
- - wizard đẹp hơn
515
- - thêm action ngoài `Initialize project`
516
- - harden merge config global
517
- - mở rộng canary sang nhiều repo hơn
518
- hơn
519
- - thêm action ngoài `Initialize project`
520
- - harden merge config global
521
- - mở rộng canary sang nhiều repo hơn
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-starterkit",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "description": "Global baseline + thin project overlay installer for OpenCode.",