@holdyourvoice/hyv 2.9.0 → 2.9.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/dist/index.js +4949 -1363
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,19 @@
2
2
 
3
3
  All notable CLI changes. Also mirrored to [holdyourvoice.com/changelog](https://holdyourvoice.com/changelog) for user-facing releases.
4
4
 
5
+ ## [2.9.1] — 2026-06-12
6
+
7
+ ### Added
8
+ - Welcome step 3 is skippable (Enter or `s`)
9
+ - Multiline draft paste for testing (no more single-line shell chaos)
10
+ - Document extraction for samples and scans: `.md`, `.txt`, `.html`, `.docx`, `.pdf`, `.skill`
11
+ - Recursive folder scan; single files (including `.skill` archives) work in step 2
12
+ - Minimal terminal spinners while reading, saving, and scanning
13
+
14
+ ### Fixed
15
+ - Step 3 crash when scanning pasted text (`Cannot read properties of undefined (reading 'match')`) — profile now loads correctly
16
+ - `ENOTDIR` when pointing at a file instead of a folder
17
+
5
18
  ## [2.9.0] — 2026-06-12
6
19
 
7
20
  ### Changed