From b594352d92c833d7f48bcd0f4648db1e9c196da9 Mon Sep 17 00:00:00 2001 From: Cal Corum Date: Fri, 13 Feb 2026 14:46:20 -0600 Subject: [PATCH] store: CLAUDE.md: mandatory post-commit memories + claude-memory alias --- ...ost-commit-memories-claude-memory-alias-a33977.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 graph/configurations/claudemd-mandatory-post-commit-memories-claude-memory-alias-a33977.md diff --git a/graph/configurations/claudemd-mandatory-post-commit-memories-claude-memory-alias-a33977.md b/graph/configurations/claudemd-mandatory-post-commit-memories-claude-memory-alias-a33977.md new file mode 100644 index 00000000000..437a663eca2 --- /dev/null +++ b/graph/configurations/claudemd-mandatory-post-commit-memories-claude-memory-alias-a33977.md @@ -0,0 +1,12 @@ +--- +id: a33977c8-8c33-4efa-a8ce-1c0de43d3884 +type: configuration +title: "CLAUDE.md: mandatory post-commit memories + claude-memory alias" +tags: [claude-config, cognitive-memory, configuration, workflow] +importance: 0.6 +confidence: 0.8 +created: "2026-02-13T20:46:20.041855+00:00" +updated: "2026-02-13T20:46:20.041855+00:00" +--- + +Updated CLAUDE.md to make post-commit memory storage mandatory (not optional). Replaced all verbose python ~/.claude/skills/cognitive-memory/client.py references with claude-memory wrapper script at ~/.local/bin/claude-memory. Cleaned up CLI usage examples by removing CM variable boilerplate. Motivated by wanting automatic rich-context memory capture on every commit. Shell alias won't work (non-interactive bash), so used wrapper script on PATH instead.