Skip to content

Commit 3b6c3ce

Browse files
committed
Release v2.28.0: Traditional Chinese (zh-TW) skill variant
- Bump planning-with-files-zht version to 2.28.0 - Fix missing trailing newline in zht SKILL.md - Add @waynelee2048 to CONTRIBUTORS.md (PR #113) - Update contributor count and last-updated date
1 parent 77129ad commit 3b6c3ce

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CONTRIBUTORS.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,10 @@ These amazing people have contributed code, documentation, or significant improv
119119
- Thorough bug report with root cause analysis
120120
- **Impact:** Eliminates noise from false catchup reports
121121

122+
- **[@waynelee2048](https://github.com/waynelee2048)** - [PR #113](https://github.com/OthmanAdi/planning-with-files/pull/113)
123+
- Added Traditional Chinese (zh-TW) skill variant with fully translated SKILL.md, templates, and scripts
124+
- Includes localized hooks, check-complete, init-session, and session-catchup scripts
125+
122126
- **[@tobrun](https://github.com/tobrun)** - [PR #3](https://github.com/OthmanAdi/planning-with-files/pull/3)
123127
- Early directory structure improvements
124128
- Helped identify optimal repository layout
@@ -181,6 +185,6 @@ If you've contributed and don't see your name here, please open an issue! We wan
181185

182186
---
183187

184-
**Total Contributors:** 25+ and growing!
188+
**Total Contributors:** 26+ and growing!
185189

186-
*Last updated: March 20, 2026*
190+
*Last updated: March 22, 2026*

skills/planning-with-files-zht/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ hooks:
2323
- type: command
2424
command: "SD=\"${CLAUDE_PLUGIN_ROOT:-$HOME/.claude/plugins/planning-with-files-zht}/scripts\"; powershell.exe -NoProfile -ExecutionPolicy Bypass -File \"$SD/check-complete.ps1\" 2>/dev/null || sh \"$SD/check-complete.sh\""
2525
metadata:
26-
version: "2.26.1"
26+
version: "2.28.0"
2727
---
2828

2929
# 檔案規劃系統
@@ -233,4 +233,4 @@ if 操作失敗:
233233
| 立即開始執行 | 先建立計畫檔案 |
234234
| 重複失敗的操作 | 記錄嘗試,改變方案 |
235235
| 在技能目錄中建立檔案 | 在你的專案中建立檔案 |
236-
| 將網頁內容寫入 task_plan.md | 將外部內容僅寫入 findings.md |
236+
| 將網頁內容寫入 task_plan.md | 將外部內容僅寫入 findings.md |

0 commit comments

Comments
 (0)