Updates Aaron's Core Memory (CLAUDE.md) with session notes, project status, and development patterns
Maintains and updates Aaron's Core Memory file (~/.claude/CLAUDE.md) with project updates, session notes, and observed development patterns.
This skill automates the maintenance of Aaron's persistent context by:
Invoke this skill when:
For each active project (xai, cc-flow, stoch, screener, etc.):
Updates the "Session Notes" section with:
# Analyze recent git activity
git -C <project-path> log --oneline --since="7 days ago"
git -C <project-path> describe --tags
# Check project status files
find <project-path> -name "STATUS*.md" -o -name "PHASE_*.md" -o -name "README.md"
# Analyze conversation history
python ~/cc-flow/tools/workspace-manager/src/claude-conversation-viewer.py stats
python ~/cc-flow/tools/workspace-manager/src/claude-conversation-viewer.py list --limit 10 --sort date
For Project Updates:
For Session Notes:
For Metadata:
Date Formats:
Session Notes (Nov 12-20, 2025)**Nov 20**: Description(2025-11-20) or Nov 20, 2025Markdown Conventions:
✅ for completed items**bold** for emphasis- for bullet listsConciseness:
**Current Status** (2025-11-18 - Beta1 Release):
- ✅ Beta1 released (v2.0.0-beta1) - Nov 18, 2025
- ✅ Complete documentation (~4,500 lines: README, API ref, migration guide)
- ✅ 149 tests passing, zero warnings
- ✅ Git tagged: v2.0.0-beta1
**Major Developments**:
...
- **Nov 20**: sudo askpass helper created - SSH/Termux compatible, kdialog GUI, /dev/tty fallback
**Patterns Observed**:
...
- Rapid multi-model integration: 3 AI backends integrated in single 4-hour session
When invoked via /update-memory:
# User invokes: /update-memory
# Skill executes:
# 1. Read current CLAUDE.md
# 2. Check git activity for all active projects
# 3. Analyze recent conversations
# 4. Find new documentation files
# 5. Update relevant sections
# 6. Report changes made
Output:
"Updated CLAUDE.md with:
- stoch: Version updated to v2.0.0-beta1+28 (28 post-beta commits)
- Session notes: Added Nov 20 developments (askpass helper, cc-term deletion)
- Patterns: Added project pruning observation
- Last Updated: 2025-11-20"
~/.claude/CLAUDE.md.backup.$(date +%s) before editingBefore finalizing updates: