@signalridge/pi-worktree 1.2.0 → 1.2.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.
- package/CHANGELOG.md +9 -0
- package/README.md +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.2.1
|
|
4
|
+
### Patch Changes
|
|
5
|
+
|
|
6
|
+
- 24a8af4: Remove references to the maintainer's personal dotfile setup from shipped docs
|
|
7
|
+
and source comments. Each constraint is restated as a property of the package
|
|
8
|
+
itself: which manager owns a settings file, whether a project permits git
|
|
9
|
+
worktrees, and installing a package from a single source. No runtime behavior
|
|
10
|
+
changes.
|
|
11
|
+
|
|
3
12
|
## 1.0.0
|
|
4
13
|
### Major Changes
|
|
5
14
|
|
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
Pi cannot change its parent process working directory with `cd`. This extension performs the safe equivalent: it prepares a Pi session whose cwd is the selected worktree and switches to that session, preserving the current conversation when it has already been persisted.
|
|
8
8
|
|
|
9
|
-
This package is the full interactive worktree manager. It is publishable and stable,
|
|
9
|
+
This package is the full interactive worktree manager. It is publishable and stable, and opt-in: install it only if your project allows git worktrees. Some repositories forbid them outright — a worktree placed inside the source tree can be picked up by tooling that scans the tree, so check your repository's own guidance before enabling it.
|
|
10
10
|
|
|
11
11
|
## ✨ Features
|
|
12
12
|
|