@henryqw/pi-herdr-btw 1.1.3 → 1.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.
- package/README.md +6 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
Open a focused Pi side thread in a Herdr pane, then merge its transcript and follow-up prompt into Main.
|
|
4
4
|
|
|
5
|
+
## Why
|
|
6
|
+
|
|
7
|
+
- **Created for**: Asking quick side questions in a dedicated Pi thread without derailing Main's conversation or context.
|
|
8
|
+
- **Advantage**: `/btw merge` returns the side transcript and follow-up to Main without manually copying context.
|
|
9
|
+
- **Inspired by**: [Claude Code](https://github.com/anthropics/claude-code) and its `/btw` side-question mode; this package adds transcript merge back into Main.
|
|
10
|
+
|
|
5
11
|
## Install
|
|
6
12
|
|
|
7
13
|
```bash
|