Skip to content

Commit 8ebcb55

Browse files
committed
Release v3.6.4
Published from npm package build Source: https://github.com/thedotmack/claude-mem-source
1 parent 9780749 commit 8ebcb55

5 files changed

Lines changed: 19 additions & 128 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

77

8+
## [3.6.4] - 2025-09-13
9+
10+
### Changed
11+
- Update save documentation to include allowed-tools and description metadata fields
12+
13+
### Removed
14+
- Remove deprecated markdown to JSONL migration script
15+
16+
817
## [3.6.3] - 2025-09-11
918

1019
### Changed

commands/save.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1-
Write an overview of the current conversation context and:
2-
1. Add it to claude-mem using the chroma MCP tools
3-
2. Save the overview using the claude-mem CLI tool: `claude-mem save "your overview message"`
1+
---
2+
allowed-tools: Bash
3+
description: Write an overview and save with claude-mem
4+
---
5+
**Write an overview** of the current conversation context and:
6+
1. **Add it to claude-mem** using the chroma MCP tools
7+
2. **IMPORTANT! Save the overview to index** using the claude-mem CLI tool: `claude-mem save "your overview message"`

dist/claude-mem.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "claude-mem",
3-
"version": "3.6.3",
3+
"version": "3.6.4",
44
"description": "Memory compression system for Claude Code - persist context across sessions",
55
"keywords": [
66
"claude",

src/commands/migrate-to-jsonl.ts

Lines changed: 0 additions & 122 deletions
This file was deleted.

0 commit comments

Comments
 (0)