mirror of
https://github.com/JimLiu/baoyu-skills.git
synced 2026-08-07 09:23:04 +08:00
chore: release v1.45.1
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
},
|
},
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"description": "Skills shared by Baoyu for improving daily work efficiency",
|
"description": "Skills shared by Baoyu for improving daily work efficiency",
|
||||||
"version": "1.45.0"
|
"version": "1.45.1"
|
||||||
},
|
},
|
||||||
"plugins": [
|
"plugins": [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -2,6 +2,12 @@
|
|||||||
|
|
||||||
English | [中文](./CHANGELOG.zh.md)
|
English | [中文](./CHANGELOG.zh.md)
|
||||||
|
|
||||||
|
## 1.45.1 - 2026-03-05
|
||||||
|
|
||||||
|
### Refactor
|
||||||
|
- Replace hardcoded `npx -y bun` with `${BUN_X}` runtime variable across all skills — prefers native `bun`, falls back to `npx -y bun`
|
||||||
|
- Add Runtime Detection section to CLAUDE.md and Script Directory instructions in all SKILL.md files
|
||||||
|
|
||||||
## 1.45.0 - 2026-03-05
|
## 1.45.0 - 2026-03-05
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|||||||
@@ -2,6 +2,12 @@
|
|||||||
|
|
||||||
[English](./CHANGELOG.md) | 中文
|
[English](./CHANGELOG.md) | 中文
|
||||||
|
|
||||||
|
## 1.45.1 - 2026-03-05
|
||||||
|
|
||||||
|
### 重构
|
||||||
|
- 将所有技能中硬编码的 `npx -y bun` 替换为 `${BUN_X}` 运行时变量——优先使用原生 `bun`,回退到 `npx -y bun`
|
||||||
|
- 在 CLAUDE.md 中新增运行时检测章节,在所有 SKILL.md 的脚本目录说明中添加运行时解析步骤
|
||||||
|
|
||||||
## 1.45.0 - 2026-03-05
|
## 1.45.0 - 2026-03-05
|
||||||
|
|
||||||
### 新功能
|
### 新功能
|
||||||
|
|||||||
Reference in New Issue
Block a user