@asudbring/loki-profile-manager 0.1.17 → 0.1.18
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 +8 -0
- package/README.md +1 -1
- package/package.json +2 -2
- package/vendor/darwin-arm64/loki +0 -0
- package/vendor/darwin-x64/loki +0 -0
- package/vendor/linux-arm64/loki +0 -0
- package/vendor/linux-x64/loki +0 -0
- package/vendor/win32-arm64/loki.exe +0 -0
- package/vendor/win32-x64/loki.exe +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,14 @@ This project uses 0.x semver. Hyphenated tags are dogfood or prerelease mileston
|
|
|
6
6
|
|
|
7
7
|
## Unreleased
|
|
8
8
|
|
|
9
|
+
## v0.1.18 — 2026-05-20
|
|
10
|
+
|
|
11
|
+
Patch release for code review fixes.
|
|
12
|
+
|
|
13
|
+
- Removed redundant file hash computation in managed-state doctor scan (performance).
|
|
14
|
+
- Added `repair_failed` detail to `loki doctor --repair-managed-state --json` output for accurate repair outcome reporting.
|
|
15
|
+
- Scoped `id-token: write` permission to only the npm-publish job in the release workflow (least privilege).
|
|
16
|
+
|
|
9
17
|
## v0.1.17 — 2026-05-20
|
|
10
18
|
|
|
11
19
|
Documentation release for current GitHub and npm docs.
|
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@ Loki Profile Manager is a local Go CLI for managing profile-specific dotfiles, a
|
|
|
5
5
|
## Status
|
|
6
6
|
|
|
7
7
|
- Repository visibility: public.
|
|
8
|
-
- Current npm release: `v0.1.
|
|
8
|
+
- Current npm release: `v0.1.18`; latest full Windows app/manual dogfood validation: `v0.1.7`.
|
|
9
9
|
- Current implementation: profile store setup, machine registration, migration/adoption bootstrap, guarded profile switching, pre-switch local-change capture, obsolete managed-target cleanup, safe stale managed-state repair, local active-profile marker, Windows redirected Documents support, snapshot inspection/restore, sync conflict cleanup, skill folder/zip import MVP, plugin bundle import MVP, Infisical readiness/setup UX, and Bubble Tea TUI MVP.
|
|
10
10
|
- Current commands: `status`, `store status`, `store discover`, `store migrate`, `store use`, `store init`, `store unset`, `verify`, `switch`, `sync`, `tui`, `update`, `import-skill`, `import-plugin`, `secrets`, `doctor`, `snapshots list`, `snapshots show`, `snapshots restore`, `machine register`, `machine status`, `migrate repo`, `migrate local`, and `adopt`.
|
|
11
11
|
- Future work: standalone markdown-to-skill conversion and Azure Key Vault/other secret providers. Existing skill folder and zip imports work through `loki import-skill`.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@asudbring/loki-profile-manager",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.18",
|
|
4
4
|
"description": "Cross-platform installer wrapper for the Loki Profile Manager CLI.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -29,6 +29,6 @@
|
|
|
29
29
|
"node": ">=18"
|
|
30
30
|
},
|
|
31
31
|
"lokiRelease": {
|
|
32
|
-
"version": "v0.1.
|
|
32
|
+
"version": "v0.1.18"
|
|
33
33
|
}
|
|
34
34
|
}
|
package/vendor/darwin-arm64/loki
CHANGED
|
Binary file
|
package/vendor/darwin-x64/loki
CHANGED
|
Binary file
|
package/vendor/linux-arm64/loki
CHANGED
|
Binary file
|
package/vendor/linux-x64/loki
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|