gitmem-mcp 1.2.2 → 1.3.0

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
@@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [1.3.0] - 2026-02-22
11
+
12
+ ### Added
13
+ - **Expanded starter scars** (3 → 7): New scars covering testing, config drift, dependency management, and root-cause debugging.
14
+ - **Real UUIDs on starter scars**: Replaced placeholder `00000000-*` IDs with real v4 UUIDs — fixes 8-char prefix matching in `confirm_scars`.
15
+ - **First-recall welcome message**: When all recall results are starter scars, shows "This is your first recall — results will get more relevant as you add your own lessons."
16
+ - **Starter thread**: Fresh installs get a welcome thread nudging users to add their first project-specific scar.
17
+ - **Clean room Dockerfile for local builds**: `testing/clean-room/Dockerfile.local` for testing local tarballs.
18
+
19
+ ### Fixed
20
+ - **Enforcement false positives**: `recall()` returning 0 scars no longer triggers "No recall() was run" warning. Tracks `recallCalled` boolean independently of result count.
21
+ - **Init wizard brand styling**: Unified color system and ripple branding in both init and uninstall wizards.
22
+
23
+ ### Changed
24
+ - **Clean room Dockerfiles**: Updated npm to latest to suppress upgrade nag during testing.
25
+
10
26
  ## [1.2.1] - 2026-02-21
11
27
 
12
28
  ### Added