# Nori Profiles Release Notes This file is automatically updated before each npm publish. New releases are prepended below this header. --- ## v19.1.8 (2026-01-31) ### Features - Add multi-registry support with namespaced packages using `org/package-name@version` syntax and organization-specific registries (96012bc) - Persist downloaded skills to profile directory so they survive skillset switches (c7dcd0b) - Add `nori-skillsets watch` command to monitor Claude Code sessions and save transcripts to `~/.nori/transcripts/` (e9b9fde) - Add namespace support to skill-download command for downloading skills via `org/skill-name[@version]` (0ed4f18) - Add `--skillset` param to `nori-skillsets download-skill` command (39f4edc) - Register downloaded skills in the target skillset's `nori.json` manifest under `dependencies.skills` (7aa2279) ### Fixes - `{{skills_dir}}` and other template variables now correctly resolve to `~/.claude/skills` instead of incorrect parent paths (001d502) - Prefer `~/.nori` for registry-download auth resolution, matching `registry-search` behavior (b8d0361) --- ## v19.1.5 (2026-01-14) ### Features - Senior swe improvements (2627079) ### Documentation - Update release notes (d98f7e3) ### Other - Update prepublish script (443c666) --- ## v19.1.4 (2026-01-14) ### Fixes - Preserve user-created profiles during install/uninstall (edc4f3c) - Preserve user-created rules during cursor-agent install/uninstall (c9f40e3) ### Other - Update prepublish script (443c666, 531cb22) - Improvements to nori workflows in Claude agent (8d84b45) --- ## v19.1.3 (2026-01-09) ### Fixes - Profile selection uses display order instead of array index (98d5367) ### Documentation - Update README.md (a1d1773, bc0ca71) --- ## v19.1.2 (2026-01-08) ### Documentation - Update release notes for v19.1.1 (b334bc6) --- ## v19.1.1 (2026-01-08) ### Features - Rebrand 'profiles' to 'skillsets' in user-facing content (77367f9) - Improve onboarding wizard with senior-swe assets and strict workflow reminders (0630254) - Add interactive prepublish script for release notes (f78b9b3) - Add automated release notes generation before npm publish (5195cb3) - Add worktree-cleanup SessionStart hook (19f4dca) - Add onboarding-wizard profile for first-time users (fcc0e67) - Move profiles to ~/.nori/profiles/ for cleaner separation (d553858) ### Fixes - Preserve companyAnnouncements during subdirectory uninstall (a8496aa) - Update registry commands to use .nori/profiles instead of .claude/profiles (50cf618) - Improve worktree-cleanup hook performance by removing du calls (7520877) ### Other - Update claude md to support dev branches (8a1f3ba) - Update README with OS requirement (d5aa597) - Improve installer flow messaging and profile organization (d1021f5)