mirror of
https://github.com/larksuite/cli.git
synced 2026-07-03 14:02:43 +08:00
Add note shortcuts for note detail and unified transcript retrieval, route vc note detail parsing through the note domain, and update note/vc/minutes skill guidance for normal versus unified transcript handling. Includes dry-run E2E coverage for the new note shortcuts and documents the remaining live E2E fixture gap.
49 lines
408 B
Plaintext
49 lines
408 B
Plaintext
# Build output
|
|
/lark-cli*
|
|
.cache/
|
|
dist/
|
|
bin/
|
|
|
|
# Node
|
|
node_modules/
|
|
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Go
|
|
docs/ref
|
|
docs/
|
|
vendor/
|
|
|
|
|
|
#test
|
|
test_scripts/
|
|
tests/mail/reports/
|
|
|
|
/log/
|
|
|
|
|
|
# Generated / test artifacts
|
|
.hammer/
|
|
.lark-slides/
|
|
/notes/
|
|
/minutes/
|
|
internal/registry/meta_data.json
|
|
cmd/api/download.bin
|
|
app.log
|
|
/sidecar-server-demo
|
|
/server-demo
|
|
.tmp/
|
|
cover*.out
|
|
|
|
lark-env.sh
|