Skip to content

Commit f8028e9

Browse files
committed
docs: update readme.md
1 parent 21c94ca commit f8028e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Works seamlessly with Claude Code, Gemini CLI, and Codex CLI with automatic setu
6969

7070
### How It Works
7171

72-
A background daemon continuously watches your designated memory directory (`~/.memorizer/memory/` by default), automatically discovering and analyzing files as they're added or modified. Each file is processed to extract metadata (word counts, dimensions, page counts, etc.) and—using configurable AI providers (Claude, OpenAI, or Gemini)—semantically analyzed to understand its content, purpose, and key topics. This information is maintained in a precomputed index that loads quickly when your AI agent starts.
72+
A background daemon continuously watches your designated memory directory (`~/.memorizer/memory/` by default), automatically discovering and analyzing files as they're added or modified. Each file is processed to extract metadata (word counts, dimensions, page counts, etc.) and—using configurable AI providers (Claude, OpenAI, or Gemini)—semantically analyzed to understand its content, purpose, and key topics.
7373

7474
When you launch your AI agent, the precomputed index is loaded into its context:
7575
- **Claude Code & Gemini CLI**: SessionStart hooks automatically load the index

0 commit comments

Comments
 (0)