From 017d752ed9ffde72f34bdd9c3c86078a60e2d52c Mon Sep 17 00:00:00 2001 From: wenzhuozhen Date: Tue, 30 Jun 2026 13:15:22 +0800 Subject: [PATCH] docs(sheets): sync history skill reference required badges from spec MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Companion to commit 9fa73312 (transaction-id) and 6ca35b06 (history-version-id): the two flag tables in skills/lark-sheets/references/lark-sheets-history.md still showed 'optional' even though the canonical contract — and shortcuts/sheets/data/ flag-defs.json — already moved to 'required'. The earlier syncs only picked up the data file from spec; the skill markdown drift slipped through. Pull in the spec-side regenerated reference (ee/sheet-skill-spec @9ca814d) so the human-readable doc matches the wire contract. --- skills/lark-sheets/references/lark-sheets-history.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/skills/lark-sheets/references/lark-sheets-history.md b/skills/lark-sheets/references/lark-sheets-history.md index 00e8bb716..bc68af245 100644 --- a/skills/lark-sheets/references/lark-sheets-history.md +++ b/skills/lark-sheets/references/lark-sheets-history.md @@ -51,7 +51,7 @@ _公共:URL/token(无 sheet 定位) · 系统:`--dry-run`_ | Flag | Type | 必填 | 说明 | | --- | --- | --- | --- | -| `--history-version-id` | string | optional | 要回滚到的历史版本(取自 +history-list) | +| `--history-version-id` | string | required | 要回滚到的历史版本(取自 +history-list) | ### `+history-revert-status` @@ -59,7 +59,7 @@ _公共:URL/token(无 sheet 定位) · 系统:`--dry-run`_ | Flag | Type | 必填 | 说明 | | --- | --- | --- | --- | -| `--transaction-id` | string | optional | 异步回滚的受理标识(取自 +history-revert) | +| `--transaction-id` | string | required | 异步回滚的受理标识(取自 +history-revert) | ## Examples