818 B
818 B
| id | type | title | tags | importance | confidence | created | updated | |||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| a15099ae-f84a-49fd-94b5-2f4de7a9b13e | configuration | claude-memory wrapper script for cleaner CLI usage |
|
0.6 | 0.8 | 2026-02-13T21:10:02.540325+00:00 | 2026-02-13T21:10:02.540325+00:00 |
Created wrapper script at ~/.local/bin/claude-memory that exec's the cognitive-memory client.py. This eliminates verbose path repetition throughout CLAUDE.md and commands.
Before: python ~/.claude/skills/cognitive-memory/client.py store ... After: claude-memory store ...
Two-line wrapper script: #!/usr/bin/env bash exec python ~/.claude/skills/cognitive-memory/client.py "$@"
Updated all CLAUDE.md references to use claude-memory alias. Removed CM variable boilerplate from CLI examples.