Skip to content

Commit 5e81d9e

Browse files
committed
chore: address coderabbit review nits
Keep migratedEnvelopePaths alphabetically ordered and label the ASCII tree fences as text for markdownlint.
1 parent 2167d9b commit 5e81d9e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

lint/errscontract/rule_no_legacy_envelope_literal.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ var migratedEnvelopePaths = []string{
2525
"shortcuts/doc/",
2626
"shortcuts/drive/",
2727
"shortcuts/event/",
28+
"shortcuts/im/",
2829
"shortcuts/mail/",
2930
"shortcuts/markdown/",
3031
"shortcuts/minutes/",
@@ -35,7 +36,6 @@ var migratedEnvelopePaths = []string{
3536
"shortcuts/task/",
3637
"shortcuts/vc/",
3738
"shortcuts/whiteboard/",
38-
"shortcuts/im/",
3939
}
4040

4141
// legacyOutputImportPath is the import path of the package that declares the

skills/lark-vc/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ lark-cli vc meeting get --params '{"meeting_id":"<meeting_id>","with_participant
145145

146146
## 资源关系
147147

148-
```
148+
```text
149149
Meeting (视频会议)
150150
├── Note (会议纪要) ← note_id 标识,note_display_type: normal / unified
151151
│ ├── MainDoc (AI 智能纪要文档, note_doc_token)

skills/lark-vc/references/vc-domain-boundaries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ lark-cli note +transcript --note-id <note_id>
147147

148148
### 资源关系
149149

150-
```
150+
```text
151151
Meeting
152152
├── meeting_id
153153
├── calendar_event_id → meeting relation

0 commit comments

Comments
 (0)