Skip to content

refactor(atxp): rename backup to memory, add local vector search via zvec#49

Merged
napoleond merged 1 commit intomainfrom
claude/memory-management-refactor-qXjEc
Feb 22, 2026
Merged

refactor(atxp): rename backup to memory, add local vector search via zvec#49
napoleond merged 1 commit intomainfrom
claude/memory-management-refactor-qXjEc

Conversation

@napoleond
Copy link
Contributor

Refactor the backup tool and skill into a broader "memory management"
system. Cloud backup/restore (push/pull/status) is preserved with full
backward compatibility ('backup' is an alias for 'memory'). Two new
subcommands are added:

  • memory index --path : chunks .md files by heading, generates
    feature-hash embeddings (256-dim), and stores them in a local zvec
    HNSW index for fast approximate nearest-neighbor search.
  • memory search --path : converts the query to the same
    vector space and returns the top-k most similar memory chunks with
    file paths, headings, line numbers, and similarity scores.

Local search is fully offline — no network or authentication required.

https://claude.ai/code/session_017TjuWQCrpzPM4rYdTTPFBQ

…zvec

Refactor the backup tool and skill into a broader "memory management"
system. Cloud backup/restore (push/pull/status) is preserved with full
backward compatibility ('backup' is an alias for 'memory'). Two new
subcommands are added:

- memory index --path <dir>: chunks .md files by heading, generates
  feature-hash embeddings (256-dim), and stores them in a local zvec
  HNSW index for fast approximate nearest-neighbor search.
- memory search <query> --path <dir>: converts the query to the same
  vector space and returns the top-k most similar memory chunks with
  file paths, headings, line numbers, and similarity scores.

Local search is fully offline — no network or authentication required.

https://claude.ai/code/session_017TjuWQCrpzPM4rYdTTPFBQ
@napoleond napoleond merged commit f3c0330 into main Feb 22, 2026
1 check passed
@napoleond napoleond deleted the claude/memory-management-refactor-qXjEc branch February 22, 2026 23:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants