Release v4.2.9: Progressive disclosure experimental feature announcement
Documentation Updates: - Added experimental progressive disclosure context system section to README - Created EXPERIMENTAL_RELEASE_NOTES.md with comprehensive testing guide - Created GITHUB_RELEASE_TEMPLATE.md for release announcements - Updated all version references to 4.2.9 (package.json, marketplace.json, CLAUDE.md, README.md) Progressive Disclosure Concept: - Layer 1: Index showing what observations exist with token costs - Layer 2: On-demand details via MCP search - Layer 3: Perfect recall via source code access Purpose: - Invite users to test feature/context-with-observations branch - Gather feedback on observation-level context vs summary-only approach - Validate whether token cost metadata improves Claude's retrieval decisions Testing Instructions: - Clear documentation on how to clone, build, and test experimental branch - Feedback template provided for structured user responses - GitHub issues encouraged with label 'feedback: progressive-disclosure' Files Changed: - README.md (experimental feature section) - EXPERIMENTAL_RELEASE_NOTES.md (new) - GITHUB_RELEASE_TEMPLATE.md (new) - package.json (version bump) - .claude-plugin/marketplace.json (version bump) - CLAUDE.md (version history + version number) - plugin/scripts/*.js (rebuilt) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
Claude-mem is a persistent memory compression system that preserves context across Claude Code sessions. It automatically captures tool usage observations, processes them through the Claude Agent SDK, and makes summaries available to future sessions.
|
||||
|
||||
**Current Version**: 4.2.8
|
||||
**Current Version**: 4.2.9
|
||||
**License**: AGPL-3.0
|
||||
**Author**: Alex Newman (@thedotmack)
|
||||
|
||||
@@ -210,7 +210,30 @@ npm run build && git commit -a -m "Build and update" && git push && cd ~/.claude
|
||||
|
||||
## Version History
|
||||
|
||||
### v4.2.8 (Current)
|
||||
### v4.2.9 (Current)
|
||||
**Breaking Changes**: None (patch version)
|
||||
|
||||
**Documentation**:
|
||||
- Added experimental progressive disclosure context system documentation
|
||||
- New README section explaining the 3-layer memory retrieval approach
|
||||
- Created `EXPERIMENTAL_RELEASE_NOTES.md` with comprehensive testing guide
|
||||
- Created `GITHUB_RELEASE_TEMPLATE.md` for release announcements
|
||||
- Invites users to test `feature/context-with-observations` branch
|
||||
- Progressive disclosure concept: Index (what exists + token costs) → Details (on-demand via MCP) → Perfect recall (source code)
|
||||
- Seeks user feedback on observation-level context injection vs current summary-only approach
|
||||
|
||||
**Purpose**:
|
||||
- Gather real-world feedback before merging experimental context improvements
|
||||
- Test whether showing observation index improves Claude's retrieval decisions
|
||||
- Validate token cost metadata influences Claude's search behavior
|
||||
|
||||
**Files Changed**:
|
||||
- `README.md` - Added experimental feature section
|
||||
- `EXPERIMENTAL_RELEASE_NOTES.md` - Full testing guide and feedback template
|
||||
- `GITHUB_RELEASE_TEMPLATE.md` - Release announcement template
|
||||
- Updated all version references to 4.2.9
|
||||
|
||||
### v4.2.8
|
||||
**Breaking Changes**: None (patch version)
|
||||
|
||||
**Critical Bugfix**:
|
||||
|
||||
Reference in New Issue
Block a user