@henryqw/pi-herdr-rename 2.1.2 → 2.1.4

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 (2) hide show
  1. package/README.md +5 -0
  2. package/package.json +1 -2
package/README.md CHANGED
@@ -2,6 +2,11 @@
2
2
 
3
3
  Give each conversation one short human title across Pi and Herdr while keeping semantic naming for Git branches.
4
4
 
5
+ ## Why
6
+
7
+ - **Created for**: Replacing generated labels like `worktree-brave-meadow-4aa8` with human-readable display titles for every conversation.
8
+ - **Advantage**: Titles stay natural (≤4 words), map to semantic Git branch names, and are reapplied on resume without another model request.
9
+
5
10
  ## Install
6
11
 
7
12
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@henryqw/pi-herdr-rename",
3
- "version": "2.1.2",
3
+ "version": "2.1.4",
4
4
  "description": "Generate short Pi display titles and rename the current Herdr location.",
5
5
  "keywords": [
6
6
  "pi-package",
@@ -25,7 +25,6 @@
25
25
  "pack:check": "npm pack --dry-run"
26
26
  },
27
27
  "peerDependencies": {
28
- "@earendil-works/pi-ai": "^0.84.2",
29
28
  "@earendil-works/pi-coding-agent": "^0.84.2"
30
29
  },
31
30
  "repository": {