Skip to content

Commit 3cf5c1a

Browse files
JusterZhuclaude
andauthored
docs: sync agent-skills docs with release readiness sweep (#142)
* feat(docs): add execution flow docs for Bowl, Drivelution, Extension, Avalonia.Android, Maui.Android - Add 5 new Chinese flow docs (Bowl/Drivelution/Extension/Avalonia.Android/Maui.Android) - Add 5 corresponding English i18n translations - Restructure sidebar: group all flow docs under a collapsible '执行流程详解' category - Update sidebar_label for all flow docs with component-specific names - Add English i18n label for the new category * docs: sync agent-skills docs with release readiness sweep - Fix repo URLs: JusterZhu → GeneralLibrary - Bump NuGet version: 10.5.0-beta.7 → 10.5.0-rc.1 - Align with generalupdate-skill-codegen v0.0.2-beta.1 release Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 657dd34 commit 3cf5c1a

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

website/docs/agent-skills/overview.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ title: 🚀 Agent Skills 总览
1010

1111
覆盖 50+ 真实 Issue 发现的已知问题,提供即用型代码生成 + 深度故障排查。
1212

13-
> **Current Version: 0.0.2-beta.1** — targets NuGet `GeneralUpdate.Core 10.5.0-beta.7`
14-
> 兼容性:`v10.5.0-beta.7`(NuGet 最新预览版)
13+
> **Current Version: 0.0.2-beta.1** — targets NuGet `GeneralUpdate.Core 10.5.0-rc.1`
14+
> 兼容性:`v10.5.0-rc.1`(NuGet 最新预览版)
1515
> 所有模板已通过 `dotnet build` 编译验证(0 errors)。
1616
1717
---
@@ -327,12 +327,12 @@ Cursor 支持 `.cursorrules` 文件,类似 Claude Code 的 skills:
327327

328328
## API 兼容性说明
329329

330-
> ⚠️ **NuGet 引用规则(v10.5.0-beta.7**:
331-
> - Core only: `dotnet add package GeneralUpdate.Core --version 10.5.0-beta.7`
332-
> - With Bowl: 同时引用 `GeneralUpdate.Core``GeneralUpdate.Bowl`(v10.5.0-beta.7 中无类型冲突)
330+
> ⚠️ **NuGet 引用规则(v10.5.0-rc.1**:
331+
> - Core only: `dotnet add package GeneralUpdate.Core --version 10.5.0-rc.1`
332+
> - With Bowl: 同时引用 `GeneralUpdate.Core``GeneralUpdate.Bowl`(v10.5.0-rc.1 中无类型冲突)
333333
> - Differential 已嵌入 Core,**无需**额外引用 `GeneralUpdate.Differential`
334334
335-
> ⚠️ **API Surface**: v10.5.0-beta.7 采用了全新的配置系统:
335+
> ⚠️ **API Surface**: v10.5.0-rc.1 采用了全新的配置系统:
336336
> -`UpdateRequest` / `UpdateRequestBuilder` — 替代旧的 Configinfo
337337
> -`SetSource(updateUrl, appSecretKey)` — 零配置入口
338338
> -`SetOption<T>(Option<T>, T)` — 可编程配置系统
@@ -354,7 +354,7 @@ Cursor 支持 `.cursorrules` 文件,类似 Claude Code 的 skills:
354354
- **GeneralUpdate Issues**: [GeneralUpdate/issues](https://github.com/GeneralLibrary/GeneralUpdate/issues) — 核心库 Bug 和功能请求
355355

356356
提交时请附上以下信息以便快速排查:
357-
- GeneralUpdate 版本号(如 v10.5.0-beta.7
357+
- GeneralUpdate 版本号(如 v10.5.0-rc.1
358358
- 平台(Windows / Linux / macOS)
359359
- 更新策略(标准 / OSS / 静默 / 差分 / 推送)
360360
- 完整错误日志(可从 `Logs/generalupdate-trace-*.log` 获取)
@@ -365,14 +365,14 @@ Cursor 支持 `.cursorrules` 文件,类似 Claude Code 的 skills:
365365

366366
### 0.0.2-beta.1 — 2026-06-16
367367

368-
Updated for GeneralUpdate v10.5.0-beta.7 API:
368+
Updated for GeneralUpdate v10.5.0-rc.1 API:
369369
- Configinfo → UpdateRequest (namespace: `GeneralUpdate.Core.Configuration`)
370370
- Event args moved to `GeneralUpdate.Core.Download` and `GeneralUpdate.Core.Event`
371371
- Added SetSource(), SetOption(), `Hooks<T>()`, `Strategy<T>()` API coverage
372372
- Updated all strategy examples to use the new API
373373
- Updated CustomHooks.cs and CustomStrategy.cs to show v10.5 capabilities
374374
- Fixed IsComplated → IsCompleted
375-
- NuGet version bumped to `10.5.0-beta.7`
375+
- NuGet version bumped to `10.5.0-rc.1`
376376
- Added 2 new skills: generalupdate-migration, generalupdate-security-audit
377377

378378
### 0.0.1-beta.1 — 2026-06-16

0 commit comments

Comments
 (0)