opencode-enhance-plan 0.2.6 → 0.2.7
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 +4 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -91,7 +91,8 @@ 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` +
|
|
94
|
+
- **`发版` behavior**: version bump + `npm run build` + release commit + `git tag` + `git push` + GitHub Actions npm publish triggered by the pushed tag
|
|
95
|
+
|
|
95
96
|
|
|
96
97
|
Implementation details live in `docs/repo-release-workflow.md` and `scripts/release-workflow.mjs`.
|
|
97
98
|
|
|
@@ -184,7 +185,8 @@ OpenCode 下次启动时会自动安装并加载插件,自动将 agents、comm
|
|
|
184
185
|
- **OpenCode 入口**:`.opencode/skills/repo-release-workflow/`
|
|
185
186
|
- **标准触发词**:`提交` 与 `发版`
|
|
186
187
|
- **`提交` 行为**:`git add -A` + `git commit`
|
|
187
|
-
- **`发版` 行为**:版本号更新 + `npm run build` + release commit + `git tag` + `git push` +
|
|
188
|
+
- **`发版` 行为**:版本号更新 + `npm run build` + release commit + `git tag` + `git push` + 由推送的 tag 触发 GitHub Actions 发布到 npm
|
|
189
|
+
|
|
188
190
|
|
|
189
191
|
具体执行细节记录在 `docs/repo-release-workflow.md` 与 `scripts/release-workflow.mjs`。
|
|
190
192
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "opencode-enhance-plan",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.7",
|
|
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",
|