Skip to content

Commit 5ab7bd9

Browse files
Claudeclaude
authored andcommitted
feat: free tier first-session experience enhancements (v1.3.0)
Expand starter scars from 3 to 7 with real UUIDs, add first-recall welcome message, starter thread, and fix enforcement false positives when recall returns zero results. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 7fd1269 commit 5ab7bd9

File tree

11 files changed

+569
-508
lines changed

11 files changed

+569
-508
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

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+
1026
## [1.2.1] - 2026-02-21
1127

1228
### Added

0 commit comments

Comments
 (0)