@indigoai-us/hq-cli 5.99.2 → 5.99.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 +12 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,18 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
## [5.99.3] — 2026-08-13
|
|
6
|
+
|
|
7
|
+
### Fixed
|
|
8
|
+
|
|
9
|
+
- `hq rescue` now brings a machine's `.claude/settings.json` up to date with the
|
|
10
|
+
release it syncs to, wiring in newly-added hook registrations that previously
|
|
11
|
+
landed as files but never got registered (via `@indigoai-us/hq-cloud@6.14.50`).
|
|
12
|
+
The machine-specific `env.PATH` is re-composed onto the release baseline
|
|
13
|
+
(never dropped, never hardcoded), and any local drift from the last installed
|
|
14
|
+
version is relocated into `.claude/settings.local.json` so the effective
|
|
15
|
+
merged settings are preserved rather than lost or left stale.
|
|
16
|
+
|
|
5
17
|
## [5.99.2] — 2026-08-13
|
|
6
18
|
|
|
7
19
|
### Fixed
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@indigoai-us/hq-cli",
|
|
3
|
-
"version": "5.99.
|
|
3
|
+
"version": "5.99.3",
|
|
4
4
|
"description": "HQ by Indigo management CLI — modules and cloud sync",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@aws-sdk/client-iot-data-plane": "^3.1096.0",
|
|
31
31
|
"@aws-sdk/client-s3": "^3.1049.0",
|
|
32
|
-
"@indigoai-us/hq-cloud": "^6.14.
|
|
32
|
+
"@indigoai-us/hq-cloud": "^6.14.50",
|
|
33
33
|
"@indigoai-us/hq-onboarding": "^0.1.0",
|
|
34
34
|
"@sentry/node": "^10.49.0",
|
|
35
35
|
"@tobilu/qmd": "2.5.3",
|