opencode-enhance-plan 0.2.6 → 0.2.8

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 +5 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -91,7 +91,9 @@ This repository also tracks a cross-tool maintainer skill named `repo-release-wo
91
91
  - **OpenCode entrypoint**: `.opencode/skills/repo-release-workflow/`
92
92
  - **Standard triggers**: `提交` and `发版`
93
93
  - **`提交` behavior**: `git add -A` + `git commit`
94
- - **`发版` behavior**: version bump + `npm run build` + release commit + `git tag` + `git push` + `npm publish`
94
+ - **`发版` behavior**: version bump + `npm run build` + release commit + `git tag` + `git push` + GitHub Actions npm publish and GitHub Release latest update triggered by the pushed tag
95
+
96
+
95
97
 
96
98
  Implementation details live in `docs/repo-release-workflow.md` and `scripts/release-workflow.mjs`.
97
99
 
@@ -184,7 +186,8 @@ OpenCode 下次启动时会自动安装并加载插件,自动将 agents、comm
184
186
  - **OpenCode 入口**:`.opencode/skills/repo-release-workflow/`
185
187
  - **标准触发词**:`提交` 与 `发版`
186
188
  - **`提交` 行为**:`git add -A` + `git commit`
187
- - **`发版` 行为**:版本号更新 + `npm run build` + release commit + `git tag` + `git push` + `npm publish`
189
+ - **`发版` 行为**:版本号更新 + `npm run build` + release commit + `git tag` + `git push` + 由推送的 tag 触发 GitHub Actions 发布到 npm
190
+
188
191
 
189
192
  具体执行细节记录在 `docs/repo-release-workflow.md` 与 `scripts/release-workflow.mjs`。
190
193
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-enhance-plan",
3
- "version": "0.2.6",
3
+ "version": "0.2.8",
4
4
  "description": "An enhanced planning workflow plugin for OpenCode — persistent plan artifacts, explicit review gates, structured todo state, and multi-feature switching",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",