- Add lib/ (plain-ESM plugin code, no build step) so the published tarball actually contains the plugin; un-ignore lib/ for this package - Sync README: voice/audio transcription via home-lab Whishper (default large-v2, device cuda, language auto), /chats pagination and subagent hiding, whisper* config keys, updated security note
12 lines
156 B
Plaintext
12 lines
156 B
Plaintext
node_modules/
|
|
*.log
|
|
.DS_Store
|
|
*.token
|
|
*.lock
|
|
*state.json
|
|
.env
|
|
|
|
|
|
# The plugin ships its built JS (plain-ESM, no build step); keep lib/ in the package.
|
|
!lib/
|