jhste-skills 0.3.1 → 0.3.3
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/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.3.3 - 2026-06-26
|
|
4
|
+
|
|
5
|
+
### Removed
|
|
6
|
+
- Removed the global npm `postinstall` auto-sync. Updating the npm package no longer requires install-script approval or a persistent user-level `allow-scripts` npm config; run `jhste-skills update --yes --skip-hooks` explicitly when you want to refresh managed local skill copies.
|
|
7
|
+
|
|
8
|
+
## 0.3.2 - 2026-06-26
|
|
9
|
+
|
|
10
|
+
### Added
|
|
11
|
+
- Added a safe global postinstall sync for existing manifest-managed `~/.jhste/skills` so `npm update -g jhste-skills` refreshes local agent skill copies without touching repositories, hooks, or bridge files.
|
|
3
12
|
|
|
4
13
|
## 0.3.1 - 2026-06-26
|
|
5
14
|
|