easy-coding-harness 0.3.1 → 0.3.2

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/CHANGELOG.md +4 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -6,6 +6,10 @@
6
6
  - `y`:常规功能升级
7
7
  - `z`:日常 bug 修复
8
8
 
9
+ ## 0.3.2
10
+
11
+ - npm 包元数据切换到 GitHub:`repository`、`homepage` 和 `bugs.url` 均指向 `github.com/ysxiiun/easy-coding-harness`。
12
+
9
13
  ## 0.3.1
10
14
 
11
15
  - 修复确认执行后首行状态栏仍显示上一阶段的问题:`UserPromptSubmit` hook 在明确确认输入下先执行合法状态迁移,再重新读取最新状态渲染状态栏。
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "easy-coding-harness",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "CLI scaffold for installing Easy Coding harness files into agent-native directories.",
5
5
  "repository": {
6
6
  "type": "git",
7
- "url": "git+https://gitlab.alibaba-inc.com/shixin.ysx/easy-coding-harness.git"
7
+ "url": "git+https://github.com/ysxiiun/easy-coding-harness.git"
8
8
  },
9
- "homepage": "https://gitlab.alibaba-inc.com/shixin.ysx/easy-coding-harness#readme",
9
+ "homepage": "https://github.com/ysxiiun/easy-coding-harness#readme",
10
10
  "bugs": {
11
- "url": "https://gitlab.alibaba-inc.com/shixin.ysx/easy-coding-harness/-/issues"
11
+ "url": "https://github.com/ysxiiun/easy-coding-harness/issues"
12
12
  },
13
13
  "type": "module",
14
14
  "bin": {