@asudbring/loki-profile-manager 0.1.18 → 0.1.20

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 CHANGED
@@ -6,6 +6,20 @@ This project uses 0.x semver. Hyphenated tags are dogfood or prerelease mileston
6
6
 
7
7
  ## Unreleased
8
8
 
9
+ ## v0.1.20 — 2026-05-23
10
+
11
+ Feature release for in-TUI switch blocker remediation.
12
+
13
+ - TUI switch dry-run now enumerates per-target blockers (capture conflicts, unsupported merge/symlink captures, cleanup blockers, unmanaged blockers) with actionable hints instead of a single generic `Blocker:` line.
14
+ - Added `c` and `b` hotkeys on the switch screen to toggle `--capture-local` and `--backup-unmanaged` without leaving the TUI. Toggles clear the cached dry-run so the fingerprint guard forces a fresh validation before execute.
15
+ - Switch execute recheck now preserves `Yes` so `--backup-unmanaged` dry-run rechecks pass app-layer validation.
16
+
17
+ ## v0.1.19 — 2026-05-20
18
+
19
+ Feature release for markdown skill import.
20
+
21
+ - Added standalone `.md` file support to `loki import-skill`. Markdown files are auto-wrapped into a valid skill folder with derived frontmatter when `name` or `description` are missing.
22
+
9
23
  ## v0.1.18 — 2026-05-20
10
24
 
11
25
  Patch release for code review fixes.
package/README.md CHANGED
@@ -5,10 +5,10 @@ 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.18`; latest full Windows app/manual dogfood validation: `v0.1.7`.
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.
8
+ - Current npm release: `v0.1.20`; latest full Windows app/manual dogfood validation: `v0.1.7`.
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/markdown import, 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
- - 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`.
11
+ - Future work: Azure Key Vault/other secret providers.
12
12
  - License: MIT.
13
13
 
14
14
  ## What it does
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@asudbring/loki-profile-manager",
3
- "version": "0.1.18",
3
+ "version": "0.1.20",
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.18"
32
+ "version": "v0.1.20"
33
33
  }
34
34
  }
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file