release
Installation
SKILL.md
Release — Orbit Agents 發佈流程
執行流程
Step 1:確認版號
讀取 package.json 中的當前版號,詢問用戶要發佈的新版號(預設為 patch +1)。
更新以下兩處的版號:
package.json的version欄位src/renderer/src/App.tsx左下角的版號顯示文字
Step 2:Commit 版號變更
git add package.json src/renderer/src/App.tsx
git commit -m "chore: bump version to <VERSION>"