Skip to content
This repository was archived by the owner on Jan 2, 2026. It is now read-only.

Commit 780e86a

Browse files
zircoteclaude
andcommitted
feat(commands): add /memory:validate diagnostic command
Comprehensive validation command that tests: - Core library imports (capture, recall, sync services) - Git repository and notes accessibility - Index health and consistency - All 5 hook entry points (syntax validation) - Hook handler imports (stop, posttooluse, precompact) - Capture pipeline (creates test memory) - Recall pipeline (semantic and text search) Options: - --verbose: Show detailed output - --fix: Repair index, sync after capture for accurate testing 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 9a6ba56 commit 780e86a

2 files changed

Lines changed: 440 additions & 0 deletions

File tree

.env.example

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,8 @@
4242
# Override XDG data home (affects default data directory)
4343
# Default: ~/.local/share
4444
# XDG_DATA_HOME=~/.local/share
45+
#
46+
# =============================================================================
47+
# HuggingFace tokenizer parallelism warnings (System)
48+
# =============================================================================
49+
# TOKENIZERS_PARALLELISM=false

0 commit comments

Comments
 (0)