Commit Graph

4 Commits

Author SHA1 Message Date
Cal Corum
8e3cdf830f Fix heredoc commit message extraction in session memory hook
The regex used mismatched quote types, causing $(cat << to leak
into memory titles. Now tries heredoc format first with proper
EOF terminator matching, falls back to same-type quoted strings.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-16 10:30:40 -06:00
Cal Corum
2b6805a250 Add global __pycache__/ to gitignore
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 17:52:10 -06:00
Cal Corum
a7b5c25766 Add SSH key instructions and commit-push command
- CLAUDE.md: Add SSH section with homelab/cloud key conventions
- Add commit-push command skill
- Update session memory script

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 17:51:46 -06:00
Cal Corum
0179143fef Optimize CLAUDE.md and add session-memory scripts
- Slim CLAUDE.md from 161 to 32 lines (80% reduction)
- Move detailed Memory Protocol docs to skill reference
- Add scripts/session-memory/ tooling
- Update settings.json and claude-pulse

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-14 08:09:06 -06:00