docs: clarify minutes file-to-notes routing - #732
Conversation
Change-Id: If768200b329c5e255b13c1992b8c57d1fd8ec518
|
Caution Review failedPull request was closed or merged during review No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
📝 WalkthroughWalkthroughThe PR updates documentation across three skill files to formalize the workflow for converting local audio/video files into minutes-derived artifacts (transcripts, notes, summaries). It specifies that conversion requests must first use the minutes upload entry point to produce minute_url, then extract minute_token and retrieve desired outputs via vc +notes. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Possibly related PRs
Suggested labels
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Review rate limit: 7/8 reviews remaining, refill in 7 minutes and 30 seconds.Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #732 +/- ##
=======================================
Coverage 64.38% 64.38%
=======================================
Files 512 512
Lines 45426 45426
=======================================
Hits 29249 29249
Misses 13604 13604
Partials 2573 2573 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
🚀 PR Preview Install Guide🧰 CLI updatenpm i -g https://pkg.pr.new/larksuite/cli/@larksuite/cli@923656a10c75f3fabbac8a2abda062245472148c🧩 Skill updatenpx skills add larksuite/cli#docs/minutes-file-to-notes-routing -y -g |
Change-Id: If768200b329c5e255b13c1992b8c57d1fd8ec518
Change-Id: If768200b329c5e255b13c1992b8c57d1fd8ec518
Summary
Clarify the skill routing for local audio/video files when the user wants meeting notes, transcripts, written text, summaries, tasks, or chapters. The documented path is now
drive +upload -> minutes +upload -> vc +notes --minute-tokens, rather than local transcription tools or starting directly fromvc +notes.Changes
lark-minutestrigger and routing guidance for local media files that should become notes or transcript-like outputs.vc +notes --minute-tokensstep afterminutes +uploadreturns aminute_url.lark-vcboundary note so file-based requests start from the Minutes upload flow.Test Plan
lark xxxcommand works as expected (not run; docs-only change)Related Issues
Summary by CodeRabbit