claude-self-reflect 8.0.1 → 8.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.
Files changed (2) hide show
  1. package/README.md +25 -16
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -12,6 +12,13 @@ Single 44MB binary. No databases. No containers. No API keys required.
12
12
 
13
13
  [Install](#install) | [How It Works](#how-it-works) | [MCP Tools](#mcp-tools) | [FAQ](https://ramakay.github.io/claude-self-reflect/#/docs/troubleshooting)
14
14
 
15
+ > **v8.0 — Complete Rust Rewrite**
16
+ > The entire Python/Docker/Qdrant stack has been replaced with a single Rust binary.
17
+ > Sub-millisecond search, 93ms startup, 273 tests, zero external dependencies.
18
+ > [Release notes](https://github.com/ramakay/claude-self-reflect/releases/tag/v8.0.5) | [Announcement](https://github.com/ramakay/claude-self-reflect/discussions/175)
19
+
20
+ <img src="docs-site/public/images/csr-demo.gif" alt="CSR Demo — Setup, Search, and Hooks" width="800" />
21
+
15
22
  </div>
16
23
 
17
24
  ## Table of Contents
@@ -153,22 +160,24 @@ No special syntax. No commands. CSR finds relevant past context and injects it a
153
160
  </details>
154
161
 
155
162
  <details>
156
- <summary><strong>MCP Tools</strong> — 12 tools available to Claude</summary>
157
-
158
- | Tool | Description |
159
- |------|-------------|
160
- | `csr_reflect_on_past` | Semantic search across past conversations |
161
- | `store_reflection` | Store insights for future retrieval |
162
- | `csr_quick_check` | Fast existence check (count + top match) |
163
- | `search_by_recency` | Time-constrained search ("last week") |
164
- | `get_recent_work` | "What did we work on?" with session grouping |
165
- | `get_timeline` | Activity timeline with statistics |
166
- | `csr_search_by_file` | Find conversations that touched a file |
167
- | `csr_search_by_concept` | Theme-based search ("security", "testing") |
168
- | `csr_search_insights` | Aggregated patterns from search results |
169
- | `csr_get_more` | Paginate through additional results |
170
- | `get_full_conversation` | Retrieve complete JSONL conversation |
171
- | `get_session_learnings` | Iteration-level memory for Ralph loops |
163
+ <summary><strong>MCP Tools</strong> — 12 annotated tools available to Claude</summary>
164
+
165
+ All tools include [MCP tool annotations](https://spec.modelcontextprotocol.io/specification/2025-11-05/server/tools/#annotations) so Claude Code understands their safety characteristics.
166
+
167
+ | Tool | Description | Safety |
168
+ |------|-------------|--------|
169
+ | `csr_reflect_on_past` | Semantic search across past conversations | read-only |
170
+ | `store_reflection` | Store insights for future retrieval | **writes** |
171
+ | `csr_quick_check` | Fast existence check (count + top match) | read-only |
172
+ | `search_by_recency` | Time-constrained search ("last week") | read-only |
173
+ | `get_recent_work` | "What did we work on?" with session grouping | read-only |
174
+ | `get_timeline` | Activity timeline with statistics | read-only |
175
+ | `csr_search_by_file` | Find conversations that touched a file | read-only |
176
+ | `csr_search_by_concept` | Theme-based search ("security", "testing") | read-only |
177
+ | `csr_search_insights` | Aggregated patterns from search results | read-only |
178
+ | `csr_get_more` | Paginate through additional results | read-only |
179
+ | `get_full_conversation` | Retrieve complete JSONL conversation | read-only |
180
+ | `get_session_learnings` | Iteration-level memory for Ralph loops | read-only |
172
181
 
173
182
  </details>
174
183
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-self-reflect",
3
- "version": "8.0.1",
3
+ "version": "8.3.0",
4
4
  "description": "Give Claude perfect memory of all your conversations. Single binary, zero dependencies.",
5
5
  "keywords": [
6
6
  "claude",